Category Archive: Windows

Oct 06

Fix WLM after Windows 10 2004 Update

Windows Live Mail Error 0X800C013E After Update 2004 – Solved I recently updated my main Windows 10 machine to the latest 2004 feature update and all seemed to go well until I opened my email client, Windows Live Mail (WLM), and was unable to send or receive new messages due to an error marked 0X800C013E. …

Continue reading »

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 »

Aug 05

Office 2010 Direct Download Links

http://www.heidoc.net/joomla/technology-science/microsoft/18-office-2010-direct-download-links    

Aug 05

Take Ownership of Folder and Files

Take Ownership takeown /f {folder} /r /d y icacls {folder} /grant administrators:f /t Prevent S.V.I. from being used on External HDD rmdir “System Volume information” /S /Q echo placeholder > “System Volume Information” Source

Jul 13

CodeRush XPress Menu Item Missing

Developing on Visual Studio 2010 on Windows Server 2008 R2. I downloaded and installed CodeRush XPress 11.2 and found the DevExpress menu missing. The final post in the following forum lead me down the right path. http://community.devexpress.com/forums/p/28346/28346.aspx “This is actually an issue with the express version of CodeRush DevExpress where Microsoft requested the menu to …

Continue reading »