win10-prep

Batch script to tweak Windows 10 to a more usable form
Log | Files | Refs

commit 25dcd4b76a561ea5f1ebf2d46ddd3ad35f8059ba
parent bad1e4dfc0603e034734c85a7e30395546883095
Author: breadcat <peter@minskio.co.uk>
Date:   Sat, 11 Jul 2020 19:59:57 +0100

Snap assist is pretty useful in Windows 10

Diffstat:
Mwin10-prep.bat | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/win10-prep.bat b/win10-prep.bat @@ -83,8 +83,6 @@ rem maximum mouse speed reg add "HKCU\Control Panel\Mouse" /v "MouseSensitivity" /t REG_SZ /d "20" /f rem disable hiding of unused tray icons reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer" /v "EnableAutoTray" /t REG_DWORD /d 0 /f -rem disable snap assist -rem reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "SnapAssist" /t REG_DWORD /d "0" /f rem show hidden files in explorer reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Hidden" /t REG_DWORD /d 1 /f rem show file extensions in explorer