Jump to content

"New" .cpl files


os2fan2

Recommended Posts

This i found on one of Bearwin's sites. It works under 2K, XP Pro, Home and XP64.


cd /d %systemroot%\system32
copy console.dll *.cpl
copy hotplug.dll *.cpl

What it does is adds two new control panel applets:

console.cpl is the same as in Windows NT 3 and 4, is a global setting.

hotplug.cpl is the dialog box that opens when you insert a USB device, etc. Being a cpl applet, you can make a shortcut to it, and put it in the start menu quick launch bar or on the desktop. You don't have to hope it's in the tray.

May have a use in HFSLIP.

Link to comment
Share on other sites


I suppose in TXTSETUP, one could find

console.dll = 1,,,,,,,2,0,0

and ADD:

console.dll = 1,,,,,,,2,0,0

console.dll = 1,,,,,,,2,0,0,console.cpl

Would make it auto. Wendy, I assume you are also scanning other DLLs for this "hidden" capability? (You don't want someone else to have all the glory do you?! :lol:

Link to comment
Share on other sites

Just for the record, this is the page (in the last updated version):

http://bearwindows.boot-land.net/win2000.htm

Problem 8: Hidden control panel items (covers also Windows XP/2003)

Windows 2000 has two hidden control panel items:

  • Console (%SystemRoot%\SYSTEM32\console.dll)
  • Hot Pluggable Devices (%SystemRoot%\SYSTEM32\hotplug.dll)

Copy them to *.cpl

copy console.dll console.cplcopy hotplug.dll hotplug.cpl

and see two new control panel items.and see two new control panel items. Also when you run

rundll32.exe netplwiz.dll,UsersRunDll

Users and Passwords control panel applet starts.

Log/news here:

http://www.boot-land.net/forums/index.php?showtopic=2325&st=21

jaclaz

Link to comment
Share on other sites

hotplug.cpl is the dialog box that opens when you insert a USB device, etc. Being a cpl applet, you can make a shortcut to it, and put it in the start menu quick launch bar or on the desktop. You don't have to hope it's in the tray.

Is there some way to bring back the dialog box that pops up when you eject a USB device? The kind that was replaced by the stupid balloons in XP?

Link to comment
Share on other sites

Is there some way to bring back the dialog box that pops up when you eject a USB device? The kind that was replaced by the stupid balloons in XP?
This is something I am also interested in.

I suppose that using the version of the Eject USB device utility and its related files should work, but I am unsure as to .

I find it interesting that Windows Vista uses dialog boxes stating when a USB device has been safely removed.

Link to comment
Share on other sites

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...