From 81c720cc69138b038b005c85910c4eb09e885bc7 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Tue, 17 Dec 2002 20:26:06 +0000 Subject: Added Registry update to remove roaming profiles from local machine cache. NOTE: This works with NT4, Win2K, WinXP. (This used to be commit 145213ab38ba6cce3269544752ae1fc18f17e3bb) --- docs/Registry/Win-NT-2K-XP-DeleteRoamingProfile.reg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/Registry/Win-NT-2K-XP-DeleteRoamingProfile.reg (limited to 'docs/Registry') diff --git a/docs/Registry/Win-NT-2K-XP-DeleteRoamingProfile.reg b/docs/Registry/Win-NT-2K-XP-DeleteRoamingProfile.reg new file mode 100644 index 0000000000..11402ebf8c --- /dev/null +++ b/docs/Registry/Win-NT-2K-XP-DeleteRoamingProfile.reg @@ -0,0 +1,11 @@ +REGEDIT4 + +;Contributor: John H Terpstra +;Updated: December 17, 2002 +;Status: Current +; +;Subject: Registry file update to delete roaming profiles on logout + +[HKEY_LOCAL_MACHINE\SYSTEM\Software\Microsoft\Windows NT\CurrentVersion\winlogon +"DeleteRoamingCache"=dword:00000001 + -- cgit