Replies: 2 comments 1 reply
-
|
updates made to the script are simply updates to the github repo theres no automatic updates on your end... this is just a script not an installed app if there is some feature or update added to the script that you would like to apply youll need to run it again the update cleanup script is found here: https://github.com/zoicware/RemoveWindowsAI/blob/main/RemoveAI-UpdateCleanup.ps1 |
Beta Was this translation helpful? Give feedback.
-
|
if you already ran backup mode once before theres no reason to run it again you will have important things backed up and a restore point created before the changes... but yes I should prob prevent any files from getting clobbered if the user re-runs with backup mode (but really ur best bet is the restore point thats created) i could 100% have the update cleanup script auto update based on changes from github however i opted to not do that to minimize unnecessary network calls on every startup |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I think I assumed wrongly that this script automatically attempts to update itself from GitHub. I thought it would because of:
I assume this only means that the GitHub version might be updated? But it doesn't automatically download a newer version.
Is this a feature to be added to the script installed to
C:\ProgramData\RemoveAI-UpdateCleanup.ps1? That it first tries to update itself. This is possible in powershell by starting a detached process (from a temporary file), which could do the update, and then run the new version of the script.Beta Was this translation helpful? Give feedback.
All reactions