diff --git a/Misc Tweaks/500ms Delay Aero Peek.reg b/Misc Tweaks/500ms Delay Aero Peek.reg new file mode 100644 index 0000000..14bd731 Binary files /dev/null and b/Misc Tweaks/500ms Delay Aero Peek.reg differ diff --git a/Misc Tweaks/64-Bit restore folders in this PC.reg b/Misc Tweaks/64-Bit restore folders in this PC.reg new file mode 100644 index 0000000..c79f8d5 --- /dev/null +++ b/Misc Tweaks/64-Bit restore folders in this PC.reg @@ -0,0 +1,27 @@ +Windows Registry Editor Version 5.00 + +; 64-Bit restore folders in this PC +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}] + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}] + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}] + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}] + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}] + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}] + + +[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{1CF1260C-4DD0-4ebb-811F-33C572699FDE}] + +[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}] + +[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{3ADD1653-EB32-4cb0-BBD7-DFA0ABB5ACCA}] + +[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A0953C92-50DC-43bf-BE83-3742FED03C9C}] + +[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}] + +[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}] diff --git a/Misc Tweaks/Allow MDAC internet requests.reg b/Misc Tweaks/Allow MDAC internet requests.reg new file mode 100644 index 0000000..8668fc6 --- /dev/null +++ b/Misc Tweaks/Allow MDAC internet requests.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DataFactory\HandlerInfo] +"HandlerRequired"=dword:1 diff --git a/Misc Tweaks/Allow UntrustedHandlers.reg b/Misc Tweaks/Allow UntrustedHandlers.reg new file mode 100644 index 0000000..3e25591 --- /dev/null +++ b/Misc Tweaks/Allow UntrustedHandlers.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments] +"UseTrustedHandlers"=dword:3 diff --git a/Misc Tweaks/Allow renaming and removing of Recycle Bin.reg b/Misc Tweaks/Allow renaming and removing of Recycle Bin.reg new file mode 100644 index 0000000..9f05af4 --- /dev/null +++ b/Misc Tweaks/Allow renaming and removing of Recycle Bin.reg @@ -0,0 +1,6 @@ +Windows Registry Editor Version 5.00 + +; Allow renaming and removing of Recycle Bin +[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder] +"Attributes"=hex:70,10,00,20 +"CallForAttributes"=dword:00000040 diff --git a/Misc Tweaks/Allow security settings for the workstation too.reg b/Misc Tweaks/Allow security settings for the workstation too.reg new file mode 100644 index 0000000..1547a52 --- /dev/null +++ b/Misc Tweaks/Allow security settings for the workstation too.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0] +"Flags"=dword:1 diff --git a/Misc Tweaks/Cache more Icons.reg b/Misc Tweaks/Cache more Icons.reg new file mode 100644 index 0000000..de2f840 --- /dev/null +++ b/Misc Tweaks/Cache more Icons.reg @@ -0,0 +1,5 @@ +Windows Registry Editor Version 5.00 + +; Cache more Icons +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer] +"Max Cached Icons"="4096" diff --git a/Misc Tweaks/Cascading Browser Menu.reg b/Misc Tweaks/Cascading Browser Menu.reg new file mode 100644 index 0000000..ea01b29 --- /dev/null +++ b/Misc Tweaks/Cascading Browser Menu.reg @@ -0,0 +1,26 @@ +Windows Registry Editor Version 5.00 + +; Cascading Browser Menu +[HKEY_CLASSES_ROOT\DesktopBackground\Shell\BrowserFO] +"MUIVerb"="Browsers" +"SubCommands"="Iron; iexplore; Firefox" +"icon"="iexplore.exe" +"Position"="Top" +; Internet Explorer 11 +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\iexplore] +@="IE 11" +"icon"=""%SYSTEMROOT\\Program Files\\Internet Explorer\\iexplore.exe",0" +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\iexplore\command] +@="iexplore google.com" +; Iron +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Iron] +@="Iron" +"icon"="%PATHTOBROWSER\\Iron\\chrome.exe" +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Iron\command] +@="%PATHTOBROWSER\\Iron\\chrome.exe file:///D:/2/StartPage/0HOME.HTM" +; Firefox +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Firefox] +@="Firefox" +"icon"="%PATHTOBROWSER\\Firefox\\firefox.exe" +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Firefox\command] +@="%PATHTOBROWSER\\Firefox\\firefox.exe" diff --git a/Misc Tweaks/Change EFS encryption Algorithm.reg b/Misc Tweaks/Change EFS encryption Algorithm.reg new file mode 100644 index 0000000..95fd045 --- /dev/null +++ b/Misc Tweaks/Change EFS encryption Algorithm.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVErsion\EFS] +"AlgorithmID"=dword:6610 diff --git a/Misc Tweaks/Change OEM Page.reg b/Misc Tweaks/Change OEM Page.reg new file mode 100644 index 0000000..4f0409f --- /dev/null +++ b/Misc Tweaks/Change OEM Page.reg @@ -0,0 +1,17 @@ +Windows Registry Editor Version 5.00 + +; OEM PAGE: Subsitute the last 5 digits of your product ID, for the 12345 that appears below, for easy identification +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion] +"ProductId"="****-12345" +; Computer Description +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters] +"srvcomment"="My Motherboard Model" +; OEM Information +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation] +"Model"="Motherboard Model" +"Manufacturer"="Custom Built" +; 1. TO ENTER A SUPPORT URL, USE THE STYLE BELOW +"SupportURL"="www.wincert.org" +; 2. TO LAUNCH A FILE LIKE OEM CONFIGURATOR.EXE ENTER YOUR PATH BELOW. Note foward slash +; file:///C:/%APP_PATH/OEM Configurator.exe +#"Logo"="C:\\Windows\\system32\\OEMLogo.bmp" diff --git a/Misc Tweaks/Change the Clock to 24 Hour time format.reg b/Misc Tweaks/Change the Clock to 24 Hour time format.reg new file mode 100644 index 0000000..5cc1082 --- /dev/null +++ b/Misc Tweaks/Change the Clock to 24 Hour time format.reg @@ -0,0 +1,9 @@ +Windows Registry Editor Version 5.00 + +; Change the Clock to 24 Hour time format +[HKEY_CURRENT_USER\Control Panel\International] +"iTime"="1" +"iTLZero"="0" +"sTime"=":" +"sTimeFormat"="H:mm:ss" +"iTimePrefix"="0" diff --git a/Misc Tweaks/Change the OEM info - second example.reg b/Misc Tweaks/Change the OEM info - second example.reg new file mode 100644 index 0000000..9cedc80 --- /dev/null +++ b/Misc Tweaks/Change the OEM info - second example.reg @@ -0,0 +1,15 @@ +Windows Registry Editor Version 5.00 + +; Changes: +; * Logo +; * Manufacturer +; * SupportHours +; * SupportPhone +; * SupportURL +; Fill in with what you need, ensure that the logo is .bmp/.png/.jpg. +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation] +"Logo"="c:\windows\system32\logo.bmp" +"Manufacturer"="Razorlight" +"SupportHours"="24x7" +"SupportPhone"="" +"SupportURL"="Leafs" diff --git a/Misc Tweaks/Clear Search History.reg b/Misc Tweaks/Clear Search History.reg new file mode 100644 index 0000000..059f70f Binary files /dev/null and b/Misc Tweaks/Clear Search History.reg differ diff --git a/Misc Tweaks/Deactivate the ADM-File updates.reg b/Misc Tweaks/Deactivate the ADM-File updates.reg new file mode 100644 index 0000000..8d0c6e5 --- /dev/null +++ b/Misc Tweaks/Deactivate the ADM-File updates.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Group Policy Editor] +"DisableAutoADMUpdate"=dword:1 diff --git a/Misc Tweaks/Default Value Aero Peek.reg b/Misc Tweaks/Default Value Aero Peek.reg new file mode 100644 index 0000000..5fbbe7a Binary files /dev/null and b/Misc Tweaks/Default Value Aero Peek.reg differ diff --git a/Misc Tweaks/Default Windows hover.reg b/Misc Tweaks/Default Windows hover.reg new file mode 100644 index 0000000..ddb8dab --- /dev/null +++ b/Misc Tweaks/Default Windows hover.reg @@ -0,0 +1,5 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\Control Panel\Desktop] +"ActiveWndTrackTimeout"=dword:00000000 +"UserPreferencesMask"=hex:9e,3e,07,80,12,00,00,00 diff --git a/Misc Tweaks/Disable Windows Key Hotkeys.reg b/Misc Tweaks/Disable Windows Key Hotkeys.reg new file mode 100644 index 0000000..23e26d4 Binary files /dev/null and b/Misc Tweaks/Disable Windows Key Hotkeys.reg differ diff --git a/Misc Tweaks/Do not allow Online Help.reg b/Misc Tweaks/Do not allow Online Help.reg new file mode 100644 index 0000000..c517efb --- /dev/null +++ b/Misc Tweaks/Do not allow Online Help.reg @@ -0,0 +1,7 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System] +"DisableInHelp"="" + +[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\System] +"DisableInHelp"="" diff --git a/Misc Tweaks/Do not allow Outlook Express attachments.reg b/Misc Tweaks/Do not allow Outlook Express attachments.reg new file mode 100644 index 0000000..637ef26 --- /dev/null +++ b/Misc Tweaks/Do not allow Outlook Express attachments.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\Software\Microsoft\Outlook Express] +"BlockExecAttachments"=dword:1 diff --git a/Misc Tweaks/Do not allow Windows to turn off Network Adapters.reg b/Misc Tweaks/Do not allow Windows to turn off Network Adapters.reg new file mode 100644 index 0000000..cea71c4 --- /dev/null +++ b/Misc Tweaks/Do not allow Windows to turn off Network Adapters.reg @@ -0,0 +1,95 @@ +Windows Registry Editor Version 5.00 + +; Do not allow Windows to turn off Network Adapters +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0000] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0001] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0002] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0003] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0004] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0005] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0006] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0008] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0009] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0010] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0011] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0012] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0013] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0014] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0015] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0016] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0017] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0018] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0019] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0020] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0021] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0022] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0023] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0024] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0025] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0026] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0027] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0028] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0029] +"PnPCapabilities"=dword:00000018 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0030] +"PnPCapabilities"=dword:00000018 diff --git a/Misc Tweaks/Do not allow specific programms.reg b/Misc Tweaks/Do not allow specific programms.reg new file mode 100644 index 0000000..43e83a2 --- /dev/null +++ b/Misc Tweaks/Do not allow specific programms.reg @@ -0,0 +1,13 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] +"DisallowRun"=dword:1 + +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] +"DisallowRun"=dword:1 + +[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun] +"[RSW:VALUELIST]"="" + +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun] +"[RSW:VALUELIST]"="" diff --git a/Misc Tweaks/Do not allow to remove the ZONE info.reg b/Misc Tweaks/Do not allow to remove the ZONE info.reg new file mode 100644 index 0000000..4031719 --- /dev/null +++ b/Misc Tweaks/Do not allow to remove the ZONE info.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments] +"HideZoneInfoOnProperties"=dword:1 diff --git a/Misc Tweaks/Do not allow to run CMD.reg b/Misc Tweaks/Do not allow to run CMD.reg new file mode 100644 index 0000000..a68d1fc --- /dev/null +++ b/Misc Tweaks/Do not allow to run CMD.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\System] +"DisableCMD"=dword:1 diff --git a/Misc Tweaks/Edit this to add custom Oem Info.reg b/Misc Tweaks/Edit this to add custom Oem Info.reg new file mode 100644 index 0000000..356cbf7 --- /dev/null +++ b/Misc Tweaks/Edit this to add custom Oem Info.reg @@ -0,0 +1,13 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion] +"RegisteredOwner"="*" +"RegisteredOrganization"="*" + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation] +"Manufacturer"="*" +"Model"="*" +"Logo"="*" +"SupportPhone"="*" +"SupportURL"="*" +"SupportHours"="*" diff --git a/Misc Tweaks/Enable Windows Key Hotkeys.reg b/Misc Tweaks/Enable Windows Key Hotkeys.reg new file mode 100644 index 0000000..c7d9d16 Binary files /dev/null and b/Misc Tweaks/Enable Windows Key Hotkeys.reg differ diff --git a/Misc Tweaks/Everyone can create anyonym guests.reg b/Misc Tweaks/Everyone can create anyonym guests.reg new file mode 100644 index 0000000..2d95338 --- /dev/null +++ b/Misc Tweaks/Everyone can create anyonym guests.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Lsa] +"EveryoneIncludesAnonymous"=dword:1 diff --git a/Misc Tweaks/Hide File.reg b/Misc Tweaks/Hide File.reg new file mode 100644 index 0000000..d260448 Binary files /dev/null and b/Misc Tweaks/Hide File.reg differ diff --git a/Misc Tweaks/Hide Folder.reg b/Misc Tweaks/Hide Folder.reg new file mode 100644 index 0000000..6f224d5 Binary files /dev/null and b/Misc Tweaks/Hide Folder.reg differ diff --git a/Misc Tweaks/Hover window select.reg b/Misc Tweaks/Hover window select.reg new file mode 100644 index 0000000..6bf3d5c --- /dev/null +++ b/Misc Tweaks/Hover window select.reg @@ -0,0 +1,5 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\Control Panel\Desktop] +"ActiveWndTrackTimeout"=dword:00000096 +"UserPreferencesMask"=hex:9f,3e,07,80,12,00,00,00 diff --git a/Misc Tweaks/Increase Network Throughput.reg b/Misc Tweaks/Increase Network Throughput.reg new file mode 100644 index 0000000..2508a7f --- /dev/null +++ b/Misc Tweaks/Increase Network Throughput.reg @@ -0,0 +1,14 @@ +Windows Registry Editor Version 5.00 + +; Increase Network Throughput +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters] +"MaxCmds"=dword:00000064 +"MaxThreads"=dword:00000064 +"MaxCollectionCount"=dword:00000064 + +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AFD\Parameters] +"BufferMultiplier"=dword:00000400 + +; Stop caching negative responses +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters] +"MaxNegativeCacheTtl "=dword:00000000 diff --git a/Misc Tweaks/Increase RPC Packet Size.reg b/Misc Tweaks/Increase RPC Packet Size.reg new file mode 100644 index 0000000..e1dd027 --- /dev/null +++ b/Misc Tweaks/Increase RPC Packet Size.reg @@ -0,0 +1,5 @@ +Windows Registry Editor Version 5.00 + +; Increase RPC Packet Size +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc] +"MaxRpcSize"=dword:00100000 diff --git a/Misc Tweaks/Increase the refresh intervall for group policy.reg b/Misc Tweaks/Increase the refresh intervall for group policy.reg new file mode 100644 index 0000000..a6a9b6a --- /dev/null +++ b/Misc Tweaks/Increase the refresh intervall for group policy.reg @@ -0,0 +1,5 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System] +"GroupPolicyRefreshTime"=dword:60 +"GroupPolicyRefreshTimeOffset"=dword:0 diff --git a/Misc Tweaks/Logon Screen Text default.reg b/Misc Tweaks/Logon Screen Text default.reg new file mode 100644 index 0000000..20e4228 --- /dev/null +++ b/Misc Tweaks/Logon Screen Text default.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI] +"ButtonSet"=dword:00000000 diff --git a/Misc Tweaks/Logon screen Text noshadow.reg b/Misc Tweaks/Logon screen Text noshadow.reg new file mode 100644 index 0000000..a2cbd2a --- /dev/null +++ b/Misc Tweaks/Logon screen Text noshadow.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI] +"ButtonSet"=dword:00000002 diff --git a/Misc Tweaks/Logon screen Text shadow.reg b/Misc Tweaks/Logon screen Text shadow.reg new file mode 100644 index 0000000..d9f47cb --- /dev/null +++ b/Misc Tweaks/Logon screen Text shadow.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI] +"ButtonSet"=dword:00000001 diff --git a/Misc Tweaks/Make the text white in command windows.reg b/Misc Tweaks/Make the text white in command windows.reg new file mode 100644 index 0000000..6d7442f --- /dev/null +++ b/Misc Tweaks/Make the text white in command windows.reg @@ -0,0 +1,5 @@ +Windows Registry Editor Version 5.00 + +; Make the text white in command windows +[HKEY_CURRENT_USER\Software\Microsoft\Command Processor] +"DefaultColor"=dword:0000000F diff --git a/Misc Tweaks/Member of a security zone can't add any site.reg b/Misc Tweaks/Member of a security zone can't add any site.reg new file mode 100644 index 0000000..458cc04 --- /dev/null +++ b/Misc Tweaks/Member of a security zone can't add any site.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings] +"Security_zones_map_edit"=dword:1 diff --git a/Misc Tweaks/Members in a security zone can't change any settings.reg b/Misc Tweaks/Members in a security zone can't change any settings.reg new file mode 100644 index 0000000..b25ca07 --- /dev/null +++ b/Misc Tweaks/Members in a security zone can't change any settings.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings] +"Security_options_edit"=dword:0 diff --git a/Misc Tweaks/Notepad saves window position.reg b/Misc Tweaks/Notepad saves window position.reg new file mode 100644 index 0000000..63c62bf --- /dev/null +++ b/Misc Tweaks/Notepad saves window position.reg @@ -0,0 +1,5 @@ +Windows Registry Editor Version 5.00 + +; Notepad saves window position +[HKEY_CURRENT_USER\Software\Microsoft\Notepad] +"fSaveWindowPositions"=dword:00000001 diff --git a/Misc Tweaks/Only Remove Libraries Icon from Windows 7 Explorer.reg b/Misc Tweaks/Only Remove Libraries Icon from Windows 7 Explorer.reg new file mode 100644 index 0000000..f77aa21 --- /dev/null +++ b/Misc Tweaks/Only Remove Libraries Icon from Windows 7 Explorer.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{031E4825-7B94-4dc3-B131-E946B44C8DD5}] + diff --git a/Misc Tweaks/Only show Policies that are currently active.reg b/Misc Tweaks/Only show Policies that are currently active.reg new file mode 100644 index 0000000..28cd514 --- /dev/null +++ b/Misc Tweaks/Only show Policies that are currently active.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Group Policy Editor] +"ShowPoliciesOnly"=dword:1 diff --git a/Misc Tweaks/Open HTA files (used for WPI) with MSHTA.EXE.reg b/Misc Tweaks/Open HTA files (used for WPI) with MSHTA.EXE.reg new file mode 100644 index 0000000..9ecc0a5 --- /dev/null +++ b/Misc Tweaks/Open HTA files (used for WPI) with MSHTA.EXE.reg @@ -0,0 +1,10 @@ +Windows Registry Editor Version 5.00 + +; Open HTA files (used for WPI) with MSHTA.EXE +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.hta] + +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.hta\OpenWithList] + +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.hta\OpenWithProgids] +"htafile"=hex(0): + diff --git a/Misc Tweaks/Open NFO files with notepad.reg b/Misc Tweaks/Open NFO files with notepad.reg new file mode 100644 index 0000000..0cd4221 --- /dev/null +++ b/Misc Tweaks/Open NFO files with notepad.reg @@ -0,0 +1,14 @@ +Windows Registry Editor Version 5.00 + +; Open NFO files with notepad +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo] + +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithList] +"a"="NOTEPAD.EXE" +"MRUList"="a" + +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithProgids] +"MSInfoFile"=hex(0): + +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\UserChoice] +"Progid"="Applications\\notepad.exe" \ No newline at end of file diff --git a/Misc Tweaks/REGISTER UNREGISTER DLL & OCX FILE.reg b/Misc Tweaks/REGISTER UNREGISTER DLL & OCX FILE.reg new file mode 100644 index 0000000..e37d879 --- /dev/null +++ b/Misc Tweaks/REGISTER UNREGISTER DLL & OCX FILE.reg @@ -0,0 +1,12 @@ +Windows Registry Editor Version 5.00 + +; REGISTER / UNREGISTER .DLL +[HKEY_CLASSES_ROOT\dllfile\shell\Register\command] +@="regsvr32.exe \"%L\"" +[HKEY_CLASSES_ROOT\dllfile\shell\Unregister\command] +@="regsvr32.exe /u \"%L\"" +; REGISTER / UNREGISTER .OCX +[HKEY_CLASSES_ROOT\ocxfile\shell\Register\command] +@="regsvr32.exe \"%L\"" +[HKEY_CLASSES_ROOT\ocxfile\shell\Unregister\command] +@="regsvr32.exe /u \"%L\"" \ No newline at end of file diff --git a/Misc Tweaks/RemoveToolbarsInTaskbar.reg b/Misc Tweaks/RemoveToolbarsInTaskbar.reg new file mode 100644 index 0000000..32b92ec --- /dev/null +++ b/Misc Tweaks/RemoveToolbarsInTaskbar.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] +"NoToolbarsOnTaskbar"=dword:00000001 \ No newline at end of file diff --git a/Misc Tweaks/Restore Libraries Default Settings.reg b/Misc Tweaks/Restore Libraries Default Settings.reg new file mode 100644 index 0000000..ea16233 --- /dev/null +++ b/Misc Tweaks/Restore Libraries Default Settings.reg @@ -0,0 +1,129 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] +"{031E4825-7B94-4dc3-B131-E946B44C8DD5}"=dword:00000001 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{031E4825-7B94-4dc3-B131-E946B44C8DD5}] +@="UsersLibraries" +"Removal Message"="@shell32.dll,-9047" + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{2112AB0A-C86A-4ffe-A368-0DE96E47012E}] +"Name"="MusicLibrary" +"Category"=dword:00000004 +"ParsingName"="::{031E4825-7B94-4dc3-B131-E946B44C8DD5}\\{2112AB0A-C86A-4ffe-A368-0DE96E47012E}" +"Stream"=dword:00000001 +"StreamResource"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\ + 6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\ + 00,73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,\ + 2d,00,32,00,00,00 +"StreamResourceType"="LIBRARY" +"RelativePath"="Music.library-ms" +"ParentFolder"="{1B3EA5DC-B587-4786-B4EF-BD1DC332AEAE}" +"Icon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\ + 00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\ + 6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\ + 00,31,00,30,00,30,00,34,00,00,00 +"InfoTip"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\ + 6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\ + 00,73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,\ + 2d,00,31,00,32,00,36,00,38,00,39,00,00,00 +"LocalizedName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,\ + 6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,\ + 00,5c,00,73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,\ + 2c,00,2d,00,33,00,34,00,35,00,38,00,34,00,00,00 +"PreCreate"=dword:00000001 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{2112AB0A-C86A-4ffe-A368-0DE96E47012E}\PropertyBag] +"FoldersDependentOn"="{4BD8D571-6D19-48D3-BE97-422220080E43}; {3214FAB5-9757-4298-BB61-92A9DEAA44FF}" + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{491E922F-5643-4af4-A7EB-4E7A138D8174}] +"Name"="VideosLibrary" +"Category"=dword:00000004 +"ParsingName"="::{031E4825-7B94-4dc3-B131-E946B44C8DD5}\\{491E922F-5643-4af4-A7EB-4E7A138D8174}" +"Stream"=dword:00000001 +"StreamResource"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\ + 6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\ + 00,73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,\ + 2d,00,34,00,00,00 +"StreamResourceType"="LIBRARY" +"RelativePath"="Videos.library-ms" +"ParentFolder"="{1B3EA5DC-B587-4786-B4EF-BD1DC332AEAE}" +"Icon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\ + 00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\ + 6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\ + 00,31,00,30,00,30,00,35,00,00,00 +"InfoTip"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\ + 6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\ + 00,73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,\ + 2d,00,31,00,32,00,36,00,39,00,30,00,00,00 +"LocalizedName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,\ + 6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,\ + 00,5c,00,73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,\ + 2c,00,2d,00,33,00,34,00,36,00,32,00,30,00,00,00 +"PreCreate"=dword:00000001 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{491E922F-5643-4af4-A7EB-4E7A138D8174}\PropertyBag] +"FoldersDependentOn"="{18989B1D-99B5-455B-841C-AB7C74E4DDFC}; {2400183A-6185-49FB-A2D8-4A392A602BA3}" + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{7b0db17d-9cd2-4a93-9733-46cc89022e7c}] +"Name"="DocumentsLibrary" +"Category"=dword:00000004 +"ParsingName"="::{031E4825-7B94-4dc3-B131-E946B44C8DD5}\\{7b0db17d-9cd2-4a93-9733-46cc89022e7c}" +"Stream"=dword:00000001 +"StreamResource"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\ + 6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\ + 00,73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,\ + 2d,00,31,00,00,00 +"StreamResourceType"="LIBRARY" +"RelativePath"="Documents.library-ms" +"ParentFolder"="{1B3EA5DC-B587-4786-B4EF-BD1DC332AEAE}" +"Icon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\ + 00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\ + 6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\ + 00,31,00,30,00,30,00,32,00,00,00 +"LocalizedName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,\ + 6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,\ + 00,5c,00,73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,\ + 2c,00,2d,00,33,00,34,00,35,00,37,00,35,00,00,00 +"PreCreate"=dword:00000001 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{7b0db17d-9cd2-4a93-9733-46cc89022e7c}\PropertyBag] +"FoldersDependentOn"="{FDD39AD0-238F-46AF-ADB4-6C85480369C7}; {ED4824AF-DCE4-45A8-81E2-FC7965083634}" + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A302545D-DEFF-464b-ABE8-61C8648D939B}] +"Name"="UsersLibrariesFolder" +"Category"=dword:00000001 +"ParsingName"="::{031E4825-7B94-4dc3-B131-E946B44C8DD5}" + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A302545D-DEFF-464b-ABE8-61C8648D939B}\PropertyBag] +"NoCustomize"=dword:00000001 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A990AE9F-A03B-4e80-94BC-9912D7504104}] +"Name"="PicturesLibrary" +"Category"=dword:00000004 +"ParsingName"="::{031E4825-7B94-4dc3-B131-E946B44C8DD5}\\{A990AE9F-A03B-4e80-94BC-9912D7504104}" +"Stream"=dword:00000001 +"StreamResource"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\ + 6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\ + 00,73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,\ + 2d,00,33,00,00,00 +"StreamResourceType"="LIBRARY" +"RelativePath"="Pictures.library-ms" +"ParentFolder"="{1B3EA5DC-B587-4786-B4EF-BD1DC332AEAE}" +"Icon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\ + 00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\ + 6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\ + 00,31,00,30,00,30,00,33,00,00,00 +"InfoTip"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\ + 6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\ + 00,73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,\ + 2d,00,31,00,32,00,36,00,38,00,38,00,00,00 +"LocalizedName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,\ + 6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,\ + 00,5c,00,73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,\ + 2c,00,2d,00,33,00,34,00,35,00,39,00,35,00,00,00 +"PreCreate"=dword:00000001 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A990AE9F-A03B-4e80-94BC-9912D7504104}\PropertyBag] +"FoldersDependentOn"="{33E28130-4E1E-4676-835A-98395C3BC3BB}; {B6EBFB86-6907-413C-9AF7-4FC2ABF07CC5}" + diff --git a/Misc Tweaks/RestoreToolbarsInTaskbar.reg b/Misc Tweaks/RestoreToolbarsInTaskbar.reg new file mode 100644 index 0000000..41851b7 --- /dev/null +++ b/Misc Tweaks/RestoreToolbarsInTaskbar.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] +"NoToolbarsOnTaskbar"=dword:00000000 \ No newline at end of file diff --git a/Misc Tweaks/Run 16-Bit applications in a seperate USER VM.reg b/Misc Tweaks/Run 16-Bit applications in a seperate USER VM.reg new file mode 100644 index 0000000..378be30 --- /dev/null +++ b/Misc Tweaks/Run 16-Bit applications in a seperate USER VM.reg @@ -0,0 +1,7 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] +"MemCheckBoxInRunDlg"=dword:1 + +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] +"MemCheckBoxInRunDlg"=dword:1 diff --git a/Misc Tweaks/Scan every file with your AntiVirus program.reg b/Misc Tweaks/Scan every file with your AntiVirus program.reg new file mode 100644 index 0000000..2eb25e6 --- /dev/null +++ b/Misc Tweaks/Scan every file with your AntiVirus program.reg @@ -0,0 +1,6 @@ +Windows Registry Editor Version 5.00 + +; Notify your AV program to scan the files +; Not recommed if you use Kaspersky or any other AV which can controll that option anyway +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments] +"ScanWithAntiVirus"=dword:2 diff --git a/Misc Tweaks/Scan with Windows Defender.reg b/Misc Tweaks/Scan with Windows Defender.reg new file mode 100644 index 0000000..3b9d40f --- /dev/null +++ b/Misc Tweaks/Scan with Windows Defender.reg @@ -0,0 +1,15 @@ +Windows Registry Editor Version 5.00 + +; Scan with Windows Defender +; Windows Defender File Scan +[HKEY_CLASSES_ROOT\*\shell\WindowsDefender] +"MUIVerb"="Scan with Windows Defender" +"icon"=""C:\\Program Files\\Windows Defender\\MSASCui.exe,0" +[HKEY_CLASSES_ROOT\*\shell\WindowsDefender\Command] +@="cmd.exe /s /c \"\"C:\\Program Files\\Windows Defender\\MpCmdRun.exe\" -scan -scantype 3 -SignatureUpdate -file \"%1 \"\" & pause" +; Windows Defender Folder Scan +[HKEY_CLASSES_ROOT\Folder\shell\WindowsDefender] +"MUIVerb"="Scan with Windows Defender" +"icon"="C:\\Program Files\\Windows Defender\\MSASCui.exe,0" +[HKEY_CLASSES_ROOT\Folder\shell\WindowsDefender\Command] +@="cmd.exe /s /c \"\"C:\\Program Files\\Windows Defender\\MpCmdRun.exe\" -scan -scantype 3 -SignatureUpdate -file \"%1 \"\" & pause diff --git a/Misc Tweaks/Secure Delete Outlook attachments after they are deleted.reg b/Misc Tweaks/Secure Delete Outlook attachments after they are deleted.reg new file mode 100644 index 0000000..e93c9bd --- /dev/null +++ b/Misc Tweaks/Secure Delete Outlook attachments after they are deleted.reg @@ -0,0 +1,4 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\PST] +"PSTNullFreeOnClose"=dword:1 diff --git a/Misc Tweaks/Security settings per PC basis.reg b/Misc Tweaks/Security settings per PC basis.reg new file mode 100644 index 0000000..5387aff --- /dev/null +++ b/Misc Tweaks/Security settings per PC basis.reg @@ -0,0 +1,5 @@ +Windows Registry Editor Version 5.00 + +; Only loads Admin registry keys (located under HKLM) +[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings] +"Security_HKLM_only"=dword:1 diff --git a/Misc Tweaks/Set Control Panel on Classic View and small icons.reg b/Misc Tweaks/Set Control Panel on Classic View and small icons.reg new file mode 100644 index 0000000..96057a5 --- /dev/null +++ b/Misc Tweaks/Set Control Panel on Classic View and small icons.reg @@ -0,0 +1,6 @@ +Windows Registry Editor Version 5.00 + +; Set Control Panel on 'Classic View' + set small icons +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel] +"AllItemsIconView"=dword:00000001 +"StartupPage"=dword:00000001 diff --git a/Misc Tweaks/Show Windows classic folders.reg b/Misc Tweaks/Show Windows classic folders.reg new file mode 100644 index 0000000..705c8fe --- /dev/null +++ b/Misc Tweaks/Show Windows classic folders.reg @@ -0,0 +1,5 @@ +Windows Registry Editor Version 5.00 + +; Show Windows classic folders (File | Edit | View | Tools | Help) +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] +"AlwaysShowMenus"=dword:00000001 diff --git a/Misc Tweaks/Show all hidden devices in device manager.reg b/Misc Tweaks/Show all hidden devices in device manager.reg new file mode 100644 index 0000000..1a7311c --- /dev/null +++ b/Misc Tweaks/Show all hidden devices in device manager.reg @@ -0,0 +1,6 @@ +Windows Registry Editor Version 5.00 + +; Show all hidden devices in device manager +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment] +"Devmgr_show_nonpresent_devices"=1 +"Devmgr_show_details"=1 diff --git a/Misc Tweaks/Show desktop icons.reg b/Misc Tweaks/Show desktop icons.reg new file mode 100644 index 0000000..48c8049 --- /dev/null +++ b/Misc Tweaks/Show desktop icons.reg @@ -0,0 +1,5 @@ +Windows Registry Editor Version 5.00 + +; Show Desktop Icons +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] +"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000 diff --git a/Misc Tweaks/Show detailed Device settings in device manager.reg b/Misc Tweaks/Show detailed Device settings in device manager.reg new file mode 100644 index 0000000..1b8035d --- /dev/null +++ b/Misc Tweaks/Show detailed Device settings in device manager.reg @@ -0,0 +1,8 @@ +Windows Registry Editor Version 5.00 + +; Show detailed Device settings in device manager +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment] +"DEVMGR_SHOW_DETAILS"="1" + +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] +"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000 diff --git a/Misc Tweaks/Show hidden files and folders (but not hidden system files and folders.reg b/Misc Tweaks/Show hidden files and folders (but not hidden system files and folders.reg new file mode 100644 index 0000000..b2060dc --- /dev/null +++ b/Misc Tweaks/Show hidden files and folders (but not hidden system files and folders.reg @@ -0,0 +1,5 @@ +Windows Registry Editor Version 5.00 + +; Show hidden files and folders (but not hidden system files and folders) +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] +"Hidden"=dword:00000001 diff --git a/Misc Tweaks/Show the full path in minimized explorer windows.reg b/Misc Tweaks/Show the full path in minimized explorer windows.reg new file mode 100644 index 0000000..c9596ec --- /dev/null +++ b/Misc Tweaks/Show the full path in minimized explorer windows.reg @@ -0,0 +1,5 @@ +Windows Registry Editor Version 5.00 + +; Show the full path in minimized explorer windows +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState] +"FullPath"=dword:00000001 diff --git a/Misc Tweaks/Show the real CD-recording speed in Nero.reg b/Misc Tweaks/Show the real CD-recording speed in Nero.reg new file mode 100644 index 0000000..74c9e68 --- /dev/null +++ b/Misc Tweaks/Show the real CD-recording speed in Nero.reg @@ -0,0 +1,5 @@ +Windows Registry Editor Version 5.00 + +; Show the real CD-recording speed in Nero (example: 21.6x writing speed) +[HKEY_CURRENT_USER\Software\Ahead\Nero - Burning Rom\Recorder] +"ShowSingleRecorderSpeed"=dword:00000001 diff --git a/Misc Tweaks/Shows file extensions.reg b/Misc Tweaks/Shows file extensions.reg new file mode 100644 index 0000000..564244d --- /dev/null +++ b/Misc Tweaks/Shows file extensions.reg @@ -0,0 +1,5 @@ +Windows Registry Editor Version 5.00 + +; Shows file extensions +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] +"HideFileExt"=dword:00000000 diff --git a/Misc Tweaks/Stop caching negative responses.reg b/Misc Tweaks/Stop caching negative responses.reg new file mode 100644 index 0000000..41765bb --- /dev/null +++ b/Misc Tweaks/Stop caching negative responses.reg @@ -0,0 +1,5 @@ +Windows Registry Editor Version 5.00 + +; Stop caching negative responses +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters] +"MaxNegativeCacheTtl "=dword:00000000 diff --git a/Misc Tweaks/Typing Long File Names In DOS.reg b/Misc Tweaks/Typing Long File Names In DOS.reg new file mode 100644 index 0000000..317e26f --- /dev/null +++ b/Misc Tweaks/Typing Long File Names In DOS.reg @@ -0,0 +1,6 @@ +Windows Registry Editor Version 5.00 + +; Typing Long File Names In DOS +; This doesn't matter on specific file systems like ZFS/ExFAT/.. +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor] +"CompletionChar"=dword:00000009 diff --git a/Misc Tweaks/Underline letters on right click.reg b/Misc Tweaks/Underline letters on right click.reg new file mode 100644 index 0000000..e0e0f75 --- /dev/null +++ b/Misc Tweaks/Underline letters on right click.reg @@ -0,0 +1,5 @@ +Windows Registry Editor Version 5.00 + +; Underline letters on right click (EG "R" for Properties, "D" for Delete) +[HKEY_CURRENT_USER\Control Panel\Desktop] +"UserPreferencesMask"=hex:b0,12,01,80 diff --git a/Misc Tweaks/Unhide File.reg b/Misc Tweaks/Unhide File.reg new file mode 100644 index 0000000..420a7db Binary files /dev/null and b/Misc Tweaks/Unhide File.reg differ diff --git a/Misc Tweaks/Unhide Folder.reg b/Misc Tweaks/Unhide Folder.reg new file mode 100644 index 0000000..e1f77ea Binary files /dev/null and b/Misc Tweaks/Unhide Folder.reg differ diff --git a/Misc Tweaks/Unlock the taskbar.reg b/Misc Tweaks/Unlock the taskbar.reg new file mode 100644 index 0000000..0139269 --- /dev/null +++ b/Misc Tweaks/Unlock the taskbar.reg @@ -0,0 +1,5 @@ +Windows Registry Editor Version 5.00 + +; Unlock the taskbar +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] +"TaskbarSizeMove"=dword:00000001 diff --git a/Misc Tweaks/Use Small Icons.reg b/Misc Tweaks/Use Small Icons.reg new file mode 100644 index 0000000..868497c --- /dev/null +++ b/Misc Tweaks/Use Small Icons.reg @@ -0,0 +1,5 @@ +Windows Registry Editor Version 5.00 + +; Use Small Icons +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\SmallIcons] +"SmallIcons"="yes" diff --git a/Misc Tweaks/Windows will tell you exactly what it is doing when it is shutting down or is booting.reg b/Misc Tweaks/Windows will tell you exactly what it is doing when it is shutting down or is booting.reg new file mode 100644 index 0000000..ffdc336 --- /dev/null +++ b/Misc Tweaks/Windows will tell you exactly what it is doing when it is shutting down or is booting.reg @@ -0,0 +1,5 @@ +Windows Registry Editor Version 5.00 + +; Windows will tell you exactly what it is doing when it is shutting down or is booting +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system] +"verbosestatus"=dword:00000001 diff --git a/Misc Tweaks/give your self permission to modify and all.reg b/Misc Tweaks/give your self permission to modify and all.reg new file mode 100644 index 0000000..cf97d9d --- /dev/null +++ b/Misc Tweaks/give your self permission to modify and all.reg @@ -0,0 +1,24 @@ +Windows Registry Editor Version 5.00 + +; Give your self permission to modify and all. +[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\AdvSysProp] +@=hex(2):41,00,64,00,76,00,61,00,6e,00,63,00,65,00,64,00,20,00,53,00,79,00,73,\ + 00,74,00,65,00,6d,00,20,00,50,00,72,00,6f,00,70,00,65,00,72,00,74,00,69,00,\ + 65,00,73,00,00,00 + +[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\AdvSysProp\command] +@=hex(2):63,00,6f,00,6e,00,74,00,72,00,6f,00,6c,00,20,00,73,00,79,00,73,00,64,\ + 00,6d,00,2e,00,63,00,70,00,6c,00,00,00 + +[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Devices] +@=hex(2):44,00,65,00,76,00,69,00,63,00,65,00,20,00,4d,00,61,00,6e,00,61,00,67,\ +00,65,00,72,00,00,00 +"SuppressionPolicy"=dword:4000003c + +[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Devices\command] +@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73,\ +00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00,\ +65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,\ +00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,\ +32,00,5c,00,64,00,65,00,76,00,6d,00,67,00,6d,00,74,00,2e,00,6d,00,73,00,63,\ +00,20,00,2f,00,73,00,00,00