28 December 2013

How To Hide Any Drive Through Command Prompt

1. Open your command prompt type Diskpart hit on Enter key
  
2. Tpye list volume DISKPART> list volume hit on enter key

3. select volume which one you want to hide for example hie F drive
select Volume 3 and hit on enter key


 4. type remove letter f and hit on enter key



5. check your disk is hide or not


 6. unhidden the drive
type list volume then select volume 3 then assign letter f. 
F Drive is going to visible.....






Thank you
SURESH.G

Chat with your Friends with Command Prompt

Good morning Friends......

write the below code in notepad

@echo off
:S
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto S

Save as "mesg.bat"
open your command promt
drag and drop mesg.bat file into commandpromt
press on enter
it will show as below image



MESSENGER
User:
in user field enter your friend computer user name or ip addres press enter



16 December 2013

Computer Talking with you


 How can you make your computer speak whatever you input
With this trick, you can create a script in Windows which will make your computer speak whatever you input to it.
Steps
1.Open Notepad.




2.Copy and paste the exact code given below.
      
          Dim Message, Speak
          Message=InputBox("Enter text","Speak")
          Set Speak=CreateObject("sapi.spvoice")
          Speak.Speak Message


3. Click on File MenuSave As, select All Types in Save as Type option, and save the file as Speak.vbs or "*.vbs".

  4.  Double click on the Speak(saved file), a window will open like the one in the image. Enter some text in enter text column and click OK.




Now your Computer will talk with what you typed in Step 4.


Thank you
SURESH.G

14 December 2013

Shutting down your PC with an Icon


Create one Shortcut on the Desktop, you can shut down your computer with an icon on the desktop.

1. Right Click on you desktop click New and Click Shortcut. in the type the location of the item field

shutdown -s -t 00



if you want to restart the system change s to r (shutdown -r -t 00)

13 December 2013

Matrix code in CMD with notepad



Hi my dear friends..... here i am post one magical post i inspired by Matrix Movie

Have you saw “The Matrix Movie” Of course, you have. In case you still did't see that movie no problem, take a look at this image..... You can create the same effect in command prompt using just a few lines of code. 


1. Open notepad 

2. Copy and paste the code given below in Notepad and save the file as "Matrixmagic.bat" or *.bat.



double click on Matrixmagic file 


Do you want exit this file 
hold Ctrl and press C 
do you want to exit press Y



Make a Disco with your Key board

Disco with key board light 


1. Open note pad
2. copy the exact code given below and past in note pad

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

3. save as  "*.vbs" or Diskdance.vsb
4. Double click on the file where it was saved, to see the KEYBOARD lights on your keyboard go crazy.
5.  you can disable the Keyboard light Disco Dance  go to task manager ending wscript.exe

12 December 2013

How to Enable Task Manager


1. Go to Run Command
2. Type regedit press enter
3. Navigate these through the left panel HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Ploicies\System
4. right side panel DisableTaskmgr
5. Enter its value data as 0 and press OK
6. Close registry editor
7. Restart your computer....

How to Enable and Disable Registry Editor


Enable Registry Editor

1. Hold Windows Key press R key(Go to Run Command)



2. Type gpedit.msc and press Enter




3. Navigate to User Configuration/Administrative/Templates/System.
4. In the right side panel double click on "Prevent Access to registry editing tools".


5. one popup window will display, in that find encircle radio buttons select Disabled/Not Configure and click on OK



6. Registry Editor will be immediately access. if it is not once restart your system.




Programs isn't start or suddenly crash by virus or malware

Program is crashed by the virus we will change through registry editor and task manager


If virus is attack on task manager and registry editor those are disable....


How to Enable Registry Editor and Task manger...


10 December 2013

Shutdown your Computer through Command Prompt



Good  morning my dear Friends.....

1.       Press Windows key +R



2.       Enter CMD and press Enter
3.       Type the command is for shutdown
                   Command is : shutdown -s 
 and press Enter the command being executed system will going to be shutting down.

if you want to shutdown you computer after 1 minute enter below command
     shutdown -s -60  ( with in 60 seconds system will going to be shutdown)

Same as Restart the computer
the command is:  Shutdown –r
Log off the Current user
command is : Shutdown -l


Thank you
SURESH.G

9 December 2013

HOW TO SOLVE PROBLEM, SERVER SECURITY CERTIFICATE IS NOT YET VALID

Hi my dear friends.....


Some time you install fresh Operating system in your computer and you install Browser, Google chrome Mozilla Firefox ect. After installation you try to open or browse Gmail, yahoo, or face book ect... in Google chrome at that time you will get an error message like “Server Security Certificate is not yet valid”. try to open the page by clicking on “Proceed anyway” but the result is same.



I will tell you the best solution of this problem. Just follow these steps and after completion you will be able to login to face book, yahoo, Gmail etc.
1.      Double click on the date and time right on the task bar 
2.   Change the time zone as GMT +5:30 Chennai, Kolkata,




3.   Change the date and time (today date and time)



