FG
💻 Software

Run task scheduler task on demand from limited user account in windows 7

Fresh5 days ago
Mar 15, 202635688 views
Confidence Score0%
0%

Problem

My goal is to for a limited used to be able to run a netsh script that requires administrative privileges: From my administrative account I created a task scheduler task that runs this script with elevated privileges and saved my admin password in it. It worked. But the task is not visible from the…

Error Output

netsh wlan stop hostednetwork
netsh wlan start hostednetwork

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Run task scheduler task on demand from limited user account in windows 7

Low Risk

Go to C:\Windows\System32\Tasks find the related task and assign "read and execute" rights to the user you want to be able to access it. Be sure to assign to "current object only." Then the task will be visible and runnable from the limited user, an…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment