วันศุกร์ที่ 12 พฤศจิกายน พ.ศ. 2553

เอา "Test Mode Windows 7 Build 7600" ออกจาก desktop

If you want to re-enable driver checking and remove the test mode message, you may try the following commands in command prompt (Right click on CMD and run it as Administrator) and type the following commands to check if the drivers are enabled and the watermark is removed:

bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS
bcdedit.exe -set TESTSIGNING OFF

Srinivas R
Microsoft Support.

วันจันทร์ที่ 1 พฤศจิกายน พ.ศ. 2553

เปิด Control Panel Files จาก CMD ใน Windows XP

เครื่องมือแต่ล่ะตัวใน Control Panel ก็คือไฟล์นามสกุล .cpl ที่อยู่ใน Windows\System32

File name      Purpose
-----------------------------------------------------------------------
Access.cpl    Accessibility properties
Appwiz.cpl    Add/Remove Programs properties
Bthprops.cpl    Bluetooth management
Control Folders    Folder Properties
Control Fonts    Fonts Folder
Control Color    Display Properties window with the Appearance tab preselected
Desk.cpl        Display properties
FindFast.cpl    FindFast (included with Microsoft Office for Windows 95)
Firewall.cpl    Windows Firewall Management
Hdwwiz.cpl    Add Hardware properties
Inetcpl.cpl    Internet properties
Intl.cpl        Regional Settings properties
Irprops.cpl    Infrared Port properties (located in C:\Windows\Driver cache\I386\Driver.cab until you install an infrared device)
Joy.cpl        Joystick properties
Main.cpl        Mouse properties
Main.cpl keyboard    Keyboard Properties    
Mlcfg32.cpl    Microsoft Exchange or Windows Messaging properties
Mmsys.cpl    Multimedia properties
Modem.cpl    Modem properties
Ncpa.cpl        Network Connections properties
Netcpl.cpl        Network properties
Nusrmgr.cpl    User Accounts properties
Nwc.cpl        Gateway Services for NetWare properties
Odbccp32.cpl    Open Database Connectivity (ODBC) Data Source Administrator properties
Password.cpl    Password properties
Powercfg.cpl    Power Options properties
Sapi.cpl        Speech Properties (located in C:\Program files\Common files\Microsoft Shared\Speech)
Sticpl.cpl        Scanners and Cameras properties
Sysdm.cpl    System properties
Telephon.cpl    Phone and Modem Options properties
Themes.cpl    Desktop Themes
TimeDate.cpl    Date/Time properties
Wgpocpl.cpl    Microsoft Mail Post Office
Wscui.cpl        Windows Security Console

*** Control command:

    control applet.cpl,@applet_number,tab_number

For example, main.cpl provides access to both the Mouse and the Keyboard properties. The numbering starts at 0, so control main.cpl,@0 opens the Mouse Properties, control main.cpl,@1 opens the Keyboard Properties. If you don’t include an applet_number, @0 is assumed.

The tab_number is the number of the tab you want selected in the dialog box, with numbering starting from 0 from the left.

If you want to use a tab_number but want to omit the applet_number (or leave its value at 0), insert an extra comma before the tab_number to indicate the missing value. Thus:

    control main.cpl,,3

opens the Mouse Properties dialog to its fourth tab.

So to open the Sounds and Audio Device Properties dialog with the Sounds tab already selected, click Start -> Run and enter the command:

    control mmsys.cpl,,1

Non Microsoft CPL’s
ac3filter.cpl    AC3 Filter
Adobe Gamma.cpl    Adobe Gamma
VersionCueCS2.cpl    Adobe Version Cue CS2
apppaths.cpl    Sets application paths, start-up commands and system services
plotman.cpl    Autodesk AutoCad Plotter Manager
agcpl.cpl        AvantGo Connect
avconfig.cpl    Configures Avira Antivirus program
bpcpl.cpl        Configures BackPack CD driver
bdeadmin.cpl    Configure Borland DB engine
ipcpl.cpl        IconPackager icons and cursors tool
igfxcpl.cpl        Intel display utility
jpicpl32.cpl    Java Runtime settings
plugincpl1xyz.cpl    Oracle’s JInitiator settings
nvidia.cpl        Nvidia graphic adapter settings
quicktime.cpl    Quick Time configuration
prefscpl.cpl    Real Player preferences
alsndmgr.cpl    Realtek AC97 Audio Control Panel
sendtotoys.cpl    To configure the Send To right click system menu
s32lucp2.cpl    Symantec LiveUpdate

จาก Description of Control Panel Files in Windows XP
      Windows XP Control Panel shortcuts