Tag Archive: Windows

Mar 09

Completely clear All event logs

Open an elevated CMD console, then start Power Shell pwsh Open an elevated PowerShell console (you may need to run this more than once) wevtutil el | Foreach-Object {Write-Host “Clearing $_”; wevtutil cl “$_”}

Sep 16

Browser Info

Chose a browser Browse Happy HTML5 Test here Acid Test here

Sep 15

Enable Hidden Administrator

Enable net user administrator /active:yes Disable net user administrator /active:no

Sep 01

How to enable the F8 key to start Safe Mode in Windows 8

To enable the F8 key in Windows 8; Open an elevated command prompt and enter the following command: bcdedit /set {default} bootmenupolicy legacy   If you would like to disable the F8 key and go back to the original Windows 8 setting; Open an elevated command prompt and enter the following command: bcdedit /set {default} bootmenupolicy …

Continue reading »