Skip to content

Windows Workstation Installation

cpx December 4, 2013 1 min read MSWindows 7

Disable Hibernate via command line

powercfg hibernate off

Page File :

wmic pagefile list /format:list
wmic pagefileset list /format:list

Stop Windows Search

net stop wsearch
sc config wsearch start= disabled
DESCRIPTION: Modifies a service entry in the registry and Service Database. USAGE: sc <server> config [service name] <option1> <option2>... OPTIONS: NOTE: The option name includes the equal sign. A space is required between the equal sign and the value. type= <own|share|interact|kernel|filesys|rec|adapt> start= <boot|system|auto|demand|disabled|delayed-auto> error= <normal|severe|critical|ignore> binPath= <BinaryPathName> group= <LoadOrderGroup> tag= <yes|no> depend= <Dependencies(separated by / (forward slash))> obj= <AccountName|ObjectName> DisplayName= <display name> password= <password>

 

 

Be the first to comment

protected · no tracking

0 comments