Saturday, August 10, 2013

How to Make Windows 7 Genuine Using Command Prompt

Follow the steps
  1. First click start type cmd Right Click on the Cmd and Select Run as Administrator.
  2. You got prompt like C:\Windows\system32>Now Type the Command SLMGR -REARM in cmd like C:\Windows\system32>SLMGR -REARM
  3. Press Enter and Wait after Few Seconds you got message command completed succesfully. Please restart your system.
  4. Restart Your Computer and You are all done.Now You are Free of the Error ‘Windows 7 is Not Genuine’

Friday, April 5, 2013

Usb Disable Using Computer Registry

Usb Disable Using Computer Registry

..........................................................................

1 Click Start, and then click Run.

2 In the Open box, type regedit, and then click OK.

3 Locate and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UsbStor

4 In the details pane, double-click Start.

5 In the Value data box, type 4, click Hexadecimal (if it is not already selected),
and then click OK.

6 Exit Registry Editor.

.....................................................................................................

Use it..........




Hide Shutdown Button In Computer


.......................Hide Shutdown Button In Computer.................................................

.......................................................................................................................................

1 . To use this feature, you will need to be logged into your computer with

administrative rights.

2 . Click Start button and type regedit in Run option then press Enter
open Registry box

3 . Here locate the location to:

4 . HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion \Policies
\Explorer

5 . Here in right side panel, right click to create a new DWORD value with name
NoClose.

6. Now assign number 1 to its value data box.

7. Now close the registry editor and restart your computer after any changes to go
into effect.

8 . But next time, if you want to unhide the shutdown button then simply change the
value data box to 0 or delete this DWORD item.

9 . Again close the registry editor and restart your computer after any changes to go
into effect.

.......................................................................................................................................
Use It....................

Hard Disk Format Tips..............



1 open a note pad
Type This Text

.................................................

01001011000111110010010101010101010000011111100000

...............................................................
Save as text in bat file

filename .bat
save a file
and run it...................

Increase Internet Connection Speed in Windows XP

................................................................................................
Note: This following tip will not work on XP Home Edition.

Make sure you're logged on as actually "Administrator". Do not log on with any
account that just has administrator privileges.

Start > Run > type gpedit.msc (not available in home version).

Expand the Local Computer Policy branch.

Expand the Administrative Templates branch.

Expand the Network branch.

Highlight the "QoS Packet Scheduler" in left window.

In right window double click the "limit reservable bandwidth" setting.

On setting tab check the ENABLED item.

Where it says "Bandwidth limit %" change it to read 0 (ZERO).

Close gpedit.msc.

Effect is immediate on some systems, some need to re-boot.
...................................................................................................
Use It..................

How to uninstall programs from DOS


1. Click Start.
2. Click All Programs.
3. Click Accessories and select Command Prompt.
4. Once the black Windows is open, type WMIC and press Enter.
5. Now type this command: product get name .This command will create a list of installed applications on your PC. This list, apart from being useful to know what you have got on your PC, lets you also see the complete name of an application.
6. Now type: product where name=”" call uninstall Note: Inside name”" you have to write the name of software you wish to uninstall i.e. Microsoft Silverlight
7. Here is a complete example of the above command: product where name=”Microsoft Silverlight” call uninstall
8. When prompted just press Y to uninstall the application.

This trick works for Windows XP Professional, Windows Vista, Windows Server 2003 and Windows Server 2008.