Main Forum > General Computer Support

Windows 10 Start button not working

<< < (3/4) > >>

pablo204:
yep but the line someone has given above doesnt work it says 'Get-AppxPackage' is not a recognisable batch file

Julian:

--- Quote from: pablo204 on September 08, 2015, 05:20:13 am ---yep but the line someone has given above doesnt work it says 'Get-AppxPackage' is not a recognisable batch file

--- End quote ---
because it needs to be ran in power shell  not cms here I wrote this batch file it should work.
--- Code: ---@echo off
echo Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}>Startmenu.ps1
powershell.exe -ExecutionPolicy Bypass -File "Startmenu.ps1"
del Startmenu.ps1
--- End code ---

pablo204:
ive attached a file of what it says thanks

Julian:

--- Quote from: pablo204 on September 08, 2015, 01:51:50 pm ---ive attached a file of what it says thanks

--- End quote ---
lol okay I see your issue open word pad copy the bat file code then save as .bat then right click the .bat file and hit run as admin.

pablo204:
nope sorry the store is still not working

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version