Saturday, 24 May 2014

How to disable USB port temporarily

For some instances we need to disable our USB port temporarily

So here are some steps by following which you can do that:-
Steps to disable USB port:
1. Goto run.(Windows key+R)


2. Type 'regedit' without quotes.


3. Click on  HKEY_LOCAL_MACH INE


4. goto SYSTEM..

5. Click on Current Control Set
 

6. Click on services


7. Go to USBSTOR


8. Double click on 'Start' where value is 3


9. Now change the value data with 4


10. Now press ok and refresh your desktop your USB port is disabled, to enable the usb port replace 
the value 4 with 3.

Thursday, 17 April 2014

How to lock a USB drive with password

Password Protect your USB drive without any software

How to make your USB password protected without any software, sometimes you need to 'password protect' your USB drive and you have to download too many of softwares to do so.

I'll show you a simple trick to lock
your USB drive without using any 3rd party software. So let's see how to set a password protect on
your USB without using any software.

Here are some steps by following which you can lock your USB drive.

1.Insert your USB drive in USB port to connect to your PC.

 
2.Click on Start

3.In "Search programs and files" box, type Bitlocker Drive Encryption

4.Now launch that application. Password Protection to USB Drive without using Software

5.Then look for your USB drive and click on Turn on Bitlocker

6.Password Protection to USB Drive without using Software Windows will ask you to set password.

7.Now set a strong password.

8.Click on Next

9.Password Protection to USB Drive without using Software

That's all !!!
From right now if someone tries to access your USB, Windows will ask him/her to enter the current password. ENJOY.. :)`

How to create Wi-Fi hotspot using Notepad

Here is a trick to make Wi-Fi Hotspot on Window using Notepad!!!

Follow these steps :

1. Open Notepad and type paste below code into it.

netsh wlan set hostednetwork mode=allow
ssid=FreeWIFI key=12345678
netsh wlan start hostednetwork



  [Now you can change the SSID by changing code in blue color and you can change the
security code in red color.]


2. Now make sure to save this file as Start.bat and its done.
 

3.Now create another new Notepad file and paste below code into it.

netsh wlan stop hostednetwork

Save this file as Stop.bat and your Wi-Fi Hotspot stopping process is up.


>So now when ever you want to start the Wi-Fi Hotspot simply double click the Star.bat
file and your Wi-Fi hotspot will start to broadcast.
 

>As soon as you are done you can double click the Stop.bat file and your broadcast
will be stopped.
 

Enjoy :)

Get full Computetr detail using command prompt

Get PC detail using CMD code:

We at all times see many varieties of software which give you aspect about your computer like about Ram, hard disk, processor and another thing about your PC. But we do not need to really check all this information about our pc we can get this much of information using command promote (CMD) .here is the trick how to see your computer detail using CMD

Example


1) Start -> Run -> And type there cmd. command promote will open.
2) Type systeminfo
3) Now you can see your computer full configuration in detail.
Note: If you error message, may you are not activated DCOM Server Process Launcher service. To activate this service open Services window from "Start -> Control Panel -> Administrative Tools -> Services" then start "DCOM Server Process Launcher" service.
ENJOY......

Use any software for FREE: Step by Step

Reset the trial period of any software....

But before using this method make sure that you have an SETUP file of the program that you are uninstalling.


Follow these steps:

>Uninstall the software.

>After uninstalling software, Open RUN or (Windows key + R) and type regedit and hit Enter.

>Now Registry Editor Window will open and here navigate to HKEY_LOCAL_MACHINE \ SOFTWARE \ Your_Software_name from left pane of this window. If you find any Key name with your software name then just Delete that Key.

>Similarly navigate to HKEY_CURRENT_USER \ Software \ Your_Software_name and if you find any key with your software name then just Delete it and close the Registry Editor window.

>Again go to RUN or search RUN and type %temp% and hit Enter.

>Now Delete all the temp file in that folder. Don’t worry friend these are the temporary files and not necessary for your operating system.

>Now go to C:\Users\your username here\AppData. Under AppData open all three folders"Local", "Local Low" and "Roaming”and check. Under these three folders if you find any folder or anything with your Software's name, just delete it.

>Now Restart your PC and install the expired software and you can use it again for trial period.

ENJOY.... ;)