Wednesday, May 13, 2020

Shortcuts to Windows 10 (and other) settings

Windows

Sometimes it's easier to have a shortcut to some Windows 10 option directly from the desktop. Here's a list of all (well, some 😁) options... 

Update: Many of these (still / also) work in Windows 11!


Multiple ways

There are often multiple ways to access a feature / function / menu in Windows 10 / 11. Over time I ran into a few new ways to do things, and I've added those below.

Basically, you have two ways to do things:


Shortcuts

1. Use the RMB to create a shortcut on your desktop

2. Use something like the line below as the 'location':

ms-settings:xxxxxx

or 

control /name Microsoft.WindowsUpdate


Unless otherwise stated, all entries below are shortcuts.

 

Batch files

1. Create a batch file that contains one or more lines of code

2. Use the RMB to create a shortcut on your desktop to that batchfile

3. In the list below, these entries will look something like this:

- Windows Update History - windows_updatehistory.bat

start ms-settings:windowsupdate-history
exit


Old control panel

- Control Panel - C:\Windows\System32\control.exe panel



New control panel (10 / 11)

Not all of these may work, depending on the hardware platform and version of Windows. I'll add more as I need them.


Home

- Settings home page - ms-settings:

 

System

- Display - ms-settings:display

- Notifications & actions - ms-settings:notifications

- Power & sleep - ms-settings:powersleep

- Battery - ms-settings:batterysaver

- Battery usage by app - ms-settings:batterysaver-usagedetails

- Storage - ms-settings:storagesense

- Tablet mode - ms-settings:tabletmode

- Multitasking - ms-settings:multitasking

- Projecting to this PC - ms-settings:project

- Shared experiences - ms-settings:crossdevice

- About - ms-settings:about

 

Devices

- Bluetooth & other devices - ms-settings:bluetooth

- Printers & scanners - ms-settings:printers

- Mouse - ms-settings:mousetouchpad

- Touchpad - ms-settings:devices-touchpad

- Typing - ms-settings:typing

- Pen & Windows Ink - ms-settings:pen

- AutoPlay - ms-settings:autoplay

- USB - ms-settings:usb

 

Network & Internet

- Status - ms-settings:network-status

- Cellular & SIM - ms-settings:network-cellular

- Wi-Fi - ms-settings:network-wifi

- Manage known networks - ms-settings:network-wifisettings

- Ethernet - ms-settings:network-ethernet

- Dial-up - ms-settings:network-dialup

- VPN - ms-settings:network-vpn

- Airplane mode - ms-settings:network-airplanemode

- Mobile hotspot - ms-settings:network-mobilehotspot

- Data usage - ms-settings:datausage

- Proxy - ms-settings:network-proxy


Personalization

- Background - ms-settings:personalization-background

- Colors - ms-settings:colors

- Lock screen - ms-settings:lockscreen

- Themes - ms-settings:themes

- Start - ms-settings:personalization-start

- Taskbar - ms-settings:taskbar


Apps

- Apps & features - ms-settings:appsfeatures

- Manage optional features - ms-settings:optionalfeatures

- Default apps - ms-settings:defaultapps

- Offline maps - ms-settings:maps

- Apps for websites - ms-settings:appsforwebsites



Accounts

- Your info - ms-settings:yourinfo

- Email & app - accounts ms-settings:emailandaccounts

- Sign-in options - ms-settings:signinoptions

- Access work or school - ms-settings:workplace

- Family & other people - ms-settings:otherusers

- Sync your settings - ms-settings:sync


Time & language

- Date & time - ms-settings:dateandtime

- Region & language - ms-settings:regionlanguage

- Speech - ms-settings:speech


Gaming

- Game bar - ms-settings:gaming-gamebar

- Game DVR - ms-settings:gaming-gamedvr

- Broadcasting - ms-settings:gaming-broadcasting

- Game Mode - ms-settings:gaming-gamemode



Ease of Access

- Narrator - ms-settings:easeofaccess-narrator

- Magnifier - ms-settings:easeofaccess-magnifier

- High contrast - ms-settings:easeofaccess-highcontrast

- Closed captions - ms-settings:easeofaccess-closedcaptioning

- Keyboard - ms-settings:easeofaccess-keyboard

- Mouse - ms-settings:easeofaccess-mouse

- Other options - ms-settings:easeofaccess-otheroptions



Privacy

- General - ms-settings:privacy

- Location - ms-settings:privacy-location

- Camera - ms-settings:privacy-webcam

- Microphone - ms-settings:privacy-microphone

- Notifications - ms-settings:privacy-notifications

- Speech, inking, typing - ms-settings:privacy-speechtyping

- Account info - ms-settings:privacy-accountinfo

- Contacts - ms-settings:privacy-contacts

- Calendar - ms-settings:privacy-calendar

- Call history - ms-settings:privacy-callhistory

- Email - ms-settings:privacy-email

- Tasks - ms-settings:privacy-tasks

- Messaging - ms-settings:privacy-messaging

- Radios - ms-settings:privacy-radios

- Other devices - ms-settings:privacy-customdevices

- Feedback & diagnostics - ms-settings:privacy-feedback

- Background apps - ms-settings:privacy-backgroundapps

- App diagnostics - ms-settings:privacy-appdiagnostics



Update & security

- Windows Update - ms-settings:windowsupdate

- Windows Update - control /name Microsoft.WindowsUpdate

- Windows Update History - c:\software\batch\windows_updatehistory.bat

start ms-settings:windowsupdate-history
exit

 - Check for updates - ms-settings:windowsupdate-action

- Update history - ms-settings:windowsupdate-history

- Restart options - ms-settings:windowsupdate-restartoptions

- Advanced options - ms-settings:windowsupdate-options

- Windows Defender - ms-settings:windowsdefender

- Backup - ms-settings:backup

- Troubleshoot - ms-settings:troubleshoot

- Recovery - ms-settings:recovery

- Activation - ms-settings:activation

- Find My Device - ms-settings:findmydevice

- For developers - ms-settings:developers

- Windows Insider Program - ms-settings:windowsinsider


Mixed reality

- Mixed reality - ms-settings:holographic

- Audio and speech - ms-settings:holographic-audio



Additional shortcuts

- Control Panel - C:\Windows\System32\control.exe panel

- Computer Management - %windir%\system32\compmgmt.msc /s

- Disk Management - C:\Windows\System32\diskmgmt.msc

- Startup folder for user - %appdata%\Microsoft\Windows\Start Menu\Programs\Startup

- Startup folder for all users - %ProgramData%\Microsoft\Windows\Start Menu\Programs\StartUp

- All applications - C:\Windows\explorer.exe shell:AppsFolder

Some websites claim that simply creating a link to

shell:AppsFolder

...should be enough, but on all my machines I needed the whole shebang. In other words:

C:\Windows\explorer.exe shell:AppsFolder


Other related stuff

- If you need to rebuild the icon cache try this

- If Windows 10 forgets the icon positions try this

How to put a shortcut to a batch file on the task bar 


No comments:

Post a Comment