So couple things... Where is the remove apps menu in version 2.0? Did you add a possibility to completely disable Firewall and Defender? Seeing as you removed a lot of the apps, would you be opposed to also removing Cortana and Edge? I feel that it would just make it a more complete tool if you do as people who are like me, who want to remove everything from their just gaming computer, can just use your tool and not have to use 2-3 tools to accomplish the same task. Sure, include your popup that says you cannot undo it, that is fine. But I would appreciate it if you added the code to do that!
I would like to know this as well lol Also, I think you should really consider adding an option for running the script offline, some of us would really like to set all of this up before going online.
Wait! We have to be online to run this? WHY?!?! I will not use this if I have to be online. Before I even plug in my Ethernet cord I make sure my computer is customized the way I like it. Please remove the online crap!!!
I clean installed Windows 10 on my secondary home PC a couple of hours ago, and the script would not run offline, only when I went online, so it definitely has to do with the check it does at the beginning to see if you're running the latest version.
If you disable Widows Firewall service, you will not be able to install/update apps in store. But just turning it off is easy: netsh advfirewall set allprofiles state off As for Windows Defender, it is a bit more complicated, because it has registry protection in place. You have to disable it manually and then use commands to disable it, before it re-enables itself again. reg add "HKLM\SYSTEM\CurrentControlSet\Services\WdNisSvc" /v "Start" /t REG_DWORD /d "4" /f reg add "HKLM\SYSTEM\CurrentControlSet\Services\WinDefend" /v "Start" /t REG_DWORD /d "4" /f reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t REG_DWORD /d "1" /f reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Spynet" /v "SpyNetReporting" /t REG_DWORD /d "0" /f reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Spynet" /v "SubmitSamplesConsent" /t REG_DWORD /d "0" /f
lol ... you need to spy on user's private data like MS does and you get a perfect software This message comes from a none-paranoiac ...
If you keep this dev. up and keep going with it like you are, as in how fast you are doing it, I am sure that this tool will be the top tool that people use!
That is well said but it wont be something people use If they are AWARE they're being SPIED on I Expect "Yasser Da Silva" to know better. You're blocking Microsoft from SPYING on you but you want to SPY on others. Tell me what you see happening when we became aware of Microsoft SPYING...
Lol How do I open this? Its default to notepad. I tried manually to open from "%windir%\system32\cmd.exe" -path, but I got some error.