Sure! Here's the list with headings bolded for clarity:
### **System Settings**
- **About**:
```
ms-settings:about
```
- **Bluetooth**:
```
ms-settings:bluetooth
```
- **Display Settings**:
```
ms-settings:display
```
- **Network & Internet**:
```
ms-settings:network
```
- **Personalization**:
```
ms-settings:personalization
```
- **Power & Sleep**:
```
ms-settings:powersleep
```
- **Privacy Settings**:
```
ms-settings:privacy
```
- **System**:
```
ms-settings:system
```
- **Time & Language**:
```
ms-settings:timelanguage
```
- **Update & Security**:
```
ms-settings:windowsupdate
```
- **Ease of Access**:
```
ms-settings:easeofaccess
```
### **Control Panel Applets**
- **Control Panel**:
```
control
```
- **Add or Remove Programs**:
```
appwiz.cpl
```
- **Administrative Tools**:
```
control admintools
```
- **AutoPlay**:
```
control /name Microsoft.AutoPlay
```
- **BitLocker Drive Encryption**:
```
control /name Microsoft.BitLockerDriveEncryption
```
- **Date and Time**:
```
timedate.cpl
```
- **Devices and Printers**:
```
control printers
```
- **Ease of Access Center**:
```
control /name Microsoft.EaseOfAccessCenter
```
- **File Explorer Options**:
```
control folders
```
- **Fonts**:
```
control fonts
```
- **Internet Properties**:
```
inetcpl.cpl
```
- **Keyboard**:
```
control keyboard
```
- **Mouse**:
```
control mouse
```
- **Network and Sharing Center**:
```
control netconnections
```
- **Power Options**:
```
powercfg.cpl
```
- **Programs and Features**:
```
appwiz.cpl
```
- **Region**:
```
intl.cpl
```
- **Sound**:
```
mmsys.cpl
```
- **System**:
```
control /name Microsoft.System
```
- **Troubleshooting**:
```
control /name Microsoft.Troubleshooting
```
- **User Accounts**:
```
control /name Microsoft.UserAccounts
```
- **Windows Defender Firewall**:
```
firewall.cpl
```
### **Administrative Tools and System Utilities**
- **Computer Management**:
```
compmgmt.msc
```
- **Device Manager**:
```
devmgmt.msc
```
- **Disk Management**:
```
diskmgmt.msc
```
- **Event Viewer**:
```
eventvwr.msc
```
- **Local Group Policy Editor**:
```
gpedit.msc
```
- **Performance Monitor**:
```
perfmon.msc
```
- **Registry Editor**:
```
regedit
```
- **Services**:
```
services.msc
```
- **System Configuration (MSConfig)**:
```
msconfig
```
- **Task Manager**:
```
taskmgr
```
- **Windows Memory Diagnostic**:
```
MdSched
```
To view your system specifications using the **Windows + R** shortcut, follow these steps:
1. **Press Windows + R** on your keyboard to open the "Run" dialog box.
2. In the dialog box, type one of the following commands based on what you want to view:
- **For system information**:
Type `msinfo32` and press **Enter**.
This will open the "System Information" window, where you can view details like the processor, RAM, and system model.
- **For DirectX diagnostic (includes display details)**:
Type `dxdiag` and press **Enter**.
The DirectX Diagnostic Tool will open, showing information about your system, including display, sound, and input device details.
Let me know if you need any more specific information!
Windows Environment Variables Command Win + R and CMD etc...
**Systempropertiesadvanced**
The `SystemPropertiesAdvanced` command in Windows opens the **Advanced System Properties** dialog, a powerful tool for configuring and optimizing system-level settings on a Windows computer. Here’s a breakdown of its key features:
1. **Performance Settings**: This section allows users to adjust visual effects, processor scheduling, memory usage, and virtual memory, which can enhance performance based on specific use cases, such as prioritizing background services or applications.
2. **User Profiles**: Users can manage profiles for different accounts on the system, customizing settings that are specific to each user, like desktop settings and installed applications.
3. **Startup and Recovery**: Here, users can set default operating system boot options, specify actions for system failure, and manage debugging information settings.
4. **Environment Variables**: This is where users can edit system and user environment variables, like the system path. It’s essential for configuring paths to system executables or custom applications.
The `SystemPropertiesAdvanced` command is accessible via the **Run** dialog (`Win + R`) by typing `SystemPropertiesAdvanced` and pressing Enter. It offers quick access to configurations that power users or administrators often use to customize and optimize the system.
Here are some useful **Win + R (Run Command) tips and tricks** to navigate Windows more efficiently through the Run dialog. These shortcuts can help you quickly access tools, settings, and hidden features.
### 1. **Basic Shortcuts**
- **`winver`** – Displays your Windows version.
- **`msinfo32`** – Opens System Information, showing hardware and software details.
- **`dxdiag`** – DirectX Diagnostic Tool for troubleshooting graphics, sound, and DirectX issues.
- **`services.msc`** – Opens Services, where you can start, stop, or configure Windows services.
- **`devmgmt.msc`** – Device Manager, to view and manage hardware devices.
### 2. **File Explorer Navigation**
- **`.` (dot)** – Opens your **user profile** folder.
- **`..`** – Opens the **Users** directory.
- **`/`** – Opens the root of your system drive, typically `C:\`.
- **`%USERPROFILE%`** – Directs to the active user’s profile folder.
- **`%APPDATA%`** – Opens the Roaming AppData folder, often used for application settings.
- **`%LOCALAPPDATA%`** – Opens Local AppData, for user-specific app data that doesn’t roam.
### 3. **System Control Panel Shortcuts**
- **`control`** – Opens the Control Panel.
- **`control printers`** – Opens Devices and Printers.
- **`control /name Microsoft.Troubleshooting`** – Opens Troubleshooting settings.
- **`control userpasswords2`** – Advanced User Accounts settings.
- **`ncpa.cpl`** – Opens Network Connections.
### 4. **Quick System Tools**
- **`compmgmt.msc`** – Opens Computer Management (includes Event Viewer, Disk Management, etc.).
- **`cleanmgr`** – Opens Disk Cleanup to remove temporary files.
- **`perfmon`** – Performance Monitor for detailed performance reports.
- **`powercfg.cpl`** – Power Options to manage power plans.
- **`resmon`** – Opens Resource Monitor for real-time resource usage tracking.
### 5. **Advanced Task Management**
- **`taskmgr`** – Directly opens Task Manager.
- **`cmd`** – Launches Command Prompt.
- **`powershell`** – Opens PowerShell, useful for scripting and system management.
- **`shutdown /s /f /t 0`** – Shuts down the computer immediately.
- **`shutdown /r /f /t 0`** – Restarts the computer immediately.
### 6. **Other Handy Utilities**
- **`magnify`** – Opens the magnifier for accessibility.
- **`osk`** – Opens the On-Screen Keyboard.
- **`snippingtool`** or **`snip`** (Windows 10+) – Opens Snipping Tool for screenshots.
- **`msconfig`** – System Configuration for startup options and boot settings.
- **`optionalfeatures`** – Opens Windows Features to enable or disable Windows components.
### 7. **Personal Customization**
- **Add frequently used paths**: Open Run (`Win + R`) and type paths to folders you visit often. This saves time by quickly accessing them without browsing through the File Explorer.
The Win + R keyboard shortcut in Windows opens the Run dialog box, which allows you to quickly execute commands, launch programs, open system utilities, and access various settings.
Common Commands for Win + R
Here’s a list of useful commands you can type after pressing Win + R:
Basic System Utilities
cmd
- Open the Command Prompt.powershell
- Launch PowerShell.control
- Open the Control Panel.explorer
- Open File Explorer.taskmgr
- Open Task Manager.msconfig
- Open System Configuration.
System Settings
appwiz.cpl
- Open Programs and Features (Uninstall Programs).desk.cpl
- Open Display Settings.sysdm.cpl
- Open System Properties.inetcpl.cpl
- Open Internet Options.
Disk and Storage Management
diskmgmt.msc
- Open Disk Management.compmgmt.msc
- Open Computer Management.cleanmgr
- Launch Disk Cleanup.
Network Settings
ncpa.cpl
- Open Network Connections.cmd /k ipconfig
- Open Command Prompt withipconfig
pre-run to view network details.wf.msc
- Open Windows Firewall with Advanced Security.
Other Tools
services.msc
- Open the Services Manager.regedit
- Open the Registry Editor.notepad
- Open Notepad.eventvwr
- Open Event Viewer.dxdiag
- Open DirectX Diagnostic Tool.
Customizing with Win + R
You can also:
- Create shortcuts to specific applications or scripts and place them in a directory in the system’s PATH (e.g.,
C:\Windows\System32
). - Type the name of the shortcut file to execute it via Win + R.
Do you need help with a specific command or utility?
Experiment with these commands and tailor them to your workflow!
These commands provide quick access to a wide range of settings and tools in Windows, making system management more efficient.
Comments
Post a Comment