Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade
The "ms-settings" URI scheme is a powerful feature in Windows that allows users to access various settings directly through commands. This can be particularly useful for system administrators, IT professionals, and power users who need to quickly navigate to specific settings without going through multiple menus. The ms-settings commands can be executed from the Run dialog, Command Prompt, or PowerShell, making it a versatile tool in the Windows environment.
Examples:
Accessing Display Settings via Run Dialog:
Win + R
to open the Run dialog.ms-settings:display
and press Enter.Opening Network & Internet Settings via Command Prompt:
cmd
in the Start menu search and pressing Enter.start ms-settings:network
and press Enter.Using PowerShell to Open Bluetooth Settings:
powershell
in the Start menu search and pressing Enter.Start-Process "ms-settings:bluetooth"
and press Enter.Creating a Desktop Shortcut for System Settings:
New > Shortcut
.ms-settings:system
and click Next
.Finish
.List of Common ms-settings URIs:
ms-settings:windowsupdate
: Opens Windows Update settings.ms-settings:privacy-location
: Opens Location privacy settings.ms-settings:time-language
: Opens Time & Language settings.ms-settings:appsfeatures
: Opens Apps & features settings.ms-settings:personalization-background
: Opens Background personalization settings.