An operator has administrator rights on a Windows host and wants their script to run with system rights after every reboot. Which method provides that outcome?
Add a run key for the script in the current user’s registry hive
Use a command to register a background process that starts at boot with full privileges
Rename the script to update.exe and place it in the system directory
Copy the script to a user login folder to launch it on login
Registering a new background process that launches when the system starts allows the script to execute at the highest authority level, even if no user is logged on. Other options generally depend on user sessions or user-specific registry keys, which do not guarantee system-level coverage or might not run when no user is logged in.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is a background process in Windows?
Open an interactive chat with Bash
How do you register a program to run at system startup in Windows?
Open an interactive chat with Bash
What is the purpose of the SYSTEM user account in Windows?