win10-prep

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

commit 7ebd787e784152087ecb5ae9909e519ce469c095
parent b5f20b0b70311e363a454219957628cda8e0f11a
Author: breadcat <peter@minskio.co.uk>
Date:   Mon, 15 Jun 2020 03:19:15 +0100

Fix add typo

Diffstat:
M3-registry.bat | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/3-registry.bat b/3-registry.bat @@ -104,7 +104,7 @@ reg add "HKCR\Directory\shell\runas\command" /ve /t REG_SZ /d "cmd.exe /c takeow rem disable auto-detection of installers and updates to elevate reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "EnableInstallerDetection" /t REG_DWORD /d "0" /f rem enable auto completion in explorer -reg dd "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete" /v "Append Completion" /t REG_SZ /d "yes" /f +reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete" /v "Append Completion" /t REG_SZ /d "yes" /f rem hide ' - shortcut' text on shortcuts reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "link" /t REG_BINARY /d "00000000" /f rem show application names in taskbar