Link to home
Start Free TrialLog in
Avatar of Stephen Kairys
Stephen KairysFlag for United States of America

asked on

Win8.1 - Restarting without running updates

If I right click on the windows icon the left of my taskbar, and then click on SHUT DOWN OR SIGN OUT, the following happens. If there are updates available, the only RESTART option seems to be something like RESTART AND UPDATE. And the same thing I think for SHUTDOWN.

I find the above to be inconvenient. It took me maybe 10 minutes to restart, mostly, I assume, b/c of the updates.

Is there workaround for this issue? e.g. to reconfigure this menu to allow me to restart w/o updating? Or some other way to navigate to a menu that would contain this option?

Thanks,
Steve
Avatar of Rob G
Rob G
Flag of United States of America image

Steve,
yes.. But it depends on the version of 8.1 you are running. Can you tell me which version?
Professional, home, etc..?
ASKER CERTIFIED SOLUTION
Avatar of John
John
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Stephen Kairys

ASKER

OK thanks. I'm not going to even bother doing this then...I'll just forget to run them manually.

So I guess that -- barring any forced shutdowns -- I'll have to be selective as to when I restart or shutdown.

Thanks,
Steve
Steve,
If you have windows 8.1 and it is pro, or enterprise you can do this;

Windows key + R
type in Gpedit.msc
This will bring up the group policy manager;
From here..
Expand computer Configuration
Now Expand Administrative Templates
Now expand Windows Components
Scroll all the way to the bottom and expand Windows Update
The top two settings are what you are looking for..

Do not display "Install updates and shutdown" Operation in shutdown Set this to Enable
Do not adjust default Option to Install Updates and Shutdown in shutdown windows dialog box Set this to enable

Close this box...
Hit the Windows key + R again
type in CMD
Press OK
In the black box
Type in Gpupdate /Sync or just simply reboot.
This will allow you to choose to install the updates or not..

If you have Windows home..
You can script  this very easy..

Open up notepad
Type in just as it appears:

Restart
Shutdown -r -f -t "00"

or

Shutdown
shutdown -s -f -t "00"

Now save the notepad as a batch file..

To do this;

Save As
Click the drop down where it says save as type, and choose all files
File name If it is the first one, call it restart.bat
if it is the second on;
call it shutdown.bat

If you need additional help, let me know..
Updates come normally on Patch Tuesday (big pile of Windows Updates yesterday). And Microsoft changed it update to include Update 1, 2, 3 and so on which is in place of Service Packs . But then restart involves a large reconfiguration of Windows.

So I just pay attention to Patch Tuesday and restart when it is convenient for me (and before evening shutdown).
@John - thanks again.
@Rob - Thanks for the info but I think I can live with how it is now, and I've already assigned points to John. Besides which, it's time to move on to the next issue! :)

Steve
Steve,
I am on here because i like to help people out, i really don't care about the points.. If you change your mind on it, hit me up with a message and ill give you a hand..

have a good one..
Thanks, Rob. That's much appreciated.
Steve - Just like Rob, I like helping people as well. I am glad we could both help.
:) Thanks. People like you reinforce why EE is such a cool site!