Getcher reg tweaks here!
In case anyone's curious, here's the contents of my performance tweaks RGU file...
REGEDIT4
;Stereo Bluetooth instead of mono in both ears
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Bluetooth\A2 DP\Settings]
"UseJointStereo"=dword:1
;Memory saving performance tweaks
[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
"CacheSize"=dword:200
[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
"EnableCache"=dword:1
[HKEY_LOCAL_MACHINE\System\StorageManager\Filters\f sreplxfilt]
"ReplStoreCacheSize"=dword:200
[HKEY_LOCAL_MACHINE\System\GDI\GLYPHCACHE]
"limit"=dword:800
;Disable animations
[HKEY_LOCAL_MACHINE\SYSTEM\GWE\Menu]
"AniType"=dword:0
[HKEY_LOCAL_MACHINE\SYSTEM\GWE]
"Animate"=dword:0
;Turn off SMS sent notifications
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Inbox\Settin gs]
"SMSNoSentMsg"=dword:1
;Single line date Today plugin
[HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\TODAY]
"Date"=dword:1
"AutoSingleLineDatePlugin"=dword:1
;Show time and date on titlebar
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell]
"ShowTitleBarClock"=dword:1
"TBOpt"=dword:3
[HKEY_LOCAL_MACHINE\nls\overrides]
"SSDte"="M/d/yy "
"S1159"="Am"
"S2359"="Pm"
"STFmt"="h:mm t'M' "
;Thin scrollbars for more display space
[HKEY_LOCAL_MACHINE\SYSTEM\GWE\]
"cyHScr"=dword:8
"cxVScr"=dword:8
;Longer thumbboard backlight timeout
[HKEY_CURRENT_USER\ControlPanel\BackLight]
"QKeyLedTimeout"=dword:1E
;Disable certified apps checking
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
"0000101a"=dword:1
;Reminders keep bugging you for up to 15 minutes
[HKEY_CURRENT_USER\ControlPanel\Notifications\Remin ders\AutoSnooze]
"AutoSnoozeMins"=dword:F
;Hide battery in system tray
[HKEY_LOCAL_MACHINE\Services\Power]
"ShowIcon"=dword:0
|