Thursday 1 December 2016

How to FInd Product key of Running Window without using any Software

Copy and paste the following into a Notepad window:


Set WshShell = CreateObject("WScript.Shell")
MsgBox ConvertToKey(WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId"))

Function ConvertToKey(Key)
Const KeyOffset = 52
i = 28
Chars = "BCDFGHJKMPQRTVWXY2346789"
Do
Cur = 0
x = 14
Do
Cur = Cur * 256
Cur = Key(x + KeyOffset) + Cur
Key(x + KeyOffset) = (Cur \ 24) And 255
Cur = Cur Mod 24
x = x -1
Loop While x >= 0
i = i -1
KeyOutput = Mid(Chars, Cur + 1, 1) & KeyOutput
If (((29 - i) Mod 6) = 0) And (i <> -1) Then
i = i -1
KeyOutput = "-" & KeyOutput
End If
Loop While i >= 0
ConvertToKey = KeyOutput
End Function




You’ll need to use File -> Save As, change the “Save as type” to “All Files” and then name it productkey.vbs or something similar ending with the vbs extension. We’d recommend saving to the desktop for easy access.
\




Once you’ve saved it, you can just double-click and the popup window will show you your product key.






Pro tip: If you use CTRL+C when the popup window is active, it will copy the contents of the window to the clipboard, and then you can paste it into Notepad or somewhere else.

The product key system is complicated to understand because Microsoft doesn’t really want typical Windows users to reinstall Windows on their PCs. Instead, they’d rather you use your computer manufacturer’s recovery media. But the recovery media is full of the bloatware you don’t want on your PC–that’s why so many geeks often opt to reinstall Windows on their new PCs.


Pankaj Sharma



Thursday 28 April 2016

How to Activate Window 7 without any product key and software.


    It is very easy to activate window 7 without using any product key or using any activator
1. To open the Command Prompt with Administrative Privileges:


                                
2. When the DOS prompt appears:
  • Type in:  cd c:\windows\system32  then press the Enter key.
     
  • Type in:  cscript \windows\system32\slmgr.vbs /ato  then press the Enter key.
    (IMPORTANT:  You must type in the command exactly as shown, including spaces.) 



3. The results of running this command will be an Output Message
  • If the output message says 'Product activated successfully', then the product activated successfully.
     
  • If the output message DOES NOT say 'Product activated successfully', do the following:
    1.  Make a note of the error code that is generated in the Command Prompt window.
    2.  Refer to Windows Enterprise: Activation Troubleshooting to find out how to resolve the error code.
    3.  Try activating Windows again.  (Return to Step 1.)
    4. Following these steps will activate Windows 7 for 180 days.  After this time period, you will need to complete these steps again to reactivate.  
    NOTE: It is not necessary to let Windows deactivate before running this program again.  Windows Updates are included in LSU's Enterprise License Authorization.
    5. Alternative methods of reactivating include  Connecting your computer to eduroam  OR  Connecting your computer to a VPN.
    How to Activate Window 7 without any product key?



Wednesday 10 February 2016

How to create a video clip or cut Videos from movies in VLC



Now you can keep your favorite parts of any video.

With the holidays coming up, your creative side may be sleeping into your thoughts. If you have a collection of videos of family, friends, or even events, you can do neat things with clips from these. VLC offers a superfast way to create clips for later editing or enjoyment.




Step 1: Open VLC and open the menu labeled View. In this menu, select Advanced Controls.



 

Step 2: Open the video you wish to take a cut from. Use the slider to navigate to the time you wish to begin recording. The Frame by frame button, located to the right of the Advanced Controls, will allow you to pinpoint the exact time you will wish to begin recording.





Step 3: Press the Record button on the left end of the Advanced Controls. Once recording is toggled, press Play and allow the video to play through the section you want saved. At the end of the desired section, press the Record button again.



The video cut will be saved automatically by VLC (in Windows 7 the video will be placed in the Videos library). Share your clip with your friends or keep that treasured moment for later.

 

Monday 11 January 2016

Clear your disturbing cache from your phone :p

Tired of phone getting your android hang. Then reboot your phone. Follow these steps to clear cache:


  • Turn the phone off
  • Press and hold the Volume Down button for three seconds, then press the Power button. Release both buttons
  • The phone should now display its boot options
  • Use the Volume Down button to scroll down to the Recovery option. Press the Volume Up button to select this option.
  • The device might reboot at this point, which is its fairly rude way of telling you you’ve taken too long. If that happens, you’ll need to start the process again. Sorry
  • Wait until you see the Android distress logo, which is the Android logo with an exclamation mark
  • Press and hold the Volume Up key for ten to fifteen seconds
  • Keep the Volume Up button pressed and press and release the Power button
  • You should now see more menu options. Use the Volume Down button to scroll until Wipe Cache Partition is highlighted
  • Press the power button to confirm your selection
  • Wait for the phone to reboot. 

Now, your phone is ready to use again. Hope it won't get hang again. Try to play less games from your phone :p 

Dimple Ahuja

Thursday 30 October 2014

Not Able to Remove Virus Even After Format?

Strange but true, there are times when we decide to get rid of some virus or a worm by reformatting the system but even after formatting the PC we are shocked to see the virus back in our computers. This is what happened to my friend who formatted the PC just to get it cleaned but the problem was still there.


I must confess that there is no better way than preventing the virus to enter the system, to protect our PC from viruses but there are viruses (rare but still there) that do not get removed even if we format our disk. It may also interest you to know that these viruses may also infect the BIOS and/or the boot sector. So if you feel that your BIOS is infected then only reflashing it is the option available.


So these are the steps that you can do to ensure the removal of virus after format:

1.    If you are just formatting the PC to delete the viruses then make sure to format the complete system and not a single suspected drive as most viruses come back from other drives.
2.    While formatting the system through the Windows CD, perform “delete all partitions” to clear all data that contained the worm.
3.    If this format still doesn’t work (I don’t think it would happen) then you should perform a Low Level Format on the disk that will surely erase everything stored on it. Read this to know better.