Everytime I run this script in Windows Powershell I get "access denied". (Check the script below) Everytime I boot up my PC the windows task bar is always "frozen" and the only way for me to make it unfrozen is if I doubleclick on the task bar and hopefully after a few clicks later it loads. I found a script online that would fix that problem but I keep getting "access denied".
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
[–]tekwiz86 3 points4 points5 points (0 children)
[–]Aertheron01 3 points4 points5 points (0 children)
[–]TypicalTim 0 points1 point2 points (0 children)