diff options
author | breadcat | 2020-06-15 03:19:15 +0100 |
---|---|---|
committer | breadcat | 2020-06-15 03:19:15 +0100 |
commit | 7ebd787e784152087ecb5ae9909e519ce469c095 (patch) | |
tree | b0f3b0a551b1a7e5c622e9074055f3efc5fb4432 /3-registry.bat | |
parent | b5f20b0b70311e363a454219957628cda8e0f11a (diff) | |
download | win10-prep-7ebd787e784152087ecb5ae9909e519ce469c095.tar.gz win10-prep-7ebd787e784152087ecb5ae9909e519ce469c095.tar.bz2 win10-prep-7ebd787e784152087ecb5ae9909e519ce469c095.zip |
Fix add typo
Diffstat (limited to '3-registry.bat')
-rw-r--r-- | 3-registry.bat | 2 |
1 files changed, 1 insertions, 1 deletions
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 |