Page 1 of 1

powersaving

PostPosted: 14.05.2011, 13:39
by ksjon
There is a problem with WSUS wich i think i know the reason of.

When you run updates with automatic reboots and rerun of wsus. If the update is in the WSUSUpdateuser and the computer goes into Standby. and the "show user login after standby" is enabled. then you cant log back into the WSUSUpdateuser. and if you log into the normal one then the wsus user must be deleted manually to continue.

Hope you understand what i mean :)


And there is another thing. VERY often the updates hang on "Saving registry Hive". i dont know why, but it happens on quite few computers, specially in vista.

Re: powersaving

PostPosted: 16.05.2011, 13:56
by WSUSUpdateAdmin
Hi!

ksjon wrote:When you run updates with automatic reboots and rerun of wsus. If the update is in the WSUSUpdateuser and the computer goes into Standby. and the "show user login after standby" is enabled. then you cant log back into the WSUSUpdateuser. and if you log into the normal one then the wsus user must be deleted manually to continue.

Hope you understand what i mean :)

Yes.
To avoid standby, please modify the power saving rules. I dislike to manipulate these settings programmatically (e.g. using powercfg.exe), because they seem to be system and not user specific.

Regards
Torsten Wittrock

Re: powersaving

PostPosted: 10.11.2011, 02:50
by powdermnky007
I agree. I've run into this problem a few times on laptops. The one I'm working on now is a Toshiba with default sleep time of 15 mins. I hope this is something that can be integrated some day.
Thank you for a great software!

Re: powersaving

PostPosted: 22.11.2011, 16:46
by WSUSUpdateAdmin
Hi!

I just added this feature to http://trac.wsusoffline.net/browser/trunk (r314).
Could you please post the output of "powercfg -l" from an English (non-German) Vista/7/Server 2008(R2) system?

Thanks & regards
Torsten Wittrock

Re: powersaving

PostPosted: 22.11.2011, 17:03
by boco
English Windows 7 Pro x86-64:

Code: Select all
C:\>"powercfg" -l

Existing Power Schemes (* Active)
-----------------------------------
Power Scheme GUID: 381b4222-f694-41f0-9685-ff5bb260df2e  (Balanced) *
Power Scheme GUID: 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c  (High performance)
Power Scheme GUID: a1841308-3541-4fab-bc81-f71556f20b4a  (Power saver)


OK?

Re: powersaving

PostPosted: 22.11.2011, 17:16
by WSUSUpdateAdmin
Perfekt, danke! :)

Ich hab' nämlich gemäß
Code: Select all
C:\>powercfg -l

Bestehende Energieschemen (* Aktiv)
-----------------------------------
GUID des Energieschemas: 1d77c431-8167-48c8-aca3-0d1260bfdf2b  (Erweiterte Akkubetriebsdauer (Maximale Laufzeit))
GUID des Energieschemas: 381b4222-f694-41f0-9685-ff5bb260df2e  (Ausbalanciert) *
GUID des Energieschemas: 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c  (Höchstleistung)
GUID des Energieschemas: a1841308-3541-4fab-bc81-f71556f20b4a  (Energiesparmodus)

die Zeichen ':' und '(' als "delimiter" verwendet, und nach Deiner englischen Befehlsausgabe passt's dann dort auch.

Gruß
Torsten