This issue can occur for Windows 7, 8 or 10 whenever the Windows Update Check is running in the background, but it’s unable to continue if it is stuck attempting to install an individual update. Thus, the windows update might run for hours or even days. In some case, the Windows Update search might simply […]
Command Prompt
How to Reset Window 7 Admin Password
If you have forgotten Windows 7 password, and can’t log on your computer, there is a simple solution that allows you to reset Windows 7 password, without having to buy or download any third-party software. All you need the simple code command prompt code: “net user <your_name> <your_new_password>” However you are unable to call for […]
How to Find Your Computer Serial Number
Do you have problems finding out what your serial number is when it get fades or get torn away? Do you sometimes have problem before reformatting a computer, as you can’t remember what your OS product number is? WMIC is a useful tool that nobody uses. The Windows Management Instrumentation Command-line (WMIC) is a command-line and […]
How to connect Virtual Machine to Network Printer
Supposing you have installed a virtual machine (Windows XP Mode) into your Windows 7 OS, and you want to print via your virtual machine. You realized that you cannot find your default network printers. This is the problem I faced when I installed a virtual machine on one of our users. I did some research […]
Shut Down PC with Command Prompt
Sometimes it is good to know how to shutdown via command prompt commands, you can even remote shutdown any computer in your domain via command prompt. (Start > Run > Cmd) Syntax: Shutdown [Type of shutdown (shutdown / restart / log off)] [Force] [Remote Computer] [Time] [Reason] [Comment] E.g. Shutdown /r /m \\”Computer” /t 30 […]