wordpress com stats

How do I create a Windows shortcut key?

Create a shortcut

  1. Open the folder or directory that contains the program you wish to create a shortcut for.
  2. Right-click on the program and click Create Shortcut.
  3. This will create a shortcut named “Shortcut to <your program>” in the directory you are in. If you wish to rename this shortcut, right-click the file and click rename.
  4. Once the above steps have been completed, you can copy or cut this shortcut and paste it anywhere to execute this program.

Assign shortcut key to that Windows shortcut

Once the shortcut has been created to assign a shortcut key to that Windows shortcut follow the below steps.

  1. Right-click the shortcut and click Properties.
  2. Click the Shortcut tab.
  3. Click in the Shortcut key box and press a letter. For example, if you press “p” the shortcut key will automatically be made Ctrl + Alt + P. Which means if saved when pressing Ctrl and Alt and “P” all at the same time will run that shortcut.

Top 10 keyboard shortcuts everyone should know

Using keyboard shortcuts can often cut the time it takes to do something on a computer in half. Below are our top 10 keyboard shortcuts we recommend everyone memorize and use.

Ctrl + C   or   Ctrl + Insert

Copy the highlighted text or selected item.

Ctrl + V   or    Shift + Insert

Paste the text or object that’s in the clipboard

Ctrl + Z and Ctrl + Y

Undo any change. For example, if you cut text, pressing this will undo it. This can also often be pressed multiple times to undo multiple changes. Pressing Ctrl + Y would re-do the undo.

Ctrl + F

Open the Find in any program. This includes your Internet browser to find text on the current page.

Alt + Tab or Alt + Esc

Quickly switch between open programs.

F1

Open help for the program you’re in.

Ctrl + P

Print what’s currently being viewed in programs such as Microsoft Word or your Internet browser.

Ctrl + Left arrow / Right arrow

Move the cursor one word at a time instead of one character at a time. If you wanted to highlight one word at a time you can hold down Ctrl + Alt and then press the left or right arrow key to move one word at a time in that direction while highlighting each word.

Ctrl + Home / End

Move the cursor to the beginning or end of a document.

Page Up / Space bar and Page Down

Pressing either the page up or page down key will move that page one page at a time in that direction. When browsing the Internet pressing the space bar will also move the page down one page at a time.

How to Design Sports Logo in CorelDraw!

How to Design Sports Logo in CorelDraw.
First of all click on Tools Menu -> then Click on Symbols and special characters then this dialog will be open. Read more »

How To Change Recycle Bin Name

How to Change Recycle Bin Name
You can change the name of Recycle Bin desktop icon
1-Click Start menu > Run > and type “regedit” (without quotes), to run Windows Registry Editor
2- Find and go to following “HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}”
3- Change the name “Recycle Bin” to whatever you want

Please Note : Incorrectly editing the registry may severely damage your system.

Desktop Shutdown & Reeboot Icon

Desktop Shutdown Icon

Right click on the desktop
Click [New] [Shortcut] to open the Create Shortcut Wizard
Type [shutdown -s -t 00] without the brackets.
Click [Next] and type a descriptive name of your choosing for the shortcut
Click [Finish]

Add a bit of class to the shortcut by assigning it a custom icon. Right click the shortcut, click [Properties] and select the [Shortcut] tab. Click [Change Icon] and select from the icons that are displayed.

Desktop Reboot Icon

Right click on the desktop
Click [New] [Shortcut] to open the Create Shortcut Wizard
Type [shutdown -r -t 00] without the brackets.
Click [Next] and type a descriptive name of your choosing for the shortcut
Click [Finish]

Add a bit of class to the shortcut by assigning it a custom icon. Right click the shortcut, click [Properties] and select the [Shortcut] tab. Click [Change Icon] and select from the icons that are displayed.

How To Increase Start Menu Speed

f you are still working with old or slow computer but don’t worry, you can give surprise to your friends with some changing in windows registry. Edit your computer registry keys to speed up your computer start menu, because the default speed of start menu is slow. After these changes your computer start menu will response like latest computer.

Follow the given steps to change the speed of Start Menu.

First click on Start button then type Regedit in Run option.

In Registry Editor panel go to the path:

HKEY_CURRENT_USER \ Control Panel \ Desktop \ MenuShowDelay

By default the value “MenuShowDelay=400″, but you can set value between 0 to 400. Now put the value “MenuShowDelay”=0 to speed up.

Now close the registry editor and restart your computer after any changes to go into effect.

Change the start Button Name

Navigate to your windows or winnt directory.
Make a copy of explorer.exe put it somewhere safe. make another copy name it explorer1.exe, put it in the windows directory.
Download a version of a Hex editor on a freeware site.
Open up explorer1.exe in the Hex editor .
Search for strings named Start
Heres some help with the offsets:
Windows 98
Offset: 0x00028D6E – 0x00028D76
Windows NT4
Offset: 0x00028BEE – 0x00028BF6
Windows ME
Offset: 0x00033DDE – 0x00033DE6
Windows 2000
Offset: 0x0003860E – 0×00038616
Windows XP (Enhanced Start Menu)
Offset: 0x000412B6 – 0x000412BE
Windows XP (Classic Start Menu)
Offset: 0x0004158A – 0×00041592
Windows XP SP1 (Enhanced Start Menu)
Offset: 0x0004208E – 0×00042096
Windows XP SP1 (Classic Start Menu)
Offset: 0x0004259A – 0x000425A2
start will be just before this:

There was an internal error and one of the windows you were using has been closed.”.

now rename start to another five letter word of your choice like Help

save the modified explorer1.exe

open up regedit, you are looking for this key:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

search for the value named Shell and make it equal to explorer1.exe.

restart for changes to take place.

alternatively, close all apps, fire up task manager and end the process explorer.exe, start new traske explorer1.exe and there you go.

if PC dont boot, slave off , navigate to your windows delete explorer1.exe and rename explorer.exe to explorer1.exe, plug back into your PC and there you go back to normal, i assure you it works great!

Hide & Unhide the Drives

You can hide any of drive(s) by just adding two keys in windows registry

first of all click on Start Button>run

Type regedit and press enter. This will bring you to the registry editor.To hide any drive you have to follow these 2 steps

STEP1: Hidding Drive
goto HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer now create a new DWORD value NoDrives and set its value as

2^(Alpha Number of Drive Letter-1)
where Alpha number are simple counting of alphabets from A to Z as 1 – 26

for example: to hide C drive
Alpha number of C is 3 so 2^(3-1) = 4 (decimal value)

If you want to hide more than one drive than calculate the value of each drive as explained and then set sum of those numbers as value

Step2: Prevent Access to the drive
Now as we have make our drive invisbble but it is still accesible so to lock the drive we will create another DWORD value at

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create a new DWORD value NoViewOnDrive and set its value same as you have calculated for hidding the drive(s)

Now your drive is locked. If you want to unlock and unhidden the drive then just delete these two keys and your drive is again accessible. You can also create two .reg files one for hidding and locking and another one for unlocking and unhidding

How to create a Border in CorelDraw!?

Click on rectangle tool or press F6 in CorelDraw! Then Draw a rectangle on page which height is 9.50′ and width is 7′. Read more »

How to Hide Your Folders/File in Yours Hard Drives?

Create a new folder or Apply hide command on your existence folder in your drive e.g. d:, e:, f: which u want to Hide.
Open My Computer

Read more »

Powered by WordPress