Friday 15 March 2013

Activate your Window 8 without any Crack/patch


* Open up command prompt as
administrator (Windows button + X)
* Type each line one by one and press
enter once you type one

slmgr /upk
slmgr /ipk NG4HW-VH26C-733KW-K6F98-J8CK4
slmgr /skms
lunar21.no-ip.org:80
slmgr.vbs -ato

Done!, enjoy your new activated
Windows 8.

Functions of commands:
2.slmgr /upk - deletes the current serial
key you entered
3. slmgr /ipk SERIAL KEY - add the specific
serial you typed
4. /skms lunar21... - Connect to that kms
server
5. slmgr.vbs -ato - Activates the serial key
you entered before.

Search Method

you want movies and games/mp3 / games and dont' know where to get them, thank god there is google.com
goto www.google.com

put this string in

"parent directory " /appz/ -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

"parent directory " DVDRip -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

"parent directory "Xvid -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

"parent directory " Gamez -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

"parent directory " Name of Singer or album -xxx -html -htm -php -shtml -opendivx -md5 -md5sums

notice that i am only changing the word after the parent directory, change it to what you want and you will get lots of goods.

Saturday 9 March 2013

How to: Uninstalling Application via DOS Command Line


Previously we were discussing the method of deleting programs with command prompt. Let's take a look today, how we can clean uninstall programs with command prompt. This method is not as robust as cmd deletion, but it comes very useful when for some reason program we want to uninstall does not provide it's own uninstaller. Either because programmers are a bit lazy or they simply do not want you to uninstall their product. But they will not trick you with their methods as we are not such beginners right!

cmd uninstall
As an example I picked up DesktopEarth for my purpose. Here is how I did it.
Open cmd and type wmic as shown on the picture. Now type this: product where name="DesktopEarth" uninstall. Press enter and you will see dialog asking you to confirm action. Type in Y and press enter. Wait a little and see the results. To uninstall any other program simply replace the name.