Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Fix bug on non-default system drives #322

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Carterpersall
Copy link

win10debloat.ps1:

  • Closes #206, Any reference to C: prevents compatibility with systems that use other drives for their system, this fixes that by replacing all references to C: with $env:SystemDrive

Much of this was previously in my pull request #285 but there were issues with the diff creating confusion that caused it to be closed. So I'm redoing everything and putting them all into separate pull requests to increase clarity on exactly what has changed.

Closes #206, Any reference to C:\ prevents compatibility with systems that use other drives for their system, this fixes that by replacing all references to C: with $env:SystemDrive.
@Carterpersall
Copy link
Author

The upcoming update will probably break this, please don't close it though as I intend to fix it for the update.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Restore point only back ups C:\
1 participant