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/11/24 11:17]
tschulz [Disable Lock Screen]
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 67: 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>​ 
  
-===== 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>​ 
  
 ===== Remove Old Group Policy Settings ===== ===== Remove Old Group Policy Settings =====
Line 128: Line 108:
 "​EnableFirstLogonAnimation"​=dword:​00000000 "​EnableFirstLogonAnimation"​=dword:​00000000
 </​file>​ </​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.1448385433.txt.gz · Last modified: 2015/11/24 11:17 by tschulz