If I removed OFFLINE with DISM on this package : Will I still can have search my PC enable? I want to remove cortana from wim file but I want to keep search
Hi, What does this task do ? If it send data, can it be possible to block this traffic with Windows firewall ? Maybe this task can do some other job ? > schtasks /Change /TN "Microsoft\Windows\Windows Error Reporting\QueueReporting" /Disable About this, does it send data on Internet ? > schtasks /Change /TN "Microsoft\Windows\Shell\FamilySafetyMonitor" /Disable > schtasks /Change /TN "Microsoft\Windows\Shell\FamilySafetyRefresh" /Disable > schtasks /Change /TN "Microsoft\Windows\Shell\FamilySafetyUpload" /Disable Best Regards.
if I have telemetry.bat in any folder with hosts.block.txt inside the folder, can you change this script so it automaticly checks the folder of telemetry.bat and looks for hosts.block.txt. Currently you have hardcoded file path for hosts.block.txt and it's bad method. code that exists in telemetry.bat Code: set ps1file=%temp%\add.ip.ps1 echo copy-item "%windir%\System32\Drivers\etc\hosts" "%windir%\System32\Drivers\etc\hosts.backup">%ps1file% echo Function Hosts_Updater ^(^){>>%ps1file% echo: >>%ps1file% echo $a = Get-Content "%windir%\System32\Drivers\etc\hosts">>%ps1file% echo $b = Get-Content "d:\win10\hosts.block.txt">>%ps1file% echo: >>%ps1file% echo ForEach ^($i in $b^) {>>%ps1file% echo $a += " $i">>%ps1file% echo $a ^| Set-Content "%windir%\System32\Drivers\etc\hosts">>%ps1file% echo }}>>%ps1file% echo: >>%ps1file% echo Hosts_Updater>>%ps1file% powershell -executionpolicy remotesigned -File "%ps1file%" if exist "%ps1file%" del /s /q "%ps1file%" >nul
Went ahead and changed the runtimebroker. Only downside I see thus far is that right clicking on icons pinned into the task bar does not bring up a context menu. I also cannot unpin a program as well. Do you notice that as well? Also, I've disabled runtime via regedit: Find the following entry: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TimeBroker] "Start"=dword:00000003 Change the 3 to a 4. 4 is Disabled, 3 is Manual and 2 is Automatic startup.
Such an important thread for the peoples of the universe. Thank you very much dear @s1ave77; appreciate your hard work and the time spend. Thread is very simple yet with the must needed information.
Solution: Change Code: echo $b = Get-Content "d:\win10\hosts.block.txt">>%ps1file% to Code: echo $b = Get-Content "%~dp0hosts.block.txt">>%ps1file%
Still wondering why echo "" > C:\ProgramData\Microsoft\Diagnosis ETLLogsAutoLogger\AutoLogger-Diagtrack-Listener.etl is giving me an accessed denied however: cd c:\ProgramData\Microsoft\Diagnosis\etlogs\autologger echo "" > AutoLogger-Diagtrack-Listener.etl cacls AutoLogger-Diagtrack-Listener.etl /d SYSTEM Seems to work just fine. Strange, but not too big of a deal
Try using this on that file / dir, also, thanks for letting me know runtimebroker wasn't fully disabled by that method. howtogeek[d0t]com/howto/windows-vista/add-take-ownership-to-explorer-right-click-menu-in-vista/?PageSpeed=noscript
If you're not using the Store, you can also add the [backup] method to Application Frame Host in System 32 as it appears it allows Windows Store apps to run in windowed mode. Also has anyone had any luck with not only stopping the services: State repository service tile data model service But also disabling them? They appear not to be needed if you don't have live tiles or use apps, yet even through command prompt elevated access is denied. Stopping them in serivces lasts a few minutes then they reappear EDIT: After some testing, I found that application frame host will eventually disable the settings menu. You will receive a "explorer.exe error and not access any of the setting. Pass on disabling
I've taken ownership via that method, but also manually changed the trusted installer/auditing to allow myself full acces for the entire folder but still a no go
How to make these 2 work in cmd .bat 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 I get access denied .
yes. einzchar. these 2 are pure telemetry with lock on. anybody that can solve it in .bat file is god.
I noticed that even though I ran all those commands, that file still exists on my install as well. I decided just now to rename it for good measure.