change taskbar to allign left
parent
33a4c2bf9d
commit
cc14bd64fe
|
|
@ -19,6 +19,9 @@ if ($env:USERNAME -ne "WDAGUtilityAccount") {
|
|||
# Change context menu to old style
|
||||
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve
|
||||
|
||||
# Change taskbar to allign left
|
||||
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "TaskbarAl" /t REG_DWORD /d 0 /f
|
||||
|
||||
# Show file extensions
|
||||
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d 0 /f
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue