Loading
Showing posts with label Usefull Tricks. Show all posts
Showing posts with label Usefull Tricks. Show all posts

Shutdown and Restart Trick !


My Exclusive... Again a contribution to Computer Tricks !
Play pranks on your friends...

****************************************************************************
Shutdown Trick
Stimulate shutdown from command prompt !
# Start >> Run
# Type shutdown -s -t 10 -c "Shutting Down..."
# Hit Enter and enjoy !
****************************************************************************
Restart Trick
Stimulate Restart from command prompt !
# Start >> Run
# Type shutdown -r -t 10 -c "Restarting..."
# Hit Enter and enjoy !
****************************************************************************
Log Off Trick
Stimulate LogOff from command prompt !
# Start >> Run
# Type shutdown -l
# Hit Enter and enjoy !
****************************************************************************

Please Note

-s :: This signify Shutdown Request.
-r :: This signify Restart Request.
-l :: This signify LogOff Request.
-t :: This signify the timer before Restart. (Replace '10' with any number.)
-c :: This signify comment.

How To Stop It ?
# When the timer is Running...
# Start >> Run
# Type shutdown -a
# That's It.

Prank !!!

-------------------------------------------------------------

۩ We can make a batch file which will Shutdown the computer everytime on startup !

Here is how ?

Open Notepad

Type :

@ECHO OFF

shutdown -s -t 10 -c "Virus Attack..."

exit

File >> Save As...

Name it : virus.bat

Start >> All Programs

Right Click on Startup >> Open

This open the Startup folder

Paste the Virus.bat file here !

*** That's all , now the computer will automatically shutdown on every startup !

---------------------------------------------------------------------------------


Please Comment...

Trace Websites !

My Exclusive... another contribution to Computer Tricks !

Surfing Internet...
Type in the url and Hit Enter, that's it ?

But...
Have you ever thought what happens after that ?

Lets Trace n see what happens !

Do the following :
# Start >> Run
# Type cmd
# This will open the Command Prompt
# Type cd\
# Type tracert www.google.com

---------------------- Note ---------------------------
You can replace www.google.com with any website url.
---------------------------------------------------------

Results :
$ First line shows the IP address of the website... $ You'll be shown steps in which the website gets load !
$ More is the number of steps more is time taken to load the website !

That's all !

Please Comment...

Access Your Folders as Drives


Well, this is my EXCLUSIVE !!!

Trick is all About :

You can create Virtual Drives in your Computer. Now you can access your Favorite Folders as a drive in My Computer.

What you can do ?

** Access your folders as a Drive !

** Fool 'Computer Beginners' or your 'Friends' (Non-Expert) , as the drive will show Disk Space of the folder's drive so it seems that the disk space has increased !!!

Do The Follwing :

Start >> Run

Type cmd and hit Enter

This will open "Command Prompt"

Type subst Z: E:\folder and hit Enter key.

You can replace Z: with your desired New Drive Letter (Except existing Drive letters)!

You can replace E:\folder with the path of your favorite folder !

Now, type exit

*** This creates a new drive ! When you open this , it will open your folder !!!

*** Isn't it Awesome ?

*** And this is Exclusive at pcremix.blogspot.com !

-------------------------------------------------------------

But a Problem !

۩ On Restart the Virtual Drive Disappears !!!

-------------------------------------------------------------

Solution !

-------------------------------------------------------------

۩ We can make a batch file which will make the drive everytime on startup !

Here is how ?

Open Notepad

Type :

@ECHO OFF

subst Z: E:\folder

exit

File >> Save As...

Name it : Virtual Drive Emulator.bat

Start >> All Programs

Right Click on Startup >> Open

This open the Startup folder

Paste the Virtual Drive Emulator.bat file here !

*** That's all , now the drive will automatically be created when ever you start your pc

-------------------------------------------------------------

>>>> Mission Accomplished <<<<

PLEASE Comment !!!

Boost Up Internet Speed Without Software


