replace this for /F "delims=" %%i in (%CD%/TWV.TXT) do set content=!content! %%i with for /F "delims=" %%i in (TWV.TXT) do set content=!content! %%i and report result thanks.
Hello boys Where is my mistake or my problem ? This tool is fantastic and very useful, but since vers. 1.5, I can't launch it If I launch it simply, I have a little windows, clic OK and ....... nothing If I launch it in admin mode, I have a quick splash and nothing too Did somebody have the same problem or I'm the only one ???? Thanks in advance PS : I test the Xadiaris' method posted before and it's the same result
Hello Yasser, Thank you for your tool. I was using your tool V1.6 to disable Telemetry and Block Window telemetry server. If I want to use new version 2.0 for disabling telemetry and block window telemetry, should I first enable telemetry and unblock window telemetry server using V1.6 Please assist.
Thanks for your answere but it's nearly the same. I got a little window "requesting for updates" and ''erreur inattendue" (unexpected error) I'm french What am I done wrong ??
Just run 2.0 normally. Someone correct me if I'm wrong but reg keys or whatever will just get overwritten with the same value.
Spoiler That did it I actually could've figured this out, myself.. as the script already does a pushd "%CD%" and CD /D "%~dp0" to get the correct working directory if the script has been run with elevated/admin privileges, which changes the directory to %SystemRoot%\System32. Btw, the script keeps notifying me about an update each time i run it. But 2.00 is still the latest =P
There is only that command, it will uncompress system files, if they are compressed, otherwise it will report, that 0 zeros files were uncompressed.
i will add it to the script ====== can anyone give me the default values of this entries Reg.exe add "HKLM\SYSTEM\CurrentControlSet\Control" /v "WaitToKillServiceTimeout" /t REG_SZ /d "1000" /f Reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize" /v "StartupDelayInMSec" /t REG_DWORD /d "0" /f
It would be good if the script could check for internet connectivity and skip the update check if there is no internet available rather than simply exit.
This should work (just use the URL for Google or Microsoft in place of <some web site>: ping <some web site> -n 1 -w 1000 if errorlevel 1 goto NoInternet rem We have internet, check for script update <do update check> :NoInternet rem No internet, can't check for update <goto Main menu>