On Windows 10, the System Configuration utility (msconfig) still offers General, Boot, Services, and Tools tabs, but management of startup programs was moved out of it. Which tool now lists and enables or disables those startup entries?
- ATask Manager, on its Startup apps tab Correct
- BThe Services console opened through services.msc
- CResource Monitor launched through the resmon command
- DThe Local Group Policy Editor at gpedit.msc
Why A is correct: Correct: in Windows 10 the Startup list moved from msconfig to Task Manager, whose Startup apps tab enables or disables programs and shows their startup impact.
Why B is wrong: Tempting because services also start automatically, but services.msc manages Windows services, not the per-user startup applications that msconfig previously listed.
Why C is wrong: Tempting because it is a live monitoring tool, but Resource Monitor only shows CPU, disk, network, and memory usage and cannot disable startup items.
Why D is wrong: Tempting because policy can control some startup behaviour, but gpedit.msc edits policy settings and is not the tool that replaced the msconfig Startup list.