Above 90% computers all over the world run Windows... and hence another computer trick.

FACT
But do you know that about 20% of your internet bandwidth is reserved by Microsoft.
---------------------------------------------------------------------------------------------------------
Uses of Reserved Bandwidth
** Windows Automatic Updates rely on this reserved bandwidth.
** Fast loading Microsoft Websites
** Sending Error Reports
** Online Help support in Microsoft Office
---------------------------------------------------------------------------------------------------------
But this can be recovered back...
---------------------------------------------------------------------------------------------------------
The Remedy
** Start >> Run
** Type gpedit.msc
** This opens the Policy Editor
** Now, Local Computer Policy >> Computer Configuration
** Then, Administrative Templates >> Network
** Now, click on QOS Packet Scheduler
** Now, on Right hand side
** Double Click Limit reservable bandwidth
** Now in Setting Tab

********************* NOTE **********************
It says : Not Configured
Reality : The Explain Tab says "By default, the Packet Scheduler limits the system to 20 percent of the bandwidth of a connection"
***************************************************

** So, on Setting Tab select Enabled
** Now, change Bandwidth limit (%) to 0 (Zero)

********************** NOTE ********************
Misconcept : This don't means that you won't be able to communicate with Microsoft or any its services !!!
Actually : This reserved Bandwidth is only to accelerate Microsoft internet connections more than other connections !!!
****************************************************

** Click OK !!!


That's All !!!

Open Active Folder in Command Prompt !


Working through cmd prompt is not easy with long paths and folder names.

This trick provides a solution !!!

What can be done :
** Command prompt can be added to 'Right Click Menu' of each folder.
** Clicking on this will open the folder in cmd prompt.
** Now, the files in that folder can easily be operated.


How to do it :
** Open any folder.
** Tools >> Folder Options...
** Change to File Types
** Select Folder from the list.
** Click Advanced button.
** Now, click New
** Type Command Prompt in Action
** Type
cmd.exe in Application used to perform action:
** Now, click OK and Apply

That's All !!!

Now, Right Click any folder and click Command Prompt
And see what happens !!!

Please Comment !!!

Hide Files in Image Files !!!


