Alternative: fallback on the previous version (3.5). I used it on the initial Win 10 version, to disable Cortana, thumbnails, and all stuff bad for performance or spying on you. Since the author did not serve the previous versions on GitHub, I just put it here as attachment. Read the first lines of the file to check the version, I did not alter it, apart of renaming from "Toggle Tweaker.bat" to "Toggle Tweaker-3.5.txt", in order to bypass the file-attachment rules.
Would be nice if Toggle Tweaker didn't use Russian servers get it's scripts from, a lot of folks are using content filtering devices like Cisco's FireSight and others on their networks which blocks TW from downloading the scripts. Also it would be nice to see a more updated version for 1709 and 1803.
Hello there, i know it's been about 2 years since the last update to this project but i'm still thinking about posting a new version here i will go through all comments since the last update and make a list of things to update is anyone still interested in using this script and also is anyone interested in helping maintain it over the next period
I would love to help but unfortunately I've been very busy and any free time I can get is precious. M$ also doesn't help one bit, every new Windows 10 version adds/changes/removes/re-adds tweaks, it's like dealing with an entirely new Windows every 6 months or so...
Huh? After that long time even on GitHub and the quite big delete bug is still there! Code: echo Removing OneDrive leftovers. echo --------------------------------------------------------------------------------------------------------------------- echo. rd "%USERPROFILE%\OneDrive" /Q /S > NUL 2>&1 rd "%systemroot%/Users/%username%/OneDrive" /Q /S > NUL 2>&1 rd "C:\OneDriveTemp" /Q /S > NUL 2>&1 rd "%LOCALAPPDATA%\Microsoft\OneDrive" /Q /S > NUL 2>&1 rd "%PROGRAMDATA%\Microsoft OneDrive" /Q /S > NUL 2>&1 rd "%Windir%\SysWOW64" /Q /S > NUL 2>&1 TASKKILL /F /IM OneDrive.exe /T This tries to silently delete the complete SysWOW64 folder (x86 virtualization layer). Was already reported years ago in this very thread!
Thanks for reporting this, i stopped working on this script two years ago and i missed a lot of your feedback i'm going through the comments and i'll be posting an update soon Just fixed this one on GitHub