Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 312 Vote(s) - 3.55 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Open Devices and printers window in batch?

#1
How do I open the `Devices and printers` tab in the `control panel` with `batch` or from the `command prompt`?

Reply

#2
Take a look at the [CLSID Key (GUID) listing](

[To see links please register here]

).

With shell, you can execute code to open the control panel to the desired location.

explorer shell:::{CLSID key number below}

In this case, your code would be:

explorer shell:::{A8A91A66-3A7D-4424-8D24-04E180695C7A}

---

Alternatively:

Open Control Panel -> Hardware and Sound, left click and drag `Devices and Printers` to the desktop, this will create a new shortcut to that location.

![][1]

With the shortcut, you can run it within a command prompt or a shell alternative.

![][2]

---

Both methods do the exact thing, opening the lnk in notepad reveals the location of:

{ 2 6 E E 0 6 6 8 - A 0 0 A - 4 4 D 7 - 9 3 7 1 - B E B 0 6 4 C 9 8 6 8 3 } \ 2 \ : : { A 8 A 9 1 A 6 6 - 3 A 7 D - 4 4 2 4 - 8 D 2 4 - 0 4 E 1 8 0 6 9 5 C 7 A }


[1]:

[2]:
Reply

#3
A lot of the Control Panel apps in Windows that are using an Explorer UI can actually be launched quite easily as so:

control /name Microsoft.<name_of_app>

For example, you can do this:

control /name Microsoft.DevicesAndPrinter
control /name Microsoft.Display

Also, using rundll32.exe is another common way to open *.cpl apps. But that is a bit trickier and cryptic. Here's how you could open the Playback Devices view in the Sounds control panel:

rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,playback
Reply

#4
Simple Run or CMD Command:

control printers

![enter image description here][1]


[1]:
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through