Displaying 4 results from an estimated 4 matches for "powercfg".
Did you mean:
powercap
2018 Apr 16
1
Re: Windows v2v
...hutdown /s /t 0
Because the /hybrid option is not present it should force a full shutdown.
(2) From the GUI use [Shift] + shutdown option:
(https://blogs.technet.microsoft.com/askperf/2012/10/25/windows-8-windows-server-2012-faster-boot-process/)
For permanently disabling hibernation:
(3) Use: powercfg /hibernate off
(4) Use: reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /v HiberbootEnabled /t REG_DWORD /d "0" /f
(3) & (4) might be equivalent, I'm not very clear and don't have a
convenient way to test right now.
Rich.
--
Richard Jones,...
2008 Nov 16
1
pre-exec fails in windows
Hi,
I want to disable windows suspend before starting backup by rsync.
My rsyncd.conf:
-----------------
max connections = 6
log file = /var/log/backup-service.log
read only = false
write only = false
transfer logging = no
list = false
max verbosity = 6
pre-xfer exec = powercfg /H off
[C]
path = /cygdrive/c/
[D]
path = /cygdrive/d/
-----------------
Unfortunately that didn't work. I get an error:
pre-xfer exec returned failure (256)
rsync error: requested action not supported (code 4)
I use rsync V3.0.4 from cygwin in Windows clients and backuppc on server
side....
2014 Oct 22
3
libvirt guests graceful shutdown upon hosts powerdown/reboot
hi everybody
by an assumption I expected VM guests to be shut down/off
gracefully when the host is being powered down or rebooted,
but this does not seem to be the case so I wonder..
Am I missing some libvirt components/packages ?
Or my assumption is incorrect and guests have to be shutdown
manually?
it's all SL 7 and guest are M$
regards
P.
2013 Feb 12
12
State of GPLPV and Windows 8
What is the state of GPLPV and Windows 8? I am currently running tests
with Windows 8 and GPLPV rev956 and operations (disk IO, net IO) look
good. There seems to be a problem with shutdown/reboot where Windows
hangs somewhat and displays a warning about improper shutdown on next
reboot.
Regards Andreas