Btw you could also add a tweak in your script for changing windows 10 clock back to the old one in windows 7/8.1 REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell" /v "UseWin32TrayClockExperience" /t REG_DWORD /d 1 /f
thanks but it didnt help but i found another way, changing download address in this line: echo strFileURL = "https://dl.dropbox.com/s/rb0qwjsf9ptgpky/TWV.txt?dl=1" > TWV.vbs to: dl.dropboxusercontent.com also for ping should use "dl.dropboxusercontent.com" because there isnt "dropboxusercontent.com" address(!) this is my problem and if you see this is make problem for others dont attend ----------------------------- i have another request, if it is possible add below tweak (i dont know it's cmd commands): Open with Notepad for right click: Code: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\*\shell\Open with Notepad] [HKEY_CLASSES_ROOT\*\shell\Open with Notepad\command] @="notepad.exe %1" for remove it: Code: Windows Registry Editor Version 5.00 [-HKEY_CLASSES_ROOT\*\shell\Open with Notepad] also if you could find a way to run as adim notepad in right click it will be great
I fixed the download problem and added Open with Notepad your suggestion made it even faster to check for the update. Thank you
Hi thanks for making this. With 2.6 im getting a lot of errors which i cannot read because they dissappear quickly. But if i choose to disable telemetry "Stop various other telemtry settings" 11D, the script crashes completely. Also i think some part of it is blocking Ms Office activation servers, as my office suddenly shows unlicenced.
Can you kindly add a "turn off screen" feature to the power options on Desktop. Sometimes, I just want to turn off the screen light of my laptop instantly without waiting for the timeout that I set by default. Thanks.
Yasser - just did a quick search for "tab" in your batch file and you don't have a tweak to change alt-tab to classic mode. It's waaaayyyyy more faster than the new alt-tab which got even slower in Windows 10. The new alt-tab adds a preview of each window, which creates a lag that makes you have to hold the alt key a little longer instead of instantly switching between windows. Enable Classic Alt-Tab: Code: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "AltTabSettings"=dword:00000001 Disable Classic Alt-Tab: Code: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "AltTabSettings"=- Here's another one, increase Taskbar Thumbnail size to 0x190/400, you can try other numbers. The original size is just to small for me: Code: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband] "MinThumbSizePx"=dword:00000190 Reset Taskbar Thumbnail size: Code: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband] "MinThumbSizePx"=-
I saw that tweak before and tried but i didn't notice any change so i prefered the look and didn't care about it but as long as it will help someone I'll add it for sure Nice tweak for big Screens I will add them in the Enable/Disable section
Used 2.6 yesterday on my secondary PC, a clear upgrade vs older builds, thanks mate. One suggestion though, It would be insanely cool if we could have like a "master switch" to disable all things related to Telemetry. Thanks again mate.
Advanced coming to the script.. In the coming versions i will try to go to more advanced stuff not just Reg tweaks I have some ideas that i am testing their codes and i hope they will come soon to the Script any ideas i will be happy to check them
This is great, keep up the good work. In fact, I was looking for an option to add other folders to 'Folders' under to 'This PC'. hope to see that soon. thank you
3. Enable/Disable stuff In Windows 10 => 10. More.. => 7. Completely uninstall Cortana (and search service)