Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Operating Systems
Windows 10
Turning off "Fast Startup" makes Windows (and other softwares) more stable and can solve many problems
Message
<blockquote data-quote="ForgottenSeer 89360" data-source="post: 923500"><p>Oh dear <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite116" alt=":D" title="Big grin :D" loading="lazy" data-shortname=":D" /></p><p>I just undid that and now I disabled from registry.</p><p>The value is located in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power\HiberbootEnabled</p><p>It should be 0.</p><p></p><p>Following command in cmd is helpful in that case:</p><p><strong>REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /V HiberbootEnabled /T REG_dWORD /D 0 /F</strong> <-disable</p><p><strong>REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /V HiberbootEnabled /T REG_dWORD /D 1 /F</strong> <-enable</p><p></p><p>It needs to be ran with admin privileges.</p></blockquote><p></p>
[QUOTE="ForgottenSeer 89360, post: 923500"] Oh dear :D I just undid that and now I disabled from registry. The value is located in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power\HiberbootEnabled It should be 0. Following command in cmd is helpful in that case: [B]REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /V HiberbootEnabled /T REG_dWORD /D 0 /F[/B] <-disable [B]REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /V HiberbootEnabled /T REG_dWORD /D 1 /F[/B] <-enable It needs to be ran with admin privileges. [/QUOTE]
Insert quotes…
Verification
Post reply
Top