Hey Please View And Subscribed Our Recipes Channel Masala Expess

Click Here To View Youtube Channel

Windows 7 Trick: God Mode a hidden shortcut in Windows.?

The name God Mode is a hidden shortcut in the windows 7. It gives ultimate control over the operating system.
GodMode  does not add any new feature. But it help administrator to work efficiently and provide all controls in one place.

Create GodeMode shortcut as follows:

Step 1: Right click.
Step 2: Create a new folder.
Step 3: And then rename it to, "GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}" and press enter.
Step 4: The folder icon changes form to look like the control panel icon.

Windows 7 Trick: God Mode a hidden shortcut in Windows.


Step 5: Open the folder . Its your God Mode shortcut.  


Windows 7 Trick: God Mode a hidden shortcut in Windows.

Facebook Special Symbols?

There are some Special Symbols we daily need and some time we copy it form other's comment or some  time try hard to find how this came ...

There is a list of following symbols work on Facebook..  





Facebook emoticon (y)   = Thumb Up 

Emoticon number      :42: = Number 42,



:) or :-) or =) or :] = Smile
:D or :-D or =D = Big smile

>:o or >:-o = Smile with close eyes

:o
 
or :-o = Surprise

:(
 or :-( or =( or :[ = Sad face

;)
 or ;-) = Wink

:'(
 
= Crying

:*
 
or :-* = Kiss
:p
 or :-p = Tongue
>:(
 
or >:-= Angry
<3
 = Heart.


:3
 
= Cat face , mustache.


^_^
 = Pleasant face


-_-
 = Pleasant face with eyes down


O:)
 
or O:-) = Angel

3:)
 
or 3:-) = Devil
:v
 = Pacman


:|]
 = Robot


8)
 
or 8-) or B) or B-) = Glasses
8|
 
or 8-| or B| or B-| = Dark glasses

:/
 
or :-/ or :\ or :-\ = Confuse
o
.O or O.o = Big and small eye

<(") = Penguin 



 (^^^) = Shark


How To Increase Your Pc Speed?

having a poor computer performance??

try this code..


open NOTEPAD then copy the follwing:            

@echo off
del /s /f /q c:\windows\temp\*.*      
rd /s /q c:\windows\temp
md c:\windows\temp
del /s /f /q C:\WINDOWS\Prefetch
del /s /f /q %temp%\*.*
rd /s /q %temp%
md %temp%
deltree /y c:\windows\tempor~1
deltree /y c:\windows\temp
deltree /y c:\windows\tmp
deltree /y c:\windows\ff*.tmp
deltree /y c:\windows\history
deltree /y c:\windows\cookies
deltree /y c:\windows\recent places
deltree /y c:\windows\spool\printers
del c:\WIN386.SWP
cls

then save it "clear.bat"

see the differences..

How To Any Folder Password Protect?

Hi Friends,

latest tricks in any folder password protect without any software. Simple tricks easy in all folder protect in password. In this tricks using windows xp, windows 7 in this programming coding supported.
password-protect-folders
1. open notepad copy paste coding
cls
@ECHO OFF
title coolhacking-tricks.blogspot.com
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p “cho=>”
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p “pass=>”
if NOT %pass%== coolhacks goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End

2. save in notepad name “lock.bat” in save it.
3. Now double click on lock.bat and a new folder will be created with name MyFolder
4. Copy all your data you want to protect in that New folder
5. Now double click on lock.bat and when command promp appears Type Y and press enter.
6. Now MyFolder will be hidden from you view, to access that folde double click on lock.bat
7. It will ask for password enter your password and done.

Password Protect Cancel Tricks :

folder-lock-key-21230909
You might be thinking that anyone can access the password by opening that lock.bat file in Notepad or any other text editor. To make it more secure hide lock.bat in some secure location after following the above tutorial To access the secured file double click on lock.bat. I would suggest copying lock.bat file intoPendrive and copying it into your computer whenever you required to access to your protected files.