User Tools

Site Tools


windows:registry_hacks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
windows:registry_hacks [2015/10/30 14:21]
tschulz
windows:registry_hacks [2015/11/24 11:19] (current)
tschulz [Enable Verbose Login Messages]
Line 1: Line 1:
 ====== Windows Registry Hacks ====== ====== Windows Registry Hacks ======
  
-===== Disable New User Animation (Windows 8) ===== 
-<file reg newuser_animation.reg>​ 
-Windows Registry Editor Version 5.00 
  
-[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] 
-"​EnableFirstLogonAnimation"​=dword:​00000000 
-</​file>​ 
 ===== RDP Load Balance ===== ===== RDP Load Balance =====
 <file reg loadbalance_8.reg>​ <file reg loadbalance_8.reg>​
Line 26: Line 20:
  
 </​file>​ </​file>​
 +
 +===== Tighter Window Metrics (Titlebar/​Window Borders) =====
 +<file reg window_metrics.reg>​
 +Windows Registry Editor Version 5.00
 +
 +[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
 +"​BorderWidth"​="​-45"​
 +"​CaptionHeight"​="​-255"​
 +"​CaptionWidth"​="​-420"​
 +"​IconTitleWrap"​="​1"​
 +"​MenuHeight"​="​-285"​
 +"​MenuWidth"​="​-285"​
 +"​ScrollHeight"​="​-255"​
 +"​ScrollWidth"​="​-255"​
 +"Shell Icon Size"​="​32"​
 +"​SmCaptionHeight"​="​-255"​
 +"​SmCaptionWidth"​="​-330"​
 +"​PaddedBorderWidth"​="​0"​
 +"​AppliedDPI"​=dword:​00000060
 +"​IconSpacing"​="​-1125"​
 +"​IconVerticalSpacing"​="​-1125"​
 +"​MinAnimate"​="​0"​
 +</​file>​
 +
 ===== Windows 8 Dark Titlebars ===== ===== Windows 8 Dark Titlebars =====
 {{:​windows:​dark_tiitebars.png?​200|}} {{:​windows:​dark_tiitebars.png?​200|}}
Line 43: Line 61:
 </​file>​ </​file>​
  
-===== Windows 8 Disable Lock Screen ===== 
-Disable the lock screen without Group Policy 
-<file reg disablelockscreen.reg>​ 
-Windows Registry Editor Version 5.00 
  
-[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization] +
-"​NoLockScreen"​=dword:​00000001 +
-</​file>​+
  
 ===== Remove Old Group Policy Settings ===== ===== Remove Old Group Policy Settings =====
Line 74: Line 86:
  
 ===== Windows Teak Utility ===== ===== Windows Teak Utility =====
-[[http://​winaero.com/​comment.php?​comment.news.1836|Winaer ​Tweaker]]+  * **[[http://​winaero.com/​comment.php?​comment.news.1836|Winaero ​Tweaker]]** 
 + 
 +===== Window 10 Tuning ===== 
 +  * [[windows:​disabledefender|Disable Windows Defender (Win10)]] 
 +  * [[windows:​disableonedirve|Disable OneDrive (Win10)]] 
 + 
 +==== Disable Lock Screen ==== 
 +Disable the lock screen without Group Policy 
 +<file reg disablelockscreen.reg>​ 
 +Windows Registry Editor Version 5.00 
 + 
 +[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization] 
 +"​NoLockScreen"​=dword:​00000001 
 +</​file>​ 
 + 
 +==== Disable New User Animation (Windows 8) ==== 
 +<file reg newuser_animation.reg>​ 
 +Windows Registry Editor Version 5.00 
 + 
 +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] 
 +"​EnableFirstLogonAnimation"​=dword:​00000000 
 +</​file>​ 
 + 
 +==== Enable Verbose Login Messages ==== 
 +<file reg verbose_login.reg>​ 
 +Windows Registry Editor Version 5.00 
 + 
 +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] 
 +"​VerboseStatus"​=dword:​00000001 
 +</​file>​ 
 + 
 +==== Tighter Window Metrics (Titlebar/​Window Borders) ==== 
 +<file reg window_metrics.reg>​ 
 +Windows Registry Editor Version 5.00 
 + 
 +[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics] 
 +"​BorderWidth"​="​-45"​ 
 +"​CaptionHeight"​="​-255"​ 
 +"​CaptionWidth"​="​-420"​ 
 +"​IconTitleWrap"​="​1"​ 
 +"​MenuHeight"​="​-285"​ 
 +"​MenuWidth"​="​-285"​ 
 +"​ScrollHeight"​="​-255"​ 
 +"​ScrollWidth"​="​-255"​ 
 +"Shell Icon Size"​="​32"​ 
 +"​SmCaptionHeight"​="​-255"​ 
 +"​SmCaptionWidth"​="​-330"​ 
 +"​PaddedBorderWidth"​="​0"​ 
 +"​AppliedDPI"​=dword:​00000060 
 +"​IconSpacing"​="​-1125"​ 
 +"​IconVerticalSpacing"​="​-1125"​ 
 +"​MinAnimate"​="​0"​ 
 +</​file>​ 
  
windows/registry_hacks.1446232861.txt.gz · Last modified: 2015/10/30 14:21 by tschulz