Skip to content
Samuel edited this page Aug 11, 2017 · 9 revisions

Background

I have a zip file full of tweaks for Windows 10 which I use often. I have multiple copies of the scripts, so whenever I add something new I have to re-copy it to all my drives again which is a real pain in the butt.

I wanted to make it into a real executable instead of being a zip file with a lot of script files, which doesn't even handle any possible errors or whatever - and I wanted to release it for other people to use it. So here it is!

It does not have any functions to disable Windows 10 spying, for that stuff you'll have to look somewhere else.

Should also be noted that Win10Clean doesn't doesn't harm your computer in any way. Other Windows 10 cleanup tools tend to delete important registry keys (which Win10Clean doesn't), resulting in reverting changes being a pain in the butt - and other tools use bad modifications which aren't safe to apply. Everything done with Win10Clean can be reverted very easily has zero chance in frying your computer!

You might wonder why I went with a very high level API, and it's because I couldn't get PowerShell working in C#.

Home

Welcome to the wiki! Many things are still missing, so feel free to contributate.

Features

Clone this wiki locally