Monday, November 2, 2015

How To Activate Godmode In Windows 7 And Vista

How To Activate Godmode In Windows 7 And Vista




If you are a user of Windows Vista or 7, and if you are not aware of GodMode this post is only for you. Godmode provides you with a shortcut icon where you can customize all your settings from mouse settings to display settings. This is very convenient as it provides all the options at one single place and activating godmode is also very simple and require only two simple steps.

Here are the steps to activate Godemode in 7 and Vista.
  1. Make a new folder.
  2. Rename it as GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
  3. You can change GodeMode to any other name if you wish.
  4. And that's it. A new icon will be appeared for the folder now.
  5. Double click on that and you will get GodMode.

New Chating Facebook Smiley Code

New Chating Facebook Smiley Code


Facebook Smiley


Hi guys we are all known about Facebook.  Facebook is one of the most popular social Networking sites. Here I will go to show you how to put smiley code in your chat box, you just copy & paste a smiley code which is given below:

·         f9.laugh
·         f9.sad
·         f9.angry                
·         f9.sleepy
·         f9.shock
·         f9.kiss
·         f9.inlove
·         f9.pizza
·         f9.coffee
·         f9.rain
·         f9.bomb
·         f9.sun
·         f9.heart
·         [[f9.heartbreak ]]
·         f9.doctor
·         f9.ghost
·         f9.brb
·         f9.wine
·         f9.gift
·         f9.adore
·         f9.angel
·         f9.baloons
·         f9.bowl
·         f9.cake
·         f9.callme
·         f9.clap
·         f9.confused
·         f9.curllip
·         [[f9.devilface] ]
        f9.lying
FB Smileys-1
FB Smileys-2
FB Smileys-3

How We Can Create Our Own Calculator Using Without any Software

How We Can Create Our Own Calculator Using Without any Software


Batch files are text files that contain a sequence of commands commonly used in system command prompt to perform various computer operations like starting programs or running system utilities, etc. In Disk Operating System (DOS) and Windows, batch files are intended to be executed by the command explainer. There are many computer operations that can be performed by using these .bat files. In this article we will know how we can create our own calculator by writing a few commands.

Open notepad file or any other text editor then Copy & Paste the following code into the notepad:

@ECHO OFF
color a
title My Calculator
pause
ECHO ---------------------------------------- -------
ECHO * = MULTIPLY
ECHO + = ADD
ECHO - = SUBTRACT
ECHO / =DIVIDE
ECHO ---------------------------------------- -------
pause

:loop
echo.
echo ---------------------------------------- -------
SET /p UDefine=
SET /a UDefine=%UDefine%
ECHO =
ECHO %UDefine%
ECHO.
goto loop
 
Then save it as “calc.bat” where “.bat” is extension for batch files. Now go to your save location and double click on the batch file icon (Clac), now open your own Calculator in command prompt window.
Calculator in command prompt

You can also convert “.bat” to “.exe” by using “.bat to .exe converter software”. Please follow the link below todownload this software. 

http://www.f2ko.de/downloads/Bat_To_Exe_Converter.zip

How to Lock any “file and folder” without any software

How to Lock any “file and folder” without any software.


Lock Folder











You are looking to protect your file or folder any how any cost, don’t worry, in this article I’m going to show you how locks any file or folder using without any software. Here I will show you how to protect your file or folder, just follow these simple steps below:

At first open notepad by using “win-key + R”, that means open run and type notepad into the box and press enter or open any text editor. Then copy & paste the following code below and save it “ .bat ” file extension,example for “lock.bat”, whereas the lock is given name and .bat is the file extension. Then go to your save location and double click to run it, now you should see a command prompt where need a password to open the locker. Your password is “mypassword”, you can change your password any time when you want to change.

Step-1:
Open notepad or any text editor.
Blank Notepad

Step-2:
Copy this code:
cls
:End
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the 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 Locker "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 folder
set/p "pass=>"
if NOT %pass%==mypassword goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End

Step-3:
Paste into the notepad
Paste

Step-4:
Save it lock.bat extension
Lock.bat & Locker

Step-5:
Now go to your save location and double click to run your “ lock.bat ” file. Then open a command prompt window, here need for a password to unlock. Now you must see a “ Locker” folder on your save location. Your default Password is “mypassword”.
Changing Password

Note :-- If you want to change your password, then Right click your lock.bat file extension then click edit and find “mypassword” to change your password, then replace your password to “mypassword”. Example for any name, phone no. etc.
              You can create this locker any drive or folder. That’s it. Enjoy……..@@@

How to Enable Hidden Window 7 Themes (alternative method)

How to Enable Hidden Window 7 Themes (alternative method).-



Here is an alternative method, how to enable hidden windows 7 themes. If previous methods are not working to then apply this method.

Step-1:
At First Go to Control Panel and then click on folder Options.
Note: -- If Folder options are not available, change the view to large icons at the top-right corner of the screen.

Step-2:
Now click On the View tab and uncheck the box “Hide protected operating system files (Recommended)”. It will show you a warning; avoid this warning and Click Yes.

Step-3:
Now Go to “C:\Windows\Globalization\MCT\” Inside this folder you will see folders with name MCT-XX where XX will be AU, CA etc. These are the country codes in which these themes are automatically available.
                 Inside each MCT-XX you will see a Theme folder, now open it and click on the theme file to unlock it. Once unlocked, the theme will be available to you in personalization option.
That’s it…@@@@@@@