4.   The come back to web browser press F5(Refresh) click on Reload the page button.

Done…..

Thank you
SURESH.G

Create a Shortcut to lock your Computer



Hi my dear Friends....
Create on shortcut to Lock you computer (hold win key and press l key) or 
Follow the instructions given below:-

Steps
1.      Right Click on an empty slot on Desktop, point to New and click on Shortcut.
2.    In the dialog box that pops up, type the following code without quotes in the Type the location of the item.

type this: rundll32 user32.dll,LockWorkStation
3.       Click on Next and type a name for the shortcut in the Type a name for this     Shortcut textbox.
4.        Click on Finish.


Thank you
SURESH.G


Command Prompt Disabled by Virus, How to enable it..?

Hello my dear Friends.....
If you run the command prompt (cmd.exe), you will get an error saying "The command prompt has been disabled by your Virus or Administrator". At that time there are some ways in which you can re-enable it. Here I’m post some such few simple techniques using which you can easily enable the command prompt.
1. Go to Run command (hold Windows button press R key)
2) Type gpedit.msc and press Enter.
3) Navigate to User Configuration/ Administrative Templates / System.
4) In the right side panel, double click on "Prevent access to the command prompt".
5) In the popup dialog, encircle Disabled and click OK. 
6) You should be able to immediately use the command prompt.
 If you still cannot access it, once restart your computer then it will work properly 

Thank you
SURESH.G

HOW TO SET PASSWORD ON ANY APPLICATION IN YOUR PC


Hi my dear friends, 
Today I am going to tell you a trick
How to make a protect to Desktop/Laptop Applications
 If you are interested to protect your Desktop/Laptop  Applications with password then just follow below steps

just copy the link past it in your browser directly it will download
then follow these steps one by one
Step1. Install the application Password Door
Step2. while installing it will ask to enter a password which will be used to protect the application you must remember the password

click on Install and Finish again it will ask password


Enter the password previous your entered it will show one dialog box

Click on Protect a Program

select which you want to protect and protect... close the password door and open the protected application at that time it will ask password

Enter the password then only it will open Enjoy.......

Thanks for visiting my blog......
Suresh.G

How To Use Keyboard as Mouse

If your mouse is not working and you don't wish to wait till you get a new mouse, you would definitely like to know how you can use your keyboard as your mouse. It is easy to use your mouse as keyboard in windows using the On Screen Keyboard utility, but it is also possible to do the reverse.


All you need to do is:

Windows XP Users:-
  1. Go to Control Panel.
  2. Then click on Switch to Classic View.
  3. Then Click on Accessibility Options.
  4. Then Click on the Mouse Tab.
  5. Select Use MouseKeys.
  6. Click on OK.
  7. Then activate NumberLock (by pressing the NumLock key).
  8. You should hear a beep sound.
  9. Now you can control the mouse pointer using the arrow keys on the numeric keypad.
use keyboard as mouse


Windows 8Windows 7 and Vista Users:

  1. Open Ease of Access canter by clicking the Start button , clicking Control Panel, clicking Ease of Access, and then clicking Ease of Access Centrer. 
  2. Click Make the mouse easier to use.
  3. Under Control the mouse with the keyboard, select the Turn on Mouse Keys check box.

You can also increase the acceleration and speed of your mouse movements according to your needs.

You can alternately press the Alt+Shift+Num Lock combination to instantly activate the mouse keys.


Thank you
SURESH.G



8 December 2013

Lock a Folder With Password Using Free Folder Protector

for xp

https://sites.google.com/site/tweakandtrickblog/FolderProtector%20v2.5-XP.zip?attredirects=0

windos 8

https://sites.google.com/site/tweakandtrickblog/FolderProtector%20v2.5.zip?attredirects=0

Windows 7 and Windows Vista

https://sites.google.com/site/tweakandtrickblog/FolderProtector%20v2.5.zip?attredirects=0

copy link and past in you browser

How to use Folder Protector?
When you run Folder Protector for the first time, the program will ask you for a password that you want to use. Enter a password that you can remember as this will be the password to your protected folder.

After entering the password, the program will open a folder named SecuredFILES. This is your protected folder. You can add all your private files in this folder. This folder is located at the Desktop. After adding all your files, you may close this folder. 

Then, you can use the menu in the program to lock your folder. To lock the folder, type lock as your action. After successfully locking the folder, FolderProtector will display that the folder is locked.

Unlocking the protected folder is easy. Just type unlock as your action. Then the program will ask you to enter your password. Upon successfully entering the password, the program will display the contents of your protected folder.

Changing the Password: Just type change as your action. The program will ask you for your current password. Upon successful entry of the current password, the program will ask for your new password and change it instantly.

Thank you
Suresh.G



Quickly increase and decrease the size of desktop icons

While on the Windows Vista/7 or higher Desktop hold down the Ctrl key and scroll up/down using the Wheel on your mouse. While scrolling up all the icons on the desktop will increase in size and while scrolling down all the icons will decrease in size.