-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Winutil don't install any apps on my W10 20H2 19042.1706 previous versions of debloat work as expected #15
Comments
Hey, basically I had the same problem too, for me the fix was to run the old script, when the old script is running, it checks and updates winget and stuff, after it is done with that and the menu comes up, you can close that menu and then run the new script, it should work after that. |
My machine doesn't seem to be able to install WINGET. I can use chocolatey fine. |
@mrg9999 what edition of Windows do you run? |
I highly suggest running the old script first: Then this one: |
Yeah it seems that the issue is that the script lacks the portion that installs winget Should be fixed in #21 |
@Carterpersall OS Name: Microsoft Windows 10 Pro //// Windows PowerShell transcript start Transcript started Checking if Winget is Installed...
PS C:\temp> TerminatingError(Wait-Process): "Cannot validate argument on parameter 'Id'. The argument is null or empty. Provide an argument that is not null or empty, and then try the command again."
Winget Installed Windows PowerShell transcript end //// |
UN-Fixed - broken again after windows update. $ winget -v And the script runs as expected. What it needs IMO is proper checking of these dependencies. I used a combination of these pasted this into |
@mrg9999 it seems that your issue was that you were lacking the Desktop App Installer package. It was probably uninstalled in that script as well. I can include a check for that in my pull request as the second install method should work in that situation. What the command you ran does is reinstall every app that was originally included with your Windows install, which includes the Microsoft Store and Desktop App Installer, along with the bloatware included with the base install. |
@ChrisTitusTech
GUI opens and can be resized
I invoked it via iwr -useb https://christitus.com/win | iex and direct from PS1 saved from this Git
No apps seems to get installed. Screen briefly flashes and a popop window says app installed.
Is there some logfile or dependencies?
My PS version
Name Value
PSVersion 5.1.19041.1682
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.19041.1682
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Previous debloat runs fine - example uninstall onedrive

The text was updated successfully, but these errors were encountered: