From 8daa83a594a2e98f39d764422bfbdbc62c9efd44 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 19:20:00 +0200 Subject: Adding upstream version 2:4.20.0+dfsg. Signed-off-by: Daniel Baumann --- docs-xml/registry/FolderRedir.adm | 35 +++++++++++++++++++++ docs-xml/registry/NT4-Locking.reg | 24 ++++++++++++++ docs-xml/registry/NT4_PlainPassword.reg | 11 +++++++ .../registry/Win-2Kx-XPP-DeleteCachedProfiles.reg | Bin 0 -> 794 bytes .../registry/Win-2Kx-XPP-ForceLocalProfile.reg | Bin 0 -> 452 bytes docs-xml/registry/Win-NT-DeleteRoamingProfile.reg | 11 +++++++ docs-xml/registry/Win2000_PlainPassword.reg | 11 +++++++ docs-xml/registry/Win7_Samba3DomainMember.reg | Bin 0 -> 424 bytes docs-xml/registry/Win95_PlainPassword.reg | 4 +++ docs-xml/registry/Win98_PlainPassword.reg | 4 +++ docs-xml/registry/Win9X-CacheHandling.reg | 7 +++++ docs-xml/registry/WinME_PlainPassword.reg | 4 +++ docs-xml/registry/WinXP_PlainPassword.reg | Bin 0 -> 1026 bytes docs-xml/registry/WindowsTerminalServer.reg | 7 +++++ 14 files changed, 118 insertions(+) create mode 100644 docs-xml/registry/FolderRedir.adm create mode 100644 docs-xml/registry/NT4-Locking.reg create mode 100644 docs-xml/registry/NT4_PlainPassword.reg create mode 100644 docs-xml/registry/Win-2Kx-XPP-DeleteCachedProfiles.reg create mode 100644 docs-xml/registry/Win-2Kx-XPP-ForceLocalProfile.reg create mode 100644 docs-xml/registry/Win-NT-DeleteRoamingProfile.reg create mode 100644 docs-xml/registry/Win2000_PlainPassword.reg create mode 100644 docs-xml/registry/Win7_Samba3DomainMember.reg create mode 100644 docs-xml/registry/Win95_PlainPassword.reg create mode 100644 docs-xml/registry/Win98_PlainPassword.reg create mode 100644 docs-xml/registry/Win9X-CacheHandling.reg create mode 100644 docs-xml/registry/WinME_PlainPassword.reg create mode 100644 docs-xml/registry/WinXP_PlainPassword.reg create mode 100644 docs-xml/registry/WindowsTerminalServer.reg (limited to 'docs-xml/registry') diff --git a/docs-xml/registry/FolderRedir.adm b/docs-xml/registry/FolderRedir.adm new file mode 100644 index 0000000..b87a994 --- /dev/null +++ b/docs-xml/registry/FolderRedir.adm @@ -0,0 +1,35 @@ +CLASS MACHINE + +CATEGORY !!Shell + + CATEGORY !!CustomSharedAppFolders + KEYNAME "Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" + + POLICY !!CustomFolders_SharedAppData + PART !!CustomFolders_SharedAppDataPath EDITTEXT REQUIRED EXPANDABLETEXT + DEFAULT !!CustomFolders_SharedAppDataDefault + VALUENAME "AppData" + END PART + END POLICY + + POLICY !!CustomFolders_SharedMyDocs + PART !!CustomFolders_SharedMyDocsPath EDITTEXT REQUIRED EXPANDABLETEXT + DEFAULT !!CustomFolders_SharedMyDocsDefault + VALUENAME "Personal" + END PART + END POLICY + + END CATEGORY + +END CATEGORY ; Shell + + +[strings] +Shell="Shared User Profile Folders" +CustomSharedAppFolders="Custom Shared Folders" +CustomFolders_SharedAppData="Custom Shared Application Folders" +CustomFolders_SharedAppDataPath="Path to location of Shared Application Data" +CustomFolders_SharedAppDataDefault="%USERPROFILE%\Local Settings\Application Data" +CustomFolders_SharedMyDocs="Custom Shared Documentation Folder" +CustomFolders_SharedMyDocsPath="Path to location of Shared My Documents" +CustomFolders_SharedMyDocsDefault="%USERPROFILE%\MY Documents" \ No newline at end of file diff --git a/docs-xml/registry/NT4-Locking.reg b/docs-xml/registry/NT4-Locking.reg new file mode 100644 index 0000000..6175fd5 --- /dev/null +++ b/docs-xml/registry/NT4-Locking.reg @@ -0,0 +1,24 @@ +REGEDIT4 + +;Contributor: John H Terpstra +;Corrected: Stefan Kanthak +;Updated: Jun 25, 2001 +; +;Subject: Registry Entries That Affect Locking and Caching + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters] +"BufFilesDenyWrite"=dword:00000000 +"BufNamedPipes"=dword:00000000 +"UseOpportunisticLocking"=dword:00000000 +"DormantFileLimit"=dword:00000000 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters\Linkage] +"UtilizeNtCaching"=dword:00000000 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Filesystem] +"Win95TruncatedExtensions"=dword:00000000 +"NTFSDisable8dot3NameCreation"=dword:00000001 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanManServer\Parameters] +"EnableOpLockForceClose"=dword:00000001 +"EnableOpLocks"=dword:00000000 diff --git a/docs-xml/registry/NT4_PlainPassword.reg b/docs-xml/registry/NT4_PlainPassword.reg new file mode 100644 index 0000000..b30db15 --- /dev/null +++ b/docs-xml/registry/NT4_PlainPassword.reg @@ -0,0 +1,11 @@ +REGEDIT4 + +;Contributor: Tim Small (tim.small@virgin.net) +;Updated: 20 August 1997 +;Status: Current +; +;Subject: Registry file to enable plain text passwords in NT4-SP3 and later + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Rdr\Parameters] +"EnablePlainTextPassword"=dword:00000001 + diff --git a/docs-xml/registry/Win-2Kx-XPP-DeleteCachedProfiles.reg b/docs-xml/registry/Win-2Kx-XPP-DeleteCachedProfiles.reg new file mode 100644 index 0000000..1867c06 Binary files /dev/null and b/docs-xml/registry/Win-2Kx-XPP-DeleteCachedProfiles.reg differ diff --git a/docs-xml/registry/Win-2Kx-XPP-ForceLocalProfile.reg b/docs-xml/registry/Win-2Kx-XPP-ForceLocalProfile.reg new file mode 100644 index 0000000..bc09627 Binary files /dev/null and b/docs-xml/registry/Win-2Kx-XPP-ForceLocalProfile.reg differ diff --git a/docs-xml/registry/Win-NT-DeleteRoamingProfile.reg b/docs-xml/registry/Win-NT-DeleteRoamingProfile.reg new file mode 100644 index 0000000..2620ad7 --- /dev/null +++ b/docs-xml/registry/Win-NT-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 + diff --git a/docs-xml/registry/Win2000_PlainPassword.reg b/docs-xml/registry/Win2000_PlainPassword.reg new file mode 100644 index 0000000..e0ae280 --- /dev/null +++ b/docs-xml/registry/Win2000_PlainPassword.reg @@ -0,0 +1,11 @@ +REGEDIT4 + +;Contributor: Herb Lewis (herb@sgi.com) +;Updated: 16 July 1999 +;Status: Current +; +;Subject: Registry file to enable plain text passwords in Windows 2000 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkStation\Parameters] +"EnablePlainTextPassword"=dword:00000001 + diff --git a/docs-xml/registry/Win7_Samba3DomainMember.reg b/docs-xml/registry/Win7_Samba3DomainMember.reg new file mode 100644 index 0000000..b5de9e2 Binary files /dev/null and b/docs-xml/registry/Win7_Samba3DomainMember.reg differ diff --git a/docs-xml/registry/Win95_PlainPassword.reg b/docs-xml/registry/Win95_PlainPassword.reg new file mode 100644 index 0000000..9dd3103 --- /dev/null +++ b/docs-xml/registry/Win95_PlainPassword.reg @@ -0,0 +1,4 @@ +REGEDIT4 + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP] +"EnablePlainTextPassword"=dword:00000001 diff --git a/docs-xml/registry/Win98_PlainPassword.reg b/docs-xml/registry/Win98_PlainPassword.reg new file mode 100644 index 0000000..9dd3103 --- /dev/null +++ b/docs-xml/registry/Win98_PlainPassword.reg @@ -0,0 +1,4 @@ +REGEDIT4 + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP] +"EnablePlainTextPassword"=dword:00000001 diff --git a/docs-xml/registry/Win9X-CacheHandling.reg b/docs-xml/registry/Win9X-CacheHandling.reg new file mode 100644 index 0000000..265e335 --- /dev/null +++ b/docs-xml/registry/Win9X-CacheHandling.reg @@ -0,0 +1,7 @@ +REGEDIT4 + +; Contributor: John H Terpstra +; Date: Feb 15, 1999 + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VREDIR] +"DiscardCacheOnOpen"=string:00000001 diff --git a/docs-xml/registry/WinME_PlainPassword.reg b/docs-xml/registry/WinME_PlainPassword.reg new file mode 100644 index 0000000..9dd3103 --- /dev/null +++ b/docs-xml/registry/WinME_PlainPassword.reg @@ -0,0 +1,4 @@ +REGEDIT4 + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP] +"EnablePlainTextPassword"=dword:00000001 diff --git a/docs-xml/registry/WinXP_PlainPassword.reg b/docs-xml/registry/WinXP_PlainPassword.reg new file mode 100644 index 0000000..243f72c Binary files /dev/null and b/docs-xml/registry/WinXP_PlainPassword.reg differ diff --git a/docs-xml/registry/WindowsTerminalServer.reg b/docs-xml/registry/WindowsTerminalServer.reg new file mode 100644 index 0000000..73c3b17 --- /dev/null +++ b/docs-xml/registry/WindowsTerminalServer.reg @@ -0,0 +1,7 @@ +REGEDIT4 + +;Subject: Registry file to force multiple NT terminal server users to have their own connections. + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Rdr\Parameters] +"MultipleUsersOnConnection"=dword:00000000 + -- cgit v1.2.3