What Are Advanced System Settings
Advanced System Settings, also known as System Properties, is a Windows utility that provides access to system-level configurations not available in the main Settings app or the standard Control Panel. It is designed primarily for IT professionals, system administrators, and advanced users who need to fine‑tune hardware performance, manage user profiles, configure startup and recovery behavior, and adjust environment variables. Unlike the simplified interface of the modern Settings app, Advanced System Settings offers direct control over critical parameters that can significantly affect system stability and speed. This utility has been part of Windows for decades and remains a powerful tool for anyone who wants to push their system beyond the defaults.
The tool is divided into several tabs: Computer Name, Hardware, Advanced, System Protection, and Remote. Among these, the Advanced tab is the most important for performance tuning. It contains three key sections: Performance, User Profiles, and Startup and Recovery. Each section governs a different aspect of how Windows uses hardware resources, manages user data, and responds to failures. Understanding these settings allows you to customize your system for specific workloads, such as gaming, video editing, or server operations, without relying on third‑party optimization software.
How to Access Advanced System Settings
There are multiple ways to open Advanced System Settings, but the fastest method is using the Run dialog. Press Win + R, type SystemPropertiesAdvanced, and press Enter. This command directly opens the System Properties window with the Advanced tab selected. Alternatively, you can type sysdm.cpl in the Run dialog to open the same window. Both commands work on Windows 10 and Windows 11.
Other methods include navigating through the Control Panel. Open Control Panel, go to System and Security, select System, and then click Advanced System Settings on the left sidebar. You can also right‑click the Start button and choose System, then scroll down and click Advanced System Settings. In Windows 11, you can open Settings, go to System, click About, and then click Advanced System Settings under Related links. Whichever method you choose, the destination is the same classic dialog that has been a staple of Windows troubleshooting for years.

Here is a quick list of the most common access methods:
- Run dialog:
SystemPropertiesAdvanced - Run dialog:
sysdm.cpl - Control Panel > System and Security > System > Advanced System Settings
- Right‑click Start > System > Advanced System Settings
- Settings > System > About > Advanced System Settings (Windows 11)
- Search taskbar for “advanced system settings” and select the result
It is important to note that these settings are hidden from the default Settings interface. You must actively search for them or use the Run commands. This deliberate design ensures that casual users do not accidentally modify critical parameters, while still allowing experienced users to access them quickly. For more detailed instructions, you can refer to the official Microsoft documentation on system configuration tools.
Key Performance Settings in the Advanced Tab
Once inside the Advanced tab, you will see three main categories: Performance, User Profiles, and Startup and Recovery. The Performance section is the most relevant for optimizing speed and responsiveness. Clicking the Settings button under Performance opens a new window where you can adjust visual effects, processor scheduling, virtual memory, and Data Execution Prevention (DEP). Each of these settings directly impacts how Windows uses your CPU and RAM.
Visual effects include animations like fading menus, shadows, and transparency. While these effects make the interface look modern, they consume CPU cycles and memory. If you are using a system with limited resources, turning off some or all effects can free up processing power for applications. The Performance Options window offers four presets: Adjust for best appearance, Adjust for best performance, Let Windows choose what’s best for my computer, and Custom. Choosing “Adjust for best performance” disables all visual effects, which can noticeably speed up older or low‑end hardware.

Below is a table comparing the three main visual effect presets and their impact on performance:
| Preset | Visual Effects Enabled | Performance Impact |
|---|---|---|
| Adjust for best appearance | All animations, shadows, transparency | Higher CPU/RAM usage, smoother look |
| Adjust for best performance | None (all effects disabled) | Maximum responsiveness, minimal overhead |
| Custom | User selects specific effects | Balanced, can be fine‑tuned for specific needs |
Processor scheduling allows you to choose whether Windows prioritizes programs or background services. For a desktop used for gaming or productivity applications, selecting “Programs” will allocate more CPU time to the active window. If you run server software or background tasks, “Background services” may be more appropriate. Virtual memory, which we will discuss in detail next, is controlled under the same Performance window.
The User Profiles section lets you manage desktop environments for different accounts. You can create, delete, or move profiles. This is useful for organizations or multi‑user systems where you want to standardize settings or free up disk space. The Startup and Recovery section controls what happens when the system crashes or when multiple operating systems are installed. You can set the default OS, specify the time to display recovery options, and decide whether to write debugging information to a dump file. Properly configuring these options can help you diagnose crashes without losing data.
Optimizing Virtual Memory for Better Performance
Virtual memory is a technique where Windows uses a portion of your hard drive or SSD as an extension of physical RAM. This is known as the paging file. When your system runs low on RAM, it moves less‑frequently used data from memory to the paging file, freeing up RAM for active applications. The default setting allows Windows to automatically manage the paging file size, but for advanced users, manual control can yield performance benefits, especially if you have multiple drives or limited space on the system drive.

