{"id":8011,"date":"2025-08-14T09:18:20","date_gmt":"2025-08-14T09:18:20","guid":{"rendered":"https:\/\/www.glarysoft.com\/how-to\/12-essential-windows-system-tool-customization-tips-every-windows-user-should-know\/"},"modified":"2025-08-14T09:18:20","modified_gmt":"2025-08-14T09:18:20","slug":"12-essential-windows-system-tool-customization-tips-every-windows-user-should-know","status":"publish","type":"post","link":"https:\/\/www.glarysoft.com\/how-to\/12-essential-windows-system-tool-customization-tips-every-windows-user-should-know\/","title":{"rendered":"12 Essential Windows system tool customization Tips Every Windows User Should Know"},"content":{"rendered":"<p>Windows is packed with powerful system tools that are more capable than most users realize. With a few targeted customizations, these tools can surface the right data faster, automate routine maintenance, and reduce troubleshooting time. The following 12 tips focus on practical, intermediate-level adjustments used by professionals to keep systems responsive and predictable.<\/p>\n<p>1) How can Task Manager be customized to surface the real bottlenecks?<br \/>\nTask Manager is more than a process killer; configured well, it becomes a performance triage board.<\/p>\n<p>Steps<br \/>\n1. Open Task Manager (Ctrl+Shift+Esc). In Windows 11, select Settings in the left rail.<br \/>\n2. Set Default start page to Processes or Performance, depending on how you diagnose.<br \/>\n3. Turn on Always on top to keep it visible during reproductions.<br \/>\n4. In Processes, right-click a column header and enable: Power usage, Power usage trend, GPU engine, Disk I\/O, and Command line. These help spot background updaters, GPU-bound tabs, and services.<br \/>\n5. In Details, right-click a column header and add I\/O read bytes, I\/O write bytes, and CPU time. Then choose Select columns and check Elevated to see which apps run as admin.<br \/>\n6. In Startup, sort by Startup impact and Last BIOS time to spot slow boot contributors. Disable non-critical items with High impact.<\/p>\n<p>Real-world example<br \/>\nA laptop feels hot and the fan runs constantly while browsing. Add Power usage trend and GPU engine columns, sort by Power usage trend, and identify a browser tab\u2019s GPU subprocess pegging the GPU. Ending just that process cools the system without killing the whole browser.<\/p>\n<p>Glary Utilities tie-in<br \/>\nGlary Utilities complements Task Manager by offering a Startup Manager with delayed start and impact ratings, letting you reduce boot time without removing an app entirely.<\/p>\n<p>2) How do you create a high-signal Event Viewer Custom View?<br \/>\nEvent Viewer is noisy by default. Custom Views filter for what matters.<\/p>\n<p>Steps<br \/>\n1. Press Win+R, type eventvwr.msc, Enter.<br \/>\n2. Right-click Custom Views, select Create Custom View.<br \/>\n3. Set Logged to Last 7 days, Level to Critical, Error, Warning.<br \/>\n4. Check Windows Logs: System and Application.<br \/>\n5. In Event sources, select disk, diskio, Ntfs, Service Control Manager, Kernel-Power, DistributedCOM. Add application-specific sources you care about.<br \/>\n6. Click XML tab and check Edit query manually for fine-tuning later, then Save as \u201cCore System Issues\u201d.<br \/>\n7. Right-click your new view, choose Export Custom View to reuse it across machines.<\/p>\n<p>Pro tip<br \/>\nAdd a second view for \u201cBoot Degradation\u201d focusing on Event ID 100\u2013199 (Diagnostics-Performance) to analyze slow boots.<\/p>\n<p>3) How do you build reusable Performance Monitor views and Data Collector Sets?<br \/>\nPerformance Monitor (perfmon) gives structured time-series data that survives reboots and can be reviewed later.<\/p>\n<p>Steps: Create a live view<br \/>\n1. Press Win+R, type perfmon, Enter.<br \/>\n2. Click Performance Monitor, then the green plus button.<br \/>\n3. Add counters:<br \/>\n   &#8211; Processor(_Total)\\% Processor Time<br \/>\n   &#8211; Memory\\Available MBytes<br \/>\n   &#8211; PhysicalDisk(_Total)\\Avg. Disk Queue Length<br \/>\n   &#8211; LogicalDisk(_Total)\\% Free Space<br \/>\n   &#8211; Network Interface(*)\\Bytes Total\/sec<br \/>\n4. Right-click the graph, choose Properties, set Sample every to 2 seconds and View to Report for exact numbers.<br \/>\n5. Right-click the graph, Save Data as a .htm or .csv report for snapshots.<\/p>\n<p>Steps: Create a Data Collector Set<br \/>\n1. In Data Collector Sets, right-click User Defined, New, Data Collector Set.<br \/>\n2. Name it \u201cBaseline \u2013 Weekly\u201d, Create manually, Next.<br \/>\n3. Choose Performance counter, Next, Add the counters above, set Sample interval to 15 seconds.<br \/>\n4. Choose a log location on a data drive (e.g., D:\\PerfLogs).<br \/>\n5. Set Run as to a dedicated \u201cPerfLog\u201d local admin account if available.<br \/>\n6. After creation, right-click the set, choose Properties, Stop Condition: Overall duration 2 hours.<br \/>\n7. Right-click, Start to run on-demand or schedule it via Task Scheduler.<\/p>\n<p>Real-world example<br \/>\nA workstation stutters when syncing cloud files. The log shows Disk Queue Length spikes correlating with Network Interface bursts, pointing to large sync batches saturating disk I\/O. Throttling the sync app during work hours resolves it.<\/p>\n<p>4) What Resource Monitor filters make disk and network troubleshooting faster?<br \/>\nResource Monitor (resmon) exposes per-file and per-connection insights that Task Manager can\u2019t.<\/p>\n<p>Steps<br \/>\n1. Press Win+R, type resmon, Enter.<br \/>\n2. CPU tab: Right-click a process and choose Analyze Wait Chain to find blocking parent processes.<br \/>\n3. Disk tab: Check Disk Activity, click a suspected process to filter I\/O to just that app and see exactly which files are slow.<br \/>\n4. Network tab: Sort by Send (B\/sec) or Receive (B\/sec), then expand TCP Connections to find remote endpoints and latency.<br \/>\n5. Memory tab: Watch Hard faults\/sec while reproducing a slow scenario; frequent faults suggest memory pressure.<\/p>\n<p>Real-world example<br \/>\nStreaming stutters while a backup runs. Disk tab shows the backup holding open a large .vhdx file with high write I\/O. Scheduling the backup outside active hours fixes the stream.<\/p>\n<p>5) How do you control startup safely using Autoruns and Glary Utilities?<br \/>\nBoot slowness is often caused by overly eager updaters and shell extensions.<\/p>\n<p>Autoruns (Sysinternals) steps<br \/>\n1. Download Autoruns from Microsoft and run as admin.<br \/>\n2. Options menu: Check Hide Microsoft entries and Verify code signatures.<br \/>\n3. Ctrl+F for \u201cError\u201d or \u201cFile not found\u201d to spot broken entries; uncheck them to disable.<br \/>\n4. Review Logon, Scheduled Tasks, Services, Drivers, Explorer tabs. Uncheck non-essential items from trusted vendors to test impact.<br \/>\n5. Right-click an item, Jump to Entry to see its registry path or file location.<\/p>\n<p><a href=\"https:\/\/www.glarysoft.com\">Glary Utilities<\/a> steps<br \/>\n1. Open Glary Utilities, go to Startup Manager.<br \/>\n2. Review the list with vendor, rating, and boot impact.<br \/>\n3. Use Delay to postpone heavy apps by 30\u2013120 seconds, smoothing the login storm without disabling the feature entirely.<br \/>\n4. Use the Scheduled Tasks view to spot hidden updaters that don\u2019t appear in Startup.<\/p>\n<p>6) How do you schedule low-impact health checks with Task Scheduler?<br \/>\nAutomating diagnostics ensures issues surface before users notice them.<\/p>\n<p>Create a DISM health scan task<br \/>\n1. Press Win+R, type taskschd.msc, Enter.<br \/>\n2. Action: Create Task.<br \/>\n3. General: Name \u201cWeekly DISM Scan\u201d, check Run with highest privileges.<br \/>\n4. Triggers: New, Weekly, choose day\/time when the machine is on but idle.<br \/>\n5. Conditions: Check Start the task only if the computer is idle and Stop if the computer ceases to be idle; Power tab: Start only if on AC power (laptops).<br \/>\n6. Actions: New, Program\/script: dism, Arguments: \/Online \/Cleanup-Image \/ScanHealth<br \/>\n7. OK to save. Monitor History tab for results.<\/p>\n<p>Glary Utilities alternative<br \/>\nGlary Utilities can schedule 1-Click Maintenance to run Disk Cleaner, Registry Cleaner, Shortcut Fixer, and Spyware Remover during idle time. Configure exclusions for developer folders and large working directories to avoid deleting useful caches.<\/p>\n<p>7) How do you tame Services without breaking dependencies?<br \/>\nServices can be tuned, but changes must respect dependencies and vendor guidance.<\/p>\n<p>Steps<br \/>\n1. Press Win+R, type services.msc, Enter.<br \/>\n2. View menu: Add columns for PID and Description; sort by Startup Type and Status.<br \/>\n3. For third-party services you understand, double-click and set Startup type to Automatic (Delayed Start) to reduce boot contention.<br \/>\n4. Recovery tab: Set First failure and Second failure to Restart the Service for resilient, non-critical services.<br \/>\n5. Dependencies tab: Confirm no essential components rely on the service before changing it.<br \/>\n6. To analyze per-service usage, note the PID and match it in Task Manager\u2019s Details tab to see CPU\/RAM.<\/p>\n<p>Real-world example<br \/>\nA printer helper service consumes CPU during login. Setting it to Automatic (Delayed Start) defers initialization until after the desktop is responsive, improving perceived startup time without losing functionality.<\/p>\n<p>8) How do you create a one-stop admin console with MMC?<br \/>\nThe Microsoft Management Console can combine your most-used snap-ins into one window.<\/p>\n<p>Steps<br \/>\n1. Press Win+R, type mmc, Enter.<br \/>\n2. File, Add\/Remove Snap-in.<br \/>\n3. Add: Event Viewer, Services, Device Manager, Task Scheduler, Performance Monitor.<br \/>\n4. Arrange panes under Console Root for quick access.<br \/>\n5. File, Options, set Console mode to User mode \u2013 full access to allow basic navigation without editing structure.<br \/>\n6. File, Save As, name it AdminTools.msc and store it in a tools folder or pin it to Start\/Taskbar.<\/p>\n<p>Benefit<br \/>\nA single console reduces context switching and preserves your preferred ordering and views.<\/p>\n<p>9) How do you make Windows Terminal and PowerShell work your way?<br \/>\nCustomizing the shell boosts speed and consistency in administrative tasks.<\/p>\n<p>Windows Terminal steps<br \/>\n1. Open Windows Terminal, Ctrl+, to open Settings.<br \/>\n2. Set Default profile to PowerShell 7 (install from Microsoft Store if not present).<br \/>\n3. Appearance: Choose a high-contrast color scheme, enable Acrylic with 10\u201315% opacity, and set Font face to a developer-friendly font like Cascadia Mono.<br \/>\n4. Profiles: For PowerShell, set Starting directory to %USERPROFILE% or a work folder.<br \/>\n5. Actions: Add a key binding to split panes, e.g., { &#8220;command&#8221;: &#8220;splitPane&#8221;, &#8220;keys&#8221;: &#8220;alt+-&#8221; }.<\/p>\n<p>PowerShell profile steps<br \/>\n1. In Terminal\u2019s PowerShell, run:<br \/>\n   if (!(Test-Path $PROFILE)) { New-Item -Type File -Path $PROFILE -Force }<br \/>\n2. Open the profile file:<br \/>\n   notepad $PROFILE<br \/>\n3. Add:<br \/>\n   Set-PSReadLineOption -PredictionSource HistoryAndPlugin<br \/>\n   Set-PSReadLineOption -EditMode Windows<br \/>\n   Import-Module PSReadLine<br \/>\n   function prompt { &#8220;PS &#8221; + $(Get-Location) + &#8220;&gt; &#8221; }<br \/>\n4. Save and restart Terminal to apply.<\/p>\n<p>Result<br \/>\nYou get command prediction, consistent prompts, and quick pane management for multitasking.<\/p>\n<p>10) How do you tune Storage Sense and complement it with <a href=\"https:\/\/www.glarysoft.com\">Glary Utilities<\/a>?<br \/>\nStorage hygiene prevents slowdowns and frees SSD space.<\/p>\n<p>Storage Sense steps<br \/>\n1. Settings &gt; System &gt; Storage, turn on Storage Sense.<br \/>\n2. Configure cleanup schedule: Every week or Every month for most systems.<br \/>\n3. Temporary files: Check Delete temporary files that apps aren\u2019t using.<br \/>\n4. Downloads: Choose 30 or 60 days retention only if Downloads is not used as a working directory.<br \/>\n5. Cloud content: Enable content to become online-only after 30\u201360 days for OneDrive-backed files.<br \/>\n6. Click Run Storage Sense now after major updates or software removals.<\/p>\n<p>Glary Utilities enhancements<br \/>\n&#8211; Disk Cleaner removes residual app caches more thoroughly and allows folder-level exclusions.<br \/>\n&#8211; Duplicate Files Finder identifies large duplicates across drives with hash-based scanning.<br \/>\n&#8211; Disk Space Analyzer visualizes space usage to target large, forgotten folders.<br \/>\n&#8211; Scheduler automates cleanups, and you can set safe lists to preserve archives and dev caches.<\/p>\n<p>11) How do you declutter File Explorer and the right-click menu?<br \/>\nCleaner navigation means fewer clicks and fewer shell extension conflicts.<\/p>\n<p>File Explorer steps<br \/>\n1. Open any folder, View: enable Details, enable File name extensions and Hidden items.<br \/>\n2. Options (three dots &gt; Options):<br \/>\n   &#8211; General tab: Clear File Explorer history to reset Quick Access clutter.<br \/>\n   &#8211; View tab: Uncheck Hide extensions for known file types; check Show encrypted or compressed NTFS files in color for quick visual cues.<br \/>\n3. Pin frequently used folders to Quick Access; unpin noisy ones.<br \/>\n4. Customize Send to: Press Win+R, type shell:sendto, add or remove shortcuts for destinations you actually use.<\/p>\n<p>Context menu cleanup with Glary Utilities<br \/>\n1. Open Glary Utilities, Tools, Context Menu Manager.<br \/>\n2. Disable non-essential shell extensions, especially entries that duplicate existing options or come from outdated software.<br \/>\n3. Test by right-clicking files of different types to ensure critical options remain.<\/p>\n<p>12) How do you use Reliability Monitor as a high-level health dashboard?<br \/>\nReliability Monitor condenses critical events, app failures, and driver crashes into a daily stability score.<\/p>\n<p>Steps<br \/>\n1. Press Win+R, type perfmon \/rel, Enter.<br \/>\n2. Use the timeline to spot days with red X icons. Click a day to list Critical events, Warnings, and Information.<br \/>\n3. View technical details on recurring Application Failures to identify a bad add-in or plugin.<br \/>\n4. Check Windows Failures for hardware or driver issues, such as LiveKernelEvent events that often point to GPU or storage drivers.<br \/>\n5. Select Save reliability history to export a .xml snapshot during troubleshooting or after major changes.<\/p>\n<p>Real-world example<br \/>\nA system shows periodic crashes around 10 a.m. Reliability Monitor reveals a repeating Application Failure tied to a PDF preview handler. Updating that specific shell extension stops the crashes.<\/p>\n<p>Putting it together with a maintenance baseline<br \/>\n&#8211; Use a Custom View in Event Viewer for weekly triage and Reliability Monitor for trend lines.<br \/>\n&#8211; Let Storage Sense handle routine temp cleanup while Glary Utilities performs deeper, scheduled cleans and startup optimization with safe delays.<br \/>\n&#8211; Keep a reusable MMC console and a Performance Monitor Data Collector Set for consistent diagnostics.<br \/>\n&#8211; Maintain a tuned Task Manager, Resource Monitor filters, and a customized Windows Terminal to accelerate analysis when issues appear.<\/p>\n<p>These customizations turn built-in tools into a cohesive, low-friction workflow, reducing time-to-diagnosis and sustaining performance over the long term.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Windows is packed with powerful system tools that are more capable than most users realize. With a few targeted customizations, these tools can surface the right data faster, automate routine maintenance, and reduce troubleshooting time. The following 12 tips focus on practical, intermediate-level adjustments used by professionals to keep systems responsive and predictable. 1) How [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":0,"comment_status":"","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[35],"tags":[],"class_list":["post-8011","post","type-post","status-publish","format-standard","hentry","category-system-tools"],"_links":{"self":[{"href":"https:\/\/www.glarysoft.com\/how-to\/wp-json\/wp\/v2\/posts\/8011","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.glarysoft.com\/how-to\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.glarysoft.com\/how-to\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.glarysoft.com\/how-to\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/www.glarysoft.com\/how-to\/wp-json\/wp\/v2\/comments?post=8011"}],"version-history":[{"count":0,"href":"https:\/\/www.glarysoft.com\/how-to\/wp-json\/wp\/v2\/posts\/8011\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.glarysoft.com\/how-to\/wp-json\/wp\/v2\/media?parent=8011"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.glarysoft.com\/how-to\/wp-json\/wp\/v2\/categories?post=8011"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.glarysoft.com\/how-to\/wp-json\/wp\/v2\/tags?post=8011"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}