How do I get rid of Windows 10 update

Windows 10 update works very anonymously,many of windows user try to stop windows update.but depending up on windows 10 version i.e home or pro  windows user has different option to control windows update.however windows 10 pro user can differ update for sometime .But ,windows 10 user has no way to disable windows update by default or with the given windows 10.
  If you have read so many blog post till now you will be probably knowing the following way through which windows update is controlled .

  • Windows update service
  • Registry editor
  • Task Scheduler 
  • Windows Update assistant
  • Group Policy
all of the above is blocked or disabled,but still after certain days windows you can see that your windows update is running and using your huge amount of bandwidth.
the major problem with above solution is that you do not know what is all the way to block winodws update.
keep in mind that the service like
Windows update medic service
“Enables remediation and protection of Windows Update components.”
you can not disable or stop this.
Finally come to the question can I stop or not.
you can not stop windows update with its inbuilt app or service for permanent .
So solution is temporary and manual.
Now the Idea is that if temporary solution is done repeatedly and automatically to make it permanent .
GOOD IDEA ,work with it.
firstly I recommend the following steps to minimize the  data useage .
  • SET THE WI-FI CONNECTION AS METERED 
go to setting and select wi-fi click on the connected network and set as metered.


  • LIMIT the bandwidth that can  be used by windows update 













    the screenshot sequence is given bellow.
    If you are able to do above to setting your internet data will be reduced sufficiently that is used by windows update.
    “note that set wifi data as metered you may have to be logged in as administrator”
    “I recommend to log in as administrator to do all changes that is mentioned in this guide.
    • How to permanently get rid of windows 10 update assistant
    whenever you disable windows update service  ,windows 10 automatically install windows update assistant or windows upgrade app.
    if you delete windows upgrade app folder from c drive or do any thing with it ,there another folder with windows upgrade 2 is created ,this way you can not delete  windows update assistant permanently .it is better not to delete the folder.
    • How do i get rid of windows 10 update notification
    If you are able to stop to check windows 10 for new update you can get ride of windows 10 update notification.
    • How to disable windows service and windows assistant permanently
    As I have previously discussed  we have to repeat the same and automatically to make it permanent and automatic.
    So here is two method in which update is put into action
    1. windows update service
    2. windows upgrade app
    close windows upgrade app.exe  that can block or stop both whenever they are started.this program wait to start the windows update service or windows upgrade app,whenever any of them started by any method this  stop accordingly every 10 seconds until it is stopped.
    • Step1  download the software
    close windows upgrade app.exe
    • step2
    create a task that run the downloaded software close close windows upgrade app.exe
    note ;set,  when running the task use system account this will run the program on log on of any user.
    set ;start the task every  minute up to 999 times if task fails to start.
    set;the task trigger
    1. on system sartup
    2. on log on of user
    3. on work station unlock
    set condition ; not start  new instance if alrady running
    • OR IMPORT task in task scheduler

    you can directly download the xml of task created and import it to your task scheduler,this may or may not work ,but check it out.download link is below.

    close windows upgrade app.xml
    you should place the close windows upgrade app.exe in following way "C:\implandin value\update blocker\close windows upgrade app.exe"
    some times one task may fail to be started by the task scheduled .
    note;so create the second second task with all same condition and trigger.
    screenshot of task scheduler is below in flow chart














    here is given what is in xml of task .

    <?xml version="1.0" encoding="UTF-16"?>
    <Task version="1.4" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
      <RegistrationInfo>
        <Date>2019-03-16T18:21:19.91176</Date>
        <Author>LAPTOP-PF1JAQAI\user</Author>
        <URI>\windows update service blocker</URI>
      </RegistrationInfo>
      <Triggers>
        <SessionStateChangeTrigger>
          <Enabled>true</Enabled>
          <StateChange>SessionUnlock</StateChange>
        </SessionStateChangeTrigger>
        <LogonTrigger>
          <Enabled>true</Enabled>
        </LogonTrigger>
        <BootTrigger>
          <Enabled>true</Enabled>
        </BootTrigger>
      </Triggers>
      <Principals>
        <Principal id="Author">
          <UserId>S-1-5-18</UserId>
          <RunLevel>HighestAvailable</RunLevel>
        </Principal>
      </Principals>
      <Settings>
        <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
        <DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries>
        <StopIfGoingOnBatteries>false</StopIfGoingOnBatteries>
        <AllowHardTerminate>true</AllowHardTerminate>
        <StartWhenAvailable>true</StartWhenAvailable>
        <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
        <IdleSettings>
          <StopOnIdleEnd>false</StopOnIdleEnd>
          <RestartOnIdle>false</RestartOnIdle>
        </IdleSettings>
        <AllowStartOnDemand>true</AllowStartOnDemand>
        <Enabled>true</Enabled>
        <Hidden>false</Hidden>
        <RunOnlyIfIdle>false</RunOnlyIfIdle>
        <DisallowStartOnRemoteAppSession>false</DisallowStartOnRemoteAppSession>
        <UseUnifiedSchedulingEngine>true</UseUnifiedSchedulingEngine>
        <WakeToRun>false</WakeToRun>
        <ExecutionTimeLimit>PT72H</ExecutionTimeLimit>
        <Priority>7</Priority>
        <RestartOnFailure>
          <Interval>PT1M</Interval>
          <Count>999</Count>
        </RestartOnFailure>
      </Settings>
      <Actions Context="Author">
        <Exec>
          <Command>"C:\implandin value\update blocker\close windows upgrade app.exe"</Command>
        </Exec>
      </Actions>
    </Task>





    No comments:

    Post a Comment