To change virtual memory settings, click the Settings button under Performance, navigate to the Advanced tab, and click Change under Virtual memory. Uncheck “Automatically manage paging file size for all drives.” Then you can select a custom size. As a rule of thumb, setting the initial and maximum size to 1.5 times your physical RAM is often recommended, but modern systems with large amounts of RAM may not need a large paging file. For example, if you have 16 GB of RAM, you might set the paging file to 3072 MB (3 GB) on a fast SSD. If you run memory‑intensive applications like video editing or virtual machines, a larger paging file can prevent out‑of‑memory errors.
If your system has multiple drives, moving the paging file to a drive that is not the system drive can reduce fragmentation and improve overall performance. You can also disable the paging file entirely if you have ample RAM and never experience memory pressure, but this is risky for systems that occasionally run large applications. Keep in mind that virtual memory is not a substitute for physical RAM; adding more RAM is always the better solution. However, optimizing the paging file is a free and effective tweak for many users.
Managing Startup and Recovery Options
Startup and Recovery settings are vital for system stability and debugging. In the Advanced tab, under Startup and Recovery, click Settings. Here you can define the default operating system if you have a multi‑boot setup, and you can set the time to display the list of operating systems (typically 30 seconds, but you can reduce it to 5 seconds to speed up boot). You can also disable automatic restart on system failure – a very useful option if Windows crashes during boot and goes into a endless restart loop. Instead, you can choose to write an event to the system log or create a small memory dump for analysis.
Memory dump options include Small memory dump (256 KB), Kernel memory dump, and Complete memory dump. For most users, Small memory dump is sufficient for diagnosing blue screens. If you are a developer or support technician, a Kernel dump can provide more data. Keep in mind that dump files take up space on your system drive, so you may want to periodically clean them. The default setting (Automatic memory dump) works well for most people, but tweaking these options can help you gather crash data without interfering with your workflow.

Environment Variables and Their Role
Another powerful feature accessible from Advanced System Settings is the Environment Variables button. Environment variables are dynamic values that affect how processes and applications behave. The most well‑known is the PATH variable, which tells Windows where to look for executable files when you type a command in the Command Prompt. By adding custom directories to the PATH, you can run your own scripts or third‑party tools without navigating to their folders. Other variables like TEMP and TMP define temporary file locations, which you can move to a faster drive to speed up operations.
To modify environment variables, click the Environment Variables button in the Advanced tab. You will see two sections: User variables (affecting only your account) and System variables (affecting all users). Be careful when editing system variables, as incorrect changes can break applications. For example, if you delete the default Path entry, many system commands will stop working. Always note the original values before making changes. Advanced users often use environment variables to manage development toolchains, set Java home directories, or configure cloud SDKs. This level of customization is one reason why Advanced System Settings is indispensable for power users.
Why These Settings Matter for Advanced Users
Advanced System Settings is not a tool for casual tweaking. Its settings can significantly alter system performance, stability, and security. For IT professionals, it is the go‑to place for troubleshooting boot failures, configuring multi‑user environments, and setting up reliable crash analysis. For gamers, adjusting visual effects and virtual memory can reduce lag and improve frame rates. For developers, environment variables and processor scheduling ensure that build tools run efficiently. Even simple changes like reducing the boot timeout or disabling visual effects can make a noticeable difference on a slow computer.
Furthermore, these settings allow you to override default behavior that may not suit your workflow. The ability to disable automatic restart on failure, for instance, can prevent data loss during a crash. The option to move the paging file to a faster drive can reduce disk thrashing. The choice between prioritizing programs or background services can make a multitasking system feel more responsive. While modern Windows is quite good at self‑optimization, there are still scenarios where human judgment outperforms automated algorithms. That is why Advanced System Settings remains a critical component for anyone who wants full control over their computer.

To deepen your understanding, you can explore additional resources such as the guide on how to access Advanced System Settings in Windows 10. This article provides step‑by‑step instructions and screenshots that complement the information here. Whether you are a seasoned professional or an enthusiast looking to squeeze more performance from your machine, mastering Advanced System Settings is a worthwhile investment of your time.
References
Microsoft Support. “System configuration tools in Windows.” Accessed 2025. https://support.microsoft.com/en-us/windows/system-configuration-tools-in-windows-f8a49657-b038-43b8-82d3-28bea0c5666b
TechBloat. “How to Get to Advanced System Settings in Windows 10.” Accessed 2025. https://www.techbloat.com/how-to-get-to-advanced-system-settings-in-windows-10.html
RDP Extra. “7 Ways to Open Advanced System Properties in Windows 10.” Accessed 2025. https://rdpextra.com/7-ways-to-open-advanced-system-properties-in-windows-10/
SoftwareOK. “Difference between advanced system settings and normal settings?” Accessed 2025. https://www.softwareok.com/?seite=faq-Windows-OS&faq=148
TechCommuters. “Advanced System Settings on Windows 11.” Accessed 2025. https://www.techcommuters.com/advanced-system-settings-on-windows-11/





