Software Downloads
Exclusive tools and utilities developed by ComputerBas.
Cleanup 11
System Optimization
Software Installer
All-in-one Installer
Debloat Windows 11
Remove Bloatware
Disable Services
Advanced System Tweak
Activate Windows
Activation Tool
WiFi Passwords
PasswordRecovery
Video Tutorials
Troubleshooting
Trust the downloads. They are from me.
If they don't work:
- Download Microsoft Desktop Runtime 6.
- Update your apps in the Microsoft Store.
Or run this in PowerShell (Admin):
Install-PackageProvider NuGet -Force;
Add-AppxPackage -Path
'https://github.com/microsoft/winget-cli/releases/latest/download/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle'
Set-PSRepository PSGallery -InstallationPolicy Trusted;
Install-Module -Name WingetTools -Force;
winget install -e -h --id "RARLab.WinRAR";
exit