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 .
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
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 .
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
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
- 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.
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.
So here is two method in which update is put into action
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
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 .
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
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
- How to disable windows service and windows assistant permanently
So here is two method in which update is put into action
- windows update service
- windows upgrade app
- Step1 download the software
- step2
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
- on system sartup
- on log on of user
- on work station unlock
- 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