batch files - "elevated privileges"

PC Configurations, motherboards, etc, etc

Moderators: valis, garyb

Post Reply
Gary_101
Posts: 70
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: 23402
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.
Ahtra
Posts: 1
Joined: Fri Oct 03, 2025 11:54 pm

Re: batch files - "elevated privileges"

Post by Ahtra »

Is there a differentcoc mod apk, recommended batch file or shortcut method that does allow Scope V7 to start with elevated privileges without the UAC prompt?
User avatar
valis
Posts: 7731
Joined: Sun Sep 23, 2001 4:00 pm
Location: West Coast USA
Contact:

Re: batch files - "elevated privileges"

Post by valis »

You would have to disable UAC
User avatar
Bud Weiser
Posts: 2920
Joined: Tue Sep 14, 2010 5:29 am
Location: nowhere land

Re: batch files - "elevated privileges"

Post by Bud Weiser »

valis wrote: Sat Oct 04, 2025 1:01 am You would have to disable UAC
sorry for asking,- but what´s UAC ?

:-?

Bud
User avatar
garyb
Moderator
Posts: 23402
Joined: Sun Apr 15, 2001 4:00 pm
Location: ghetto by the sea

Re: batch files - "elevated privileges"

Post by garyb »

User Account Control
Windows security

not worth the trouble imo.
Post Reply