AgentRev / WindowsAppsUnfukker

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

Add logic to locate User folder #26

Closed e-t-l closed 10 months ago

e-t-l commented 10 months ago
  1. Addresses #25
  2. Checks a couple different places for the User folder, and prompts the user to input it into the console if necessary.
  3. Also, un-hardcoded the "C:\" drive path, replacing it with $Env:SystemDrive
AgentRev commented 10 months ago

Good stuff, thx!