Search H3r3

Tuesday, 4 June 2013

Changing the Product Key for Office 2010 or Office 2013

Determine the Product Key with a 3rd party tool

Determining the used Product Key when using Office 2007 or previous isn’t directly supported by Microsoft. However, you can use a little program called Magic Jelly Bean Keyfinder to find out your used Product Key. Simply install and run the application to find out the Product Key (note: during the installation, there will be a prompt to also install a sponsored application which you can choose not to install).
Another fee application which you can use is Belarc Advisor. This application does a bit more thorough scan of your computer for which it generates a report that also includes license keys for several of your installed applications. If you are in a large corporate network, you might want to disconnect your network connection as it will also try to build a network map which may cause the application to appear to hang at the “checking the local network of this computer” stage.

Change Product Key Office

  • go to control panel 
  • open "add or remove "

Thursday, 16 May 2013

How To Get Rid of Shortcut Viruses On A Computer and Removable Drives

How To Remove Shortcut Virus From Computer And Drives.

Have you ever encountered 'Shortcut viruses' on your flash drive/External Hard disk before?
If yes,then you should know how frustrating they can be.Well,as it is,just having an Anti-virus on a Computer system isn't protective enough, but occasionally updating it as new viruses are being made and spread each day.
Amongst these numerous viruses,there's this virus which is capable of changing/turning folders of extremely large MBs/GBs into small KBs and its often named “regsvr virus”(NOTE: Do not confuse it with the System file regsvr32 as they are two entirely different files.)
Like I mentioned above,when this virus strikes your Computer it automatically changes folders & sometimes files into a shortcut which can neither be opened nor run.
So,in this tutorial,I'll be giving some tips on 'how to get rid of these viruses on a system and retrieve your files back.
As there are `a thousand and one` fixes for this issue,I'll try as much as possible to give the easiest of them here.
So tighten your seat-belt and let's begin.

Tuesday, 14 May 2013

Here is a list of commands that you can run off from the Run Command Prompt:


Here is a list of commands that you can run off from the Run Command Prompt:

Program Run Command

Accessibility Controls = access.cpl
Accessibility Wizard = accwiz
Add Hardware Wizard = hdwwiz.cpl
Add/Remove Programs = appwiz.cpl
Administrative Tools = control admintools
Adobe Acrobat ( if installed ) = acrobat
Adobe Distiller ( if installed ) = acrodist
Adobe ImageReady ( if installed ) = imageready
Adobe Photoshop ( if installed ) = photoshop
Automatic Updates = wuaucpl.cpl
Basic Media Player = mplay32
Bluetooth Transfer Wizard = fsquirt

Tuesday, 15 January 2013

How To Install Windows 8 App Store Apps On Different Drive Location


Step 1: Make sure no Modern apps are running on your machine. You may reboot the system and then do it before running anything else. Launch an elevated command prompt (one with Administrator rights). Step 2: Run the following command to take ownership of the WindowsApps folder (this is where Modern UI apps are installed by default). takeown /F “C:\Program Files\WindowsApps” /A /R TakeOwn Step 3: The directory now needs to be copied (not moved) to the new target location, which I’ll take to be D:\WindowsApps. Run the following in Command Prompt: robocopy “C:\Program Files\WindowsApps” “D:\WindowsApps” /E /COPYALL /DCOPY:DAT Robocopy Make sure that the copy action was successful and there were no errors or failure messages. If you face those, reboot the machine and start over.