AgentRev / WindowsAppsUnfukker

PowerShell script to fix WindowsApps-related permission errors and crashes.
The Unlicense
387 stars 23 forks source link

script cannot run #24

Closed Meonthb closed 10 months ago

Meonthb commented 1 year ago

when I run this script, prompts those information:

C:\Users\login\Downloads\PSTools>psexec.exe -s -i powershell -ExecutionPolicy Bypass -File "FULL_PATH_HERE\WindowsAppsUnfukker.ps1"

PsExec v2.43 - Execute processes remotely Copyright (C) 2001-2023 Mark Russinovich Sysinternals - www.sysinternals.com

powershell exited on AVALON with error code -196608.

How can I fix it?

AgentRev commented 1 year ago

You need to replace FULL_PATH_HERE with the actual file path

Meonthb commented 1 year ago

Thank you so much, now it seems everything is running OK!