How to install Windows 10 Technical Preview on Oracle virtualbox

Softwares used

Windows 10 Technical Preview (32bit build 9926 EN-US)
Virtualbox 4.3.22
Windows 7

System requirements:

Processor: 1 gigahertz (GHz) or faster
RAM: 1 gigabyte (GB) (32-bit) or 2 GB (64-bit)
Free hard disk space: 16 GB
Graphics card: Microsoft DirectX 9 graphics device with WDDM driver
A Microsoft account and Internet access
(more…)

Continue ReadingHow to install Windows 10 Technical Preview on Oracle virtualbox

How to fix broken Start Menu and Taskbar icons in Windows

If your icons are not displaying correctly or your icon cache is corrupted like the below image, just rebuild the the Icon Cache.

To rebuild the the Icon Cache or fix this broken Start Menu ans Taskbar icons in Windows:

1.Open the Windows Explorer

2.Go to

%userprofile%\AppData\Local

and delete IconCache.db.
(more…)

Continue ReadingHow to fix broken Start Menu and Taskbar icons in Windows

How to save (redirect) a Command’s Output to a File in Command Prompt

Just use redirection operator to save a Command’s Output in Command Prompt to a File.

Example:

ping google.com > "C:\Users\Server\Desktop\Ping.txt"

The above command stores ping command output to a file by the name of Ping.txt located on my desktop.

(more…)

Continue ReadingHow to save (redirect) a Command’s Output to a File in Command Prompt