Merge 5501613f51 into c33a3c70b7
commit
2bdd433eee
|
|
@ -17,7 +17,7 @@ if ($env:USERNAME -ne "WDAGUtilityAccount") {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Change context menu to old style
|
# Change context menu to old style
|
||||||
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
|
reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
|
||||||
|
|
||||||
# Show file extensions
|
# Show file extensions
|
||||||
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
|
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue