From 7ebd787e784152087ecb5ae9909e519ce469c095 Mon Sep 17 00:00:00 2001 From: breadcat Date: Mon, 15 Jun 2020 03:19:15 +0100 Subject: Fix add typo --- 3-registry.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '3-registry.bat') diff --git a/3-registry.bat b/3-registry.bat index 67401ac..4d751e3 100644 --- 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 -- cgit v1.2.3