Showing posts with label Double-click. Show all posts
Showing posts with label Double-click. Show all posts

Saturday, June 16, 2012

Start all your programs with a single click using batch file

Everyone has some standard list of programs, which he starts when logs on to his computer. It’s a waste of time to start each program individually; today we are going to learn how to start all your favorite programs with a single click using batch files. Those of you who don’t know what batch files are may check this post to find out what they are.

Batch Programming Basics



I usually use Dreamweaver, Mozilla Firefox, and pidgin immediately after I login to my comp. So let us see how to create a batch file to start the above three programs with a single click.
First open note pad and type the following lines

CD “C:\Program Files\Adobe\Adobe Dreamweaver CS3\”

start Dreamweaver.exe




cd “C:\Program Files\Pidgin\”

start Pidgin.exe

cd “C:\Program Files\Mozilla Firefox\”

start firefox.exe

Here cd switches the control to the directory following it and start command is used to start the program in that directory. You can add any number of programs to this list.
Once you have added all your favorite programs to this list, save it a startup.bat or any other name of your choice and double click on that batch file you created just now to start all your favorite programs.
If you have any problems in creating the batch files feel free to drop in a comment here

Monday, June 11, 2012

Dateline


A subtle replacement for having the date shown on the Menu bar, Dateline gives you a linear calendar on your desktop within a transparent window. One very useful feature is that it has direct access to iCal when double clicking on a day.

Dateline

The background and text colors are fully customizable along with transparency to make it blend seamlessly with your current desktop. This application requires Mac OS X 10.5 and higher.

Windows XP Secrets










Notepad Secrets
Create a log

  1. Open Notepad

  2. On the very first line, type in ".LOG" (without quotes) then press Enter for a new line

  3. Now you can type in some text if you want, then save the file.

  4. Next time when you open the file, notice its contents. Notepad automatically adds a time/date log everytime you open the file.


Text becomes unreadable

  1. Open Notepad

  2. On the very first line, type in "dont eat the donut" (without quotes) then save and close the file. Note: the file should have only one line of the text above.

  3. Now, open the same file. You'll notice the text becomes unreadable squares. (try this with different text with the same format and length).












Paint Secrets
Create a trail image

  1. Open Paint, then open an image.

  2. Right-click on the image and select "Select All"

  3. Now hold the "Shift" key and move the image around. The image will be drawn with trail.


10x Zoom

  1. Open Paint, then open a small image.

  2. Select the zoom "Magnifier" tool.

  3. Windows Paint lists out the zoom options from 1x to 8x, but there is a 10x...

  4. After selecting the Magnifier tool, point the mouse right at the border line right under "8x" and left-click. There you go.. the hidden 10x.












Other Secrets
Where is the relaxing music that you've heard during Windows XP Installation?

  1. The file is in:
    C:\Windows\system32\oobe\images\title.wma












Game Secrets
 Solitaire: Instant Win

  1. Press Alt + Shift + 2 to instantly win


 Solitaire: Draw only 1 card (instead of 3)

  1. Hold down Ctrl + Alt + Shift then click on unopen cards to draw.


 FreeCell: Instant Win

  1. Hold down Ctrl + Shift + F10 while playing, then click Abort.

  2. Now move one card.


 FreeCell: Hidden Game Modes

  1. Go to "Game" menu choose "Select Game"

  2. Here you can choose from game mode 1 to 1,000,000. But -1 and -2 will also work (hidden modes)


 Hearts: Show All Card
Warning! this requires a modification on your registry. Be sure you follow the steps carefully. Damage your registry might damage your Windows.

  1. Open the "Registry Editor" by: "Start" >> "Run" then type "regedit" and press Enter

  2. Expand to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Hearts

  3. Right-click on the right panel and create a new String value with the name "ZB"

  4. Double-click to open this key "ZB" to edit its value. Then enter "42" and close the Registry Editor.

  5. Start Hearts and Press Ctrl + Alt + Shift + F12 to show all the cards


 Minesweeper: Stop The Timer

  1. When you start to play a new game, the timer is ticking...

  2. Press Windows Key + D to show desktop.

  3. Now come back to the game by selecting it from the taskbar. The timer is stopped.


 Pinball

  1. Unlimited Balls: Type bmax at a new game to get unlimited balls (no notification).

  2. Extra Balls: Type 1max at a new game to get extra balls.

  3. Gravity Well: Type gmax at a new game to activate Gravity Well.

  4. Promotion: Type rmax at a new game or while playing to get instant promotion and raising rank.

  5. Extra points with partial shots: Partially shot the ball just to pass the yellow light bars. There are 6 bars. With the first bar, you'll get 15,000 points, 2nd: 30,000,...

  6. Extra points with partial shots: Partially shot the ball just to pass the yellow light bars. There are 6 bars. With the first bar, you'll get 15,000 points, 2nd: 30,000,...

  7. Test Mode: Type hidden test with a new ball or new game. Now you can use your mouse to drag and move the ball where you want.


Tuesday, May 29, 2012

Registry Editing Has Been Disabled By Your Administrator

Whenever I open Run and type regedit and press enter a messageprompt appears saying Registry editing has been disabled by your administrator“.



Let’s see how can we fix it.Here i got 3 Methods to fix this Problem which i have collected them from Net.


Method 1:

You can use a simple UnHookExec.inf to enable registry editing.

1. Download UnHookExec.inf
2. Right click on the downloaded file and select install.


Method 2:

For enabling you can also use the remove restrictions tool(RRT) by Sergiwa.com, if the method 1 doesn’t work for you.

1. First Download Remove Restrictions Tool
2. Run and check the registry tools and click apply.

Method 3:

If the above two methods does not work for you , you can also try executing a small vbscript which I found on major geeks.

1. First Download EnableRegEdit.vbs
2. Double click on the downloaded file to enable registry editing.

I hope at least one of the above will help to fix the trouble.