batch files - "elevated privileges"

PC Configurations, motherboards, etc, etc

Moderators: valis, garyb

Post Reply
Gary_101
Posts: 68
Joined: Tue Jun 10, 2008 11:47 pm
Location: Vancouver, Canada

batch files - "elevated privileges"

Post by Gary_101 »

hi folks,

running Scope V7 on Windows 10 pro.
get a nag every time I start up about allowing an app to make changes to your device.

I hate Microsoft! LOL
anyway, I use their "trusted AI"assistant, Co-pilot to find a way out, and it recommends a batch file, as such:

Code: Select all

@echo off
set __COMPAT_LAYER=RUNASINVOKER
start "" "C:\Program Files\SCOPE PCI\App\Bin\Scope.exe"
apparently, the only caveat is that this startup method will not allow "elevated privileges".

Is it ok to run Scope 7 without "elevated privileges"...? Thanks!
User avatar
garyb
Moderator
Posts: 23379
Joined: Sun Apr 15, 2001 4:00 pm
Location: ghetto by the sea

Re: batch files - "elevated privileges"

Post by garyb »

that is win10 security.

yes, Scope must run with elevated privileges.
Post Reply