10.03.2014
TechNet Navigation Help, please.
I found a script (ModernAppRegFix.ps1) written by Ongle on TechNet>Script Center>Repository>Operating System>Re-Registers Modern Appx packages that won't launch due to registry permissions.
I download the Script from
http://gallery.technet.microsoft.com/scriptcenter/Re-registers-Modern-Appx-2e528428.
After trying to fix the problem with almost everything offered online, I am simply trying to get my W8x64 Pro OS to open the "Windows Store"
Having never used or run a script, I tried to run the script cited above. Obviously, I am doing something wrong.
Since I can not contact the script author, I hope that I would be directed somewhere to get help.
I ran the Script and got an error message as follows:
C:\Windows\system32>PowerShell -ExecutionPolicy Unrestricted -Command "& {C:\ModernAppRegFix.ps1; Repair-Appx-Registry -Confirm}"
Security warning
Run only scripts that you trust. While scripts from the internet can be useful, this script can potentially harm your computer.
Do you want to run C:\ModernAppRegFix.ps1?
[D] Do not run [R] Run once [S] Suspend [?] Help (default is "D"): [R]
[D] Do not run [R] Run once [S] Suspend [?] Help (default is "D"): ?
D - Do not run the script from this publisher now, and continue to prompt me to run this script in the future.
R - Run the script from this publisher now, and continue to prompt me to run this script in the future.
S - Pause the current pipeline and return to the command prompt. Type exit to resume operation when you are done.
[D] Do not run [R] Run once [S] Suspend [?] Help (default is "D"): R
Repair-Appx-Registry : The term 'Repair-Appx-Registry' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:28
+ & {C:\ModernAppRegFix.ps1; Repair-Appx-Registry -Confirm}
+ ~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Repair-Appx-Registry:String) []
, CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
thank you...