FG
💻 Software

How to allow non-admin users to run a VBS script that requires higher privileges?

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

Problem

I have a vbs script that needs to be provided to end users, but it requires more rights than they have on their locked down workstations - specifically updating some HKLM registry values and stopping/starting a windows service. Is there a way I can provide them with the ability to run the script so…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to allow non-admin users to run a VBS script that requires higher privileges?

Low Risk

Not without encrypting the password and including it with the VBS script. There are other options like remote scripting, but those setting may be off depending on if you are part of a domain. Is the script part of a login process? edit: The script i…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment