size=25
Doors and Frames

Please enter your IMEI in the box below and

get your master code

IMEI:

Show Hidden Devices

Show Hidden Devices

You can show hidden devices in the Device Manager. One way is by making a simple registry change. The other is through a batch file.

Registry Change:

Go to HKEY_LOCAL_MACHINE \ SYSTEM \ ControlSet001 \ Control \ Session Manager \ Environment

Create a string DEVMGR_SHOW_NONPRESENT_DEVICES

Give it a value of 1
Batch File

@Echo Off
Prompt $p$g
set DEVMGR_SHOW_NONPRESENT_DEVICES=1
start devmgmt.msc
exit

Preventing Applications from Stealing the Focus

Preventing Applications from Stealing the Focus


To prevent applications from stealing the focus from the window you are working

Start Regedit

Go to HKEY_CURRENT_USER \ Control Panel \ Desktop

Edit the key ForegroundLockTimeout

Give it a value of 00030d40

Setting Capslock, Numlock, Scroll Lock

Setting Capslock, Numlock, Scroll Lock


If you want to set the startup state for any or all of these keys,
you just need to edit the registry.

Start Regedit
Go to HKEY_CURRENT_USER \ Control Panel \ Keyboard
Open InitialKeyboardIndicators
Change the value to one of the following numbers
0 - All Keys off
1 - Caps Lock on
2 - Num Lock on
4 - Scroll Lock on
For multiple keys, add their values:
3 - Caps Lock and Num Lock on
5 - Caps Lock and Scroll Lock on
6 - Num Lock and Scroll Lock on
7 - Caps Lock, Num Lock, and Scroll Lock on
Log off and back on again

Common Control Panel Applets

Common Control Panel Applets


The follow are some common Control Panel Applets that are located in the \windows\system32 directory.
If you find yourself using any of these frequently, then you can simply make shortcuts to them on your desktop.

appwiz.cpl-------- Add/Remove Programs
desk.cpl---------- Display Properties
firewall.cpl------ Firewall Settings
inetcpl.cpl------- Internet Options
mmsys.cpl--------- Sound and Audio
ncpa.cpl---------- Network Connections
nusrmgr.cpl------- User Accounts
powercfg.cpl------ Power Options
sysdm.cpl--------- System Properties
wscui.cpl--------- Security Center
wuaucpl.cpl------- Automatic Updates Configuration

Viewing Installed Drivers

Viewing Installed Drivers


If you want to see a list of installed drivers, you can run the driverquery program
There are a lot of available switches to view different types of information.
On use can be to export to a CSV file for viewing in Excel
An example would then be:

Driverquery /v /fo csv > drivers.csv

Creating a Suspend Shortcut

Creating a Suspend Shortcut


If you would like to create an icon to suspend your computer,

Right click on the Desktop
New / Shortcut
Enter in rundll32.exe PowrProf.dll, SetSuspendState
Give it whatever name you want
Now when you click on that shortcut, your computer will shutdown and suspend

Running CHKDSK

Running CHKDSK


One way to run a chkdsk (this is like Scandisk that was with Win9X), is to

Double click on My Computer
Right click on the drive you want to check
Select Properties
Click on the Tools tab
Click on the Check Now button
Check to Automatically fix file system errors - This is the same as running chkdsk /f
If you want to Scan for and attempt recovery of bad sectors, check that box - This is the same as running chkdsk /R. It can also add a lot of time to the scan
Reboot if necessary
You can also run chkdsk from the command line with will give you more options.
The following switches are available:

/F - fix any errors
/R - identifies bad sectors
/V - with FAT32, displays a verbose output
With NTFS Volumes:
/I - Performs simpler check (stage 2)
/C - Skips the checking of cycles within folder structures
/X - Forces the volume to dismount if necessary. Intended for server administrators and should be avoided for normal use

Editing the Boot.ini file

Editing the Boot.ini file


The boot.ini file is a simple text file that is on the root of the boot drive.
You can edit this with any plain text editor like Notepad (may need to unhide the file first)

Right click on My Computer
Select Properties
Click on the Advanced tab
Under Startup and Recovery, click on the Settings button
Click on the Edit button

Renaming Multiple Files in a Directory

Renaming Multiple Files in a Directory


If you want to rename multiple files in the same directory:

Using the Windows Explorer, select all the files you want to rename
Press F2 or right click and select Rename
Enter the prefix for the name you want (e.g. Newname)
This will automatically rename the rest of the files Newname (1).jpg, Newname (2).jpg etc.
Make sure you include the extension if you have the Explorer configured to show them