Sometimes we are eager to hide some files on the system !!!
(I won't ask Why ???)

http://pcremix.blogspot.com/
So, now i have got a trick to hide files in image files !!!

Here it is :

** You require WinRAR installed on your PC for this trick.
** First add your files to .rar and i.e. say files.rar
** Say you have a image as img.jpg
** Now, save files.rar and img.jpg in c:\ drive.
** Click start >> Run
** Type cmd
** Now in command prompt type cd..
** Again type cd..
** Type copy /b img.jpg + files.rar new.jpg


-------------- Please Note --------------

>> This command will concatenate the two files into the new file new.jpg
>> Don't type files.rar + img.jpg instead of img.jpg + files.rar.
>> Now, (size of new.jpg) = (size of img.jpg) + (size of files.rar) .

---------------------------
----------------


*** Mission Accomplished !!! ***

Now, we have new.jpg consisting of both img.jpg and files.rar .

Accessing the files :

** Double click new.jpg and img.jpg can be viewed.

** Now, to access files.rar :
# Right click on new.jpg >> Select Open With >> Choose Program...
# Select WinRAR archiver.
#
Now, simply Extract your files !

Enjoy... Please Comment if you liked my work !!!

Add Folder To - "SEND TO"


Many a times we require a FOLDER too often, like to store our Multimedia files and all !!!
No no need to access the folder and carry out the traditional COPY & PASTE !!!

Just add it too "SEND TO" !!!

Do as follows :

** Open any FOLDER.
** Then, TOOLS >> Folder Options
** Click view TAB.
** In LIST of Advance Settings, click Show hidden files and folders !
** Now, go to C:\Documents and Settings
** Here, double click and open your (username) folder !
** Now, open SendTo folder.
** Here copy and paste the shortcut of your favorite folder.

That's Done !!!

Now, tranfer files to your favorite folder :

** Right Click the file
** Then, Send To
** Click the folder name !

Enjoy !!! --------- Please Comment !!!

Block Or Unblock Websites without software !


Many times in schools, colleges & offices surfing some sites like orkut,etc are banned !
To overcome this you can unblock these or block some other websites and play pranks !


Do The Following :
For eg you want to block www.xyz.com !

* Open the folder C:\WINDOWS\system32\drivers\etc
* There you will find a file named HOSTS
* Click on the file and press SHIFT and now right click on it .
* From the right click menu select Open with .
* Now, select Notepad to open the file from the list !
* Now, in the file under the line 127.0.0.1 localhost add another line as 127.0.0.2 www.xyz.com.
* Now, File>>Save !

Now, open your web browser and try openning www.xyz.com , it will not load !

To unblock sites just do the opposite !

Surf The Blocked Websites !


Are you frustrated because you are not able to visit your favorite websites in your school or college ?
Well, no problem the remedy comes here !

Below are the list of various sites from which you can surf the blocked websites !

Another Way,
Today we still use Internet Explorer to surf the net
, so if the block is done on the system then using Mozilla Firefox can help !
Use Firefox and try visiting the blocked sites !


Enjoy...

Lock Your Folders !


You can lock and unlock your folder with this simple trick !
Thanks to http://pcremix.blogspot.com/

Procedure :
1. Make a folder on the desktop and name it as "folder"
2. Now, open notepad and write ren folder folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} and now (Notepad Menu) File>save as.
3. In the 'save as' name it as lock.bat and click save ! (Save it on Desktop)
4. Now, again open notepad again and write ren folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} folder and now (Notepad Menu) File>save as.
5. In the 'save as' name it as key.bat and click save ! (Save it on Desktop)
6. Now, double click lock.bat to lock the folder and now if you open your folder, control panel will open up !
7. Now, double click key.bat to open the folder and now if you open your folder, you can access your data inside the folder again !
8. Lock your folder and hide the key.bat somewhere else on your hard disk !
9. Whenever you want to open your folder just paste the key.bat on desktop and open your folder using it !

Simple !

Google Search Tips !


You can make your search more efficient by learning some search basics !

Try these tips :
1. Use Of '+' sign :
This ensures that the results returned to you will definatly consist of the word following the '+' sign. For Eg :
Search: reviews of +iPhone and iPod
This will show results containing the word reviews or iPod but the results will definatly consist of iPhone !

2. Use Of '-' sign :
Using '-' sign before any word will ensure that the particular word will not be included in the results !

3. Use Of '~' sign :
Using '~' before any word will return the results also containing the synonyms of the word !

4. Search a particular site :
To search a particular website you can use the following syntax in the google search :
Search:
site:www.xyz.com abc

For Eg :
Search: site:http://pcremix.blogspot.com/ Google Search Tips

5. Define a word :
To get the definition of a word just use :
Search: define:abc
For Eg : Search: define:Computer
This will return you results which define 'Computer'.

6. Find Pages similar to a page :
To find a page similar i.e. consisting of same type of content, use the following syntax :
Search: related:http://www.xyz.com/

7. Search for exact phrase :
To search a set of words exactly together i.e.
For Eg :
Search: "contact us"
This will return the results containing both contact and us together !

8. Using the wild card '*' :
The * sign can be used in places where the whole word is not known.
For Eg:
Search: friend*
This will return the results containing friend , friends , friendship.

9. Using the '?' sign :
This is used when the full spelling of the word is not known.
For Eg:
Search: fri??d
This will result that in the results in which any alphabet can take the place of '?' sign.

10. Use of boolean operators :
The boolean operators like AND,OR,NOT can be used in search box to connect the words !
The search engine understands them as what they mean but the must be in capital letters !
For Eg:
Search: swim OR float
This will return the results containing either swim or float !