Win+R Shortcuts: Difference between revisions

From Lucca's Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 4: Line 4:


Open legacy volume mixer
Open legacy volume mixer
sndvol
<code>sndvol</code>


Open legacy network & sharing center
Open legacy network & sharing center
ncpa.cpl
<code>ncpa.cpl</code>


Open legacy add or remove programs
Open legacy add or remove programs
appwiz.cpl
<code>appwiz.cpl</code>


Open admin tools menu
Open admin tools menu
control admintools
<code>control admintools</code>


Open bluetooth devices menu
Open bluetooth devices menu
Line 22: Line 22:


Open Personalization settings
Open Personalization settings
control desktop
<code>control desktop</code>


Open Legacy Device & Printer settings
Open Legacy Device & Printer settings
control /name Microsoft.Printers
<code>control /name Microsoft.Printers</code>


Open Screen Resolution Settings
Open Screen Resolution Settings
desk.cpl
<code>desk.cpl</code>


Open taskbar settings
Open taskbar settings
control /name microsoft.taskbar
<code>control /name microsoft.taskbar</code>


Open user accounts and passwords
Open user accounts and passwords
control userpasswords
<code>control userpasswords</code>


Open user accounts (netplwiz)
Open user accounts (netplwiz)
netplwiz
<code>netplwiz</code>


Open firewall
Open firewall
firewall.cpl
<code>firewall.cpl</code>


Open windows firewall with advanced security [admin prompt]
Open windows firewall with advanced security [admin prompt]
wf.msc
<code>wf.msc</code>


Open windows security
Open windows security
wscui.cpl
<code>wscui.cpl</code>


Open Device Manager [admin to do anything]
Open Device Manager [needs admin to write, read only works as regular user]
devmgmt.msc
<code>devmgmt.msc</code>


Open Legacy Mouse Settings
Open Legacy Mouse Settings
main.cpl
<code>main.cpl</code>


Open Legacy Keyboard Settings (set repeat delay to short & repeat rate to fast its very nice)
Open Legacy Keyboard Settings (set repeat delay to short & repeat rate to fast its very nice)
control keyboard
<code>control keyboard</code>


Open Power Options
Open Power Options
powercfg.cpl
<code>powercfg.cpl</code>


Open Language and Region Options
Open Language and Region Options
intl.cpl
<code>intl.cpl</code>


Open Scanners and Cameras
Open Scanners and Cameras
control sticpl.cpl
<code>control sticpl.cpl</code>


Open System / System Properties [admin prompt]
Open System / System Properties [admin prompt]
control sysdm.cpl
<code>control sysdm.cpl</code>


Open Windows Update [admin to do anything]
Open Windows Update [admin to do anything]
control /name Microsoft.WindowsUpdate  
<code>control /name Microsoft.WindowsUpdate</code>


Open all control panel items at once "god mode"
Open all control panel items at once "god mode"
explorer.exe shell:::{ED7BA470-8E54-465E-825C-99712043E01C}
<code>explorer.exe shell:::{ED7BA470-8E54-465E-825C-99712043E01C}</code>


Open Bitlocker Control Panel [admin to do anything]
Open Bitlocker Control Panel [admin to do anything]
control /name Microsoft.BitLockerDriveEncryption
<code>control /name Microsoft.BitLockerDriveEncryption</code>


Open File Explorer options
Open File Explorer options
control folders
<code>control folders</code>


Windows Firewall Allowed Apps
Windows Firewall Allowed Apps
explorer shell:::{4026492F-2F69-46B8-B9BF-5654FC07E423} - Microsoft.WindowsFirewall\pageConfigureApps
<code>explorer shell:::{4026492F-2F69-46B8-B9BF-5654FC07E423} - Microsoft.WindowsFirewall\pageConfigureApps</code>


Windows Optional Features [admin prompt]
Windows Optional Features [admin prompt]
OptionalFeatures
<code>OptionalFeatures</code>


Open Services
Open Services
services.msc
<code>services.msc</code>


Open RDP Client
Open RDP Client
mstsc
<code>mstsc</code>

Revision as of 14:09, 25 March 2024

Open legacy sound control panel

mmsys.cpl

Open legacy volume mixer sndvol

Open legacy network & sharing center ncpa.cpl

Open legacy add or remove programs appwiz.cpl

Open admin tools menu control admintools

Open bluetooth devices menu bthprops.cpl

Open tablet pc settings tabletpc.cpl

Open Personalization settings control desktop

Open Legacy Device & Printer settings control /name Microsoft.Printers

Open Screen Resolution Settings desk.cpl

Open taskbar settings control /name microsoft.taskbar

Open user accounts and passwords control userpasswords

Open user accounts (netplwiz) netplwiz

Open firewall firewall.cpl

Open windows firewall with advanced security [admin prompt] wf.msc

Open windows security wscui.cpl

Open Device Manager [needs admin to write, read only works as regular user] devmgmt.msc

Open Legacy Mouse Settings main.cpl

Open Legacy Keyboard Settings (set repeat delay to short & repeat rate to fast its very nice) control keyboard

Open Power Options powercfg.cpl

Open Language and Region Options intl.cpl

Open Scanners and Cameras control sticpl.cpl

Open System / System Properties [admin prompt] control sysdm.cpl

Open Windows Update [admin to do anything] control /name Microsoft.WindowsUpdate

Open all control panel items at once "god mode" explorer.exe shell:::{ED7BA470-8E54-465E-825C-99712043E01C}

Open Bitlocker Control Panel [admin to do anything] control /name Microsoft.BitLockerDriveEncryption

Open File Explorer options control folders

Windows Firewall Allowed Apps explorer shell:::{4026492F-2F69-46B8-B9BF-5654FC07E423} - Microsoft.WindowsFirewall\pageConfigureApps

Windows Optional Features [admin prompt] OptionalFeatures

Open Services services.msc

Open RDP Client mstsc