Pacorabne Posted February 19, 2022 Share Posted February 19, 2022 Hi - I would like to undo all the CMD commands that were outlined in the 1PC tutorial for Apex. However, I can not see the site. Please send me the instructions to UNDO the CMD commands that are outlined in the tutorial. (e.g. re-enable windows auto update etc.) Thank you. Quote Link to comment
Drac Posted February 20, 2022 Share Posted February 20, 2022 On 2/19/2022 at 7:41 PM, Pacorabne said: Hi - I would like to undo all the CMD commands that were outlined in the 1PC tutorial for Apex. However, I can not see the site. Please send me the instructions to UNDO the CMD commands that are outlined in the tutorial. (e.g. re-enable windows auto update etc.) Thank you. Open Command Prompt as {admin} and run the following command 1- To disable windows update sc config wuauserv start= disabled net stop wuauserv To turn it back on sc config wuauserv start= auto net start wuauserv 2-Disable Fast Startup REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /V HiberbootEnabled /T REG_dWORD /D 0 /F To turn it back on REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power" /V HiberbootEnabled /T REG_dWORD /D 1 /F Quote Link to comment
Pacorabne Posted March 8, 2022 Author Share Posted March 8, 2022 Thank you very much for you support. Exactly what I needed. I love you. Quote Link to comment
Drac Posted March 8, 2022 Share Posted March 8, 2022 55 minutes ago, Pacorabne said: Thank you very much for you support. Exactly what I needed. I love you. Your welcome 🙂 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, Login now to post with your account.