Windows 10 PC / Laptop goes randomly to sleep mode.

When your experience your PC or laptop going into sleep mode randomly there a lot of things that could cause that. What resolved the issue for me is this: # Open command prompt as administrator and run the following command: REG ADD “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\7bc4a2f9-d8fc-4469-b07b-33eb785aaca0” /v Attributes /t REG_DWORD /d 2 /f # Restart the ‘explorer.exe’ process […]

Read More »

Windows – Open HKEY_CURRENT_USER as different user

It can happpen that you would need to edit the registery for a user, but regedit is disabled for the userprofile. There is an option to open registery settings for another user as the administrator; #1 Log in as Administrator and open regedit. #2 Select HKEY_USERS and then go to ‘File -> Load Hive #3 […]

Read More »

Windows 2008 – Default gateway 0.0.0.0

When on a Windows 2008 server you open command prompt and type: ipconfig /all you see there are 2 default gateways and that the first is 0.0.0.0. When you go over to IP settings you won’t see the 0.0.0.0 anywhere. To resolve this issue: run -> cmd typ: route delete 0.0.0.0 Now go back to […]

Read More »