Disassembler0 / Win10-Initial-Setup-Script

PowerShell script for automation of routine tasks done after fresh installations of Windows 10 / Server 2016 / Server 2019
MIT License
4.69k stars 1.08k forks source link

ShowQuickAccess in Explorer is not working #294

Closed friki67 closed 4 years ago

friki67 commented 4 years ago

W10 1909 here. I think it could be

Set-ItemProperty -Path "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" -Name "HubMode" -Type DWord -Value 0

Disassembler0 commented 4 years ago

Can't reproduce. Just tried it on 1909, build 18363.592 and both HideQuickAccess and ShowQuickAccess worked even without logoff. Make sure you run that tweak as an admin. If the problem persist, please paste the preset and command you're trying to run it with.

By default, the registry value is not set and the Quick Access is enabled. The script sets the "original" value, which in this case effectively means that it deletes it, rather than setting it to 0.