L:\BarrSam\wwwRoot\CPL Shortcuts.txt ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ <> <> <> ------------------------------------------------------------------------------ "L:\Desc\!Clips\Windows Operating Systems\How to Uninstall a Windows Update KBxxxxxx.jpg" ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ See: Icon Snatcher http://www.nirsoft.net/utils/iconsext.html IconsExtract v1.47 - EXE/DLL/OCX/CPL icon grabber/extractor Copyright (c) 2003 - 2010 Nir Sofer --- --- --- --- --- --- http://www.nirsoft.net/utils/resources_extract.html ResourcesExtract v1.18 - Extract resource files (bitmaps, icons, html files, and more) from dll files Copyright (c) 2008 - 2014 Nir Sofer Download ResourcesExtract (32-bit) http://www.nirsoft.net/utils/resourcesextract.zip Download ResourcesExtract (64-bit) http://www.nirsoft.net/utils/resourcesextract-x64.zip L:\!Download MOVE\resourcesextract-x64.zip "L:\!Download\Utilities\Free\NirSoft\ResourcesExtract\NirSoft ResourcesExtract website.url" "L:\!Download\Utilities\Free\NirSoft\ResourcesExtract\resourcesextract-x64" "L:\!Download\Utilities\Free\NirSoft\ResourcesExtract\resourcesextract-x64.zip" ------------------------------------------------------------------------------ L:\Sam\System Apps\Add or Remove Programs.lnk L:\Sam\System Apps\Add or Remove Programs.lnk (32) 0.866 KB 7/22/2017 7:04:08 AM >> C:\Windows\System32\appwiz.cpl (32) 469.504 KB 1/13/2021 4:49:20 AM L:\Sam\System Apps\*.* L:\Sam\System Apps\Action Center.lnk L:\Sam\System Apps\Add or Remove Programs.lnk L:\Sam\System Apps\Firefox 32bit.lnk L:\Sam\System Apps\hp LaserJet 1300 PCL 5 - Whats Printing.lnk L:\Sam\System Apps\Microsoft Visual Basic 6.0.lnk Google[Windows Key+R command line shortcuts .cpl RunDLL] Windows Operating System Keyboard Shortcuts Windows Key+R command line shortcuts RunDLL Shortcuts .CPL Commands System Items L:\BarrSam\wwwRoot\CPL Shortcuts.txt L:\Desc\Windows - Windows Key+R - Commands.txt --- --- --- --- --- --- "L:\Desc\!Clips\Windows Operating Systems\How to Uninstall a Windows Update KBxxxxxx.jpg" L:\Desc\Windows - Windows Key+R - Commands.txt L:\Desc\Windows - Shell Commands.txt L:\Desc\Windows - Windows Key R - Run Commands - RunDLL shortcuts (Autosaved).xlsx L:\Data\Excel 2007\Windows Logo Key - Windows Key.xlsx L:\VB\JXPF System\Windows_Run_Cmds.vbp L:\Data\Excel 2007\Windows Key R - Run Commands - RunDLL shortcuts.xlsx (Copy of L:\Data\Excel 2007\Windows Logo Key - Windows Key.xlsx) L:\VB\JXPF System\icons\Windows Key.jpg L:\VB\JXPF System\icons\Windows Key1.jpg Programs and Features C:\Windows\System32\appwiz.cpl https://docs.microsoft.com/en-us/windows/desktop/shell/controlpanel-canonical-names#programs-and-features Works from VB Call Shell("rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl", vbNormalFocus) Writes ipconfig /all to L:\!\!.txt Call Shell("C:\Windows\System32\cmd.exe /c " + "C:\Windows\System32\ipconfig /all >> L:\!\!.txt", vbNormalFocus) --- --- --- --- --- --- Open Control Panel from HTML Running the following command from your program will do the trick (CPL being the file name of the Control Panel applet to open. rundll32.exe shell32.dll,Control_RunDLL CPL For example, to bring up the "Date/Time Properties" dialog box, run: rundll32.exe shell32.dll,Control_RunDLL timedate.cpl http://www.freevbcode.com/ShowCode.asp?ID=2917 ' To Display the Control Panel Call Shell("rundll32.exe shell32.dll,Control_RunDLL", _ vbNormalFocus) ' To Display the Accessibility Properties Call Shell("rundll32.exe shell32.dll,Control_RunDLL access.cpl", vbNormalFocus) ' To Display Add/Remove Programs Call Shell("rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl", vbNormalFocus) 'To Show the Display Settings Background Tab Call Shell("rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0", vbNormalFocus) ' To Show the Display Settings Screensaver Tab Call Shell("rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,1", vbNormalFocus) 'To Show the Display Settings Appearance Tab Call Shell("rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,2", vbNormalFocus) 'To Show the Display Settings (Settings Tab) Call Shell("rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,3", vbNormalFocus) 'To Display Internet Properties Call Shell("rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl", vbNormalFocus) 'To Display Regional Settings Call Shell("rundll32.exe shell32.dll,Control_RunDLL intl.cpl", vbNormalFocus) 'To Display the Joystick Settings Call Shell("rundll32.exe shell32.dll,Control_RunDLL joy.cpl", vbNormalFocus) 'To Display the Mouse Settings Call Shell("rundll32.exe shell32.dll,Control_RunDLL main.cpl @0", vbNormalFocus) 'To Display the Keyboard Settings Call Shell("rundll32.exe shell32.dll,Control_RunDLL main.cpl @1", vbNormalFocus) 'To Display Printers Settings Call Shell("rundll32.exe shell32.dll,Control_RunDLL main.cpl @2", vbNormalFocus) 'To Display Fonts Call Shell("rundll32.exe shell32.dll,Control_RunDLL main.cpl @3", vbNormalFocus) 'To Display Multimedia Settings Call Shell("rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl", vbNormalFocus) 'To Display Modem Settings Call Shell("rundll32.exe shell32.dll,Control_RunDLL modem.cpl", vbNormalFocus) 'To Display Dial-Up Networking Wizard Call Shell("rundll32.exe rnaui.dll,RnaWizard", vbNormalFocus) 'To Display System Properties Call Shell("rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl", vbNormalFocus) 'To Run 'Add New Hardware' Wizard Call Shell("rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl @1", vbNormalFocus) 'To Display 'Add New Printer' Wizard Call Shell("rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL AddPrinter", vbNormalFocus) 'To Display Themes Settings Call Shell("rundll32.exe shell32.dll,Control_RunDLL themes.cpl", vbNormalFocus) 'To Display Time/Date Settings Call Shell("rundll32.exe shell32.dll,Control_RunDLL timedate.cpl", vbNormalFocus) --- --- --- --- --- --- http://forums.devx.com/showthread.php?165199-How-to-open-Control-Panel-files-(-cpl)-using-Shell-function 'Recording Control Shell "sndvol32.exe /rec", vbNormalFocus 'Desktop properties Shell "C:\Windows\control.exe" & " desk.cpl", 1 'Internet Properties Shell "C:\Windows\control.exe" & " Inetcpl.cpl", 1 'Modem Properties Shell "C:\Windows\control.exe" & " Modem.cpl", 1 'Password Shell "C:\Windows\control.exe" & " Password.cpl", 1 'Date/Time Shell "C:\Windows\control.exe" & " TimeDate.cpl", 1 Shell "rundll32.exe shell32.dll,Control_RunDLL timedate.cpl,,0" 'FindFast Shell "C:\Windows\control.exe" & " FindFast.cpl", 1 'Network Connections Shell "C:\Windows\System32\control.exe" & " ncpa.cpl", 1 'ODBC Settings Shell "C:\Windows\control.exe" & " ODBCCP32.cpl", 1 'another way for ODBC settings Private Declare Function SQLManageDataSources Lib "ODBCCP32.DLL" (ByVal hwnd As Long) As Boolean Private Sub Command1_Click() Dim bln As Boolean bln = SQLManageDataSources(CLng(Me.hwnd)) End Sub 'Application Wizard Shell "C:\Windows\control.exe" & " AppWiz.cpl", 1 'System Properties Shell "C:\Windows\control.exe" & " Sysdm.cpl", 1 'Add Printer Dialog Shell("rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL AddPrinter") 'Printers Folder Shell ("rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL PrintersFolder") 'Add New Hardware Wizard Shell ("rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl @1") 'To Display Regional Settings Call Shell("rundll32.exe shell32.dll,Control_RunDLL intl.cpl", vbNormalFocus) 'To Display the Joystick Settings Call Shell("rundll32.exe shell32.dll,Control_RunDLL joy.cpl", vbNormalFocus) 'To Display the Mouse Settings Call Shell("rundll32.exe shell32.dll,Control_RunDLL main.cpl @0", vbNormalFocus) 'To Display the Keyboard Settings Call Shell("rundll32.exe shell32.dll,Control_RunDLL main.cpl @1", vbNormalFocus) 'To Display Fonts Call Shell("rundll32.exe shell32.dll,Control_RunDLL main.cpl @3", vbNormalFocus) 'To Display Multimedia Settings Call Shell("rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl", vbNormalFocus) 'To Display Themes Settings Call Shell("rundll32.exe shell32.dll,Control_RunDLL themes.cpl", vbNormalFocus ' To Display the Control Panel Call Shell("rundll32.exe shell32.dll,Control_RunDLL", vbNormalFocus) ' To Display the Accessibility Properties Call Shell("rundll32.exe shell32.dll,Control_RunDLL access.cpl", vbNormalFocus) ' To Display Add/Remove Programs Call Shell("rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl", vbNormalFocus) 'To Show the Display Settings Background Tab Call Shell("rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0", vbNormalFocus) ' To Show the Display Settings Screensaver Tab Call Shell("rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,1", vbNormalFocus) ' To Display Add/Remove Programs Call Shell("rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl", vbNormalFocus) ' To Display OpenWith dialog Shell "rundll32 shell32.dll,OpenAs_RunDLL c:\changemenubackcolor.txt" L:\Desc\Windows - Shell Commands.txt L:\Desc\Windows - Windows Key R - Run Commands - RunDLL shortcuts (Autosaved).xlsx L:\Desc\Windows - Windows Key R - Run Commands - RunDLL shortcuts.txt L:\Desc\Windows - Windows Key R - Run Commands - RunDLL shortcuts.xlsx L:\Data\Excel 2007\Windows Key R - Run Commands - RunDLL shortcuts.xlsx L:\Data\Excel 2007\Windows Logo Key - Windows Key.xlsx L:\Desc\RunDLL Folder\Open Control Panel.lnk L:\Desc\RunDLL Folder\Open Device Manager.lnk L:\VB\RunDLL.frm L:\VB\RunDLL.vbp C:\Dropbox\Tech Add command line commands L:\Desc\Windows - RunDLL Shortcuts.txt C:\Dropbox\Tech\Windows - RunDLL Shortcuts.txt Google[Windows Key+R and command line shortcuts] .cpl Windows Key+R - Run Commands [ ] L:\Desc\Windows - Windows Key+R - Run Commands - RunDLL shortcuts.xlsx [ ] https://www.lifewire.com/command-line-commands-for-control-panel-applets-2626060 Command Line Commands for Control Panel Applets Devices and Printers control /name Microsoft.DevicesAndPrinters Action center L:\Desc\Windows - RunDLL shortcuts.txt L:\Desc\Windows XP Run Commands and Shortcuts.txt L:\Data\Excel97\Windows Logo Key - Windows Key.xls L:\Data\PPT97\Windows Key chart - Windows7.ppt L:\Desc\!Clips\Windows Operating Systems\Windows Key - Ctrl Windows Key and Alt.png L:\Desc\Windows Key chart.htm --- --- --- --- --- --- L:\Desc\Windows - Windows Key+R - Run Commands - RunDLL shortcuts.xlsx [Run Commands] http://www.fixmyxp.com/content/view/20/,%201 http://www.keyboard-shortcut.com/windows/run.php https://www.maketecheasier.com/windows-run-commands/ https://www.maketecheasier.com/20-run-commands-windows/ https://www.pcsteps.com/1675-run-command-complete-list-windows/ https://www.lifewire.com/windows-run-command-guide-3401937 https://serverfault.com/questions/3780/useful-command-line-commands-on-windows/4431 https://www.lifewire.com/command-line-commands-for-control-panel-applets-2626060 [Sorted] [Windows Key] https://www.groovypost.com/howto/windows-10-keyboard-shortcuts/ https://mypchell.com/guides/69-156-useful-run-commands --- --- --- --- --- --- .cpl Windows Key+R - Run Commands L:\Desc\Windows - Windows Key+R - Commands.txt .cpl Windows Key+R - Run Commands [ ] L:\Desc\Windows - Windows Key+R - Run Commands - RunDLL shortcuts.xlsx [ ] https://www.lifewire.com/command-line-commands-for-control-panel-applets-2626060 Command Line Commands for Control Panel Applets Devices and Printers control /name Microsoft.DevicesAndPrinters Devices and Printers [Windows Key] [Devices and Printers] "C:\Users\Sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Devices and Printers.lnk" --> Properties [General] Devices and Printers C:\Users\Sam\AppData\Roaming\Microsoft\Windows\Start Menu\Programs Properties [Shortcut] Control Panel\Hardware and Sound\Devices and Printers Google[Windows Key+R and command line shortcuts] L:\Desc\Windows - Windows Key+R - Commands.txt --- --- --- --- --- --- from Windows+R %windir%\explorer.exe ms-settings:network-wifi ms-settings:network-wifi Wi-Fi Settings %windir%\explorer.exe ms-settings:network-wifisettings ms-settings:network-wifisettings Manage known networks ------------------------------------------------------------------------------ Tool Name Description ------------------------------- --------------------------------------------- About Windows Display Windows version information. C:\Windows\system32\winver.exe Change UAC Settings Change User Account Control settings. C:\Windows\System32\UserAccountControlSettings.exe Action Center Open the Action Center. C:\Windows\System32\wscui.cpl ------------------------------------------------------------------------------ Programs Launch, add or remove programs and Windows components. C:\Windows\System32\appwiz.cpl L:\Sam\System Apps\ "L:\Sam\System Apps\Add or Remove Programs.lnk" --- --- --- --- --- --- Add or Remove Programs L:\Toolbar1 L:\Toolbar1\Add or Remove Programs.lnk --- --- --- --- --- --- Start > Run > appwiz.cpl Programs Launch, add or remove programs and Windows components. C:\Windows\System32\appwiz.cpl appwiz.cpl Slightly hard to remember but typing this shortcut key in the Run command will open up the ‘Programs And Features' app (Add Remove Programs). ------------------------------------------------------------------------------ Start > Run > appwiz.cpl Programs Launch, add or remove programs and Windows components. C:\Windows\System32\appwiz.cpl appwiz.cpl Slightly hard to remember but typing this shortcut key in the Run command will open up the ‘Programs And Features' app (Add Remove Programs). compmgmt.msc Opens up the "Computer Management" feature in Windows. About Windows Display Windows version information. C:\Windows\system32\winver.exe Action Center Open the Action Center. C:\Windows\System32\wscui.cpl --- --- --- --- --- --- C:\WINDOWS\system32\eventvwr.msc System Restore C:\WINDOWS\system32\Restore\rstrui.exe Sound Recorder C:\WINDOWS\system32\sndrec32.exe Volume Control C:\WINDOWS\system32\sndvol32.exe Sound/Volume Control Panel C:\Windows\System32\SndVol.exe C:\Windows\SysWOW64\SndVol.exe --- --- --- --- --- --- L:\Desc\Windows - RunDLL shortcuts.txt L:\Desc\Windows XP Run Commands and Shortcuts.txt Event Viewer %SystemRoot%\system32\eventvwr.msc /s %HOMEDRIVE%%HOMEPATH% C:\WINDOWS\system32\eventvwr.msc --- --- --- --- --- --- http://www.technipages.com/windows-7-vista-list-of-windows-shell-commands.html Windows 7/Vista: List of Windows Shell Commands Launch special Windows 7 or Vista folders using shell commands. You can run these straight from the Start Search box. (How can I launch them from VB ?) shell:AddNewProgramsFolder shell:Administrative Tools shell:AppData shell:AppUpdatesFolder shell:ChangeRemoveProgramsFolder shell:Common Administrative Tools shell:Common AppData shell:Common Desktop shell:Common Documents shell:CommonDownloads shell:CommonMusic shell:CommonPictures shell:Common Programs shell:Common Start Menu shell:Common Startup shell:Common Templates shell:CommonVideo shell:ConflictFolder shell:Contacts shell:ControlPanelFolder shell:Cookies shell:CredentialManager shell:CryptoKeys shell:Default Gadgets shell:Desktop shell:Downloads ... ... ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ ------------------------------------------------------------------------------