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
Next revision Both sides next revision
windows:registry_hacks [2015/11/24 11:18]
tschulz [Disable New User Animation (Windows 8)]
windows:registry_hacks [2015/11/24 11:19]
tschulz [Windows 8 Disable Lock Screen]
Line 67: Line 67:
 </​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 ===== ===== Enable Verbose Login Messages =====
Line 135: Line 127:
 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
 "​VerboseStatus"​=dword:​00000001 "​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>​ </​file>​
  
  
windows/registry_hacks.txt · Last modified: 2015/11/24 11:19 by tschulz