General Create Elevated Shortcut without UAC prompt in Windows 11


  • Staff
Elevated_shortcut_banner.png

This tutorial will show you how to create a shortcut of an elevated task to run an app as administrator without getting a UAC prompt for your account in Windows 10 and Windows 11.

When you open an application file with Run as administrator, you will get a UAC prompt by default for approval before the app is allowed to run with elevated rights.

In addition, Windows will not allow elevated apps to run at startup by default.

If you want to run an app as administrator (elevated) without getting a UAC prompt or at startup, then you can create an elevated task using the steps below to run the application as a workaround to do so.


You must be signed in as an administrator to create and use this elevated shortcut.




Here's How:

1 Open Task Scheduler (taskschd.msc).

2 Click/tap on Task Scheduler Library in the left pane of Task Scheduler, and click/tap on Create Task in the right Actions pane. (see screenshot below)

create_elevated_shortcut_without_UAC-1.png

3 In the General tab, type a name (ex: "Windows Terminal (Admin)") you want for this task, and type an optional description of the task. (see screenshot below)

Make note of this task name. You will need to know it in step 8 and when you create a shortcut of this task in step 13 below.


create_elevated_shortcut_without_UAC-2.png

4 In the General tab, check the Run with highest privileges box. (see screenshot below)

create_elevated_shortcut_without_UAC-3.png

5 In the General tab, select Windows 10 in the Configure for drop down menu. (see screenshot below)

You would select Windows 10 even for Windows 11.


create_elevated_shortcut_without_UAC-4.png

6 Click/tap on the Actions tab, and click/tap on the New button. (see screenshot below)

create_elevated_shortcut_without_UAC-5.png

7 Type cmd.exe in the Program/script field. (see screenshot below)

This is what is being used to open the elevated shortcut from, so it cannot be changed to anything else.


create_elevated_shortcut_without_UAC-6.png

8 Type the command below into the Add arguments field, and click/tap on OK. (see screenshot below)

/c start "Task Name" "Full path of application file"

Substitute Task Name in the command above with the task name (ex: "Windows Terminal (Admin)") you used in step 3 above.

Substitute Full path of application file in the command above with the actual full path of the application file you want to run as administrator. If this is for an app included in Windows (ex: "Windows Terminal (Admin)"), then you can just enter the .exe file name (ex: "wt.exe") for the app. If this is for an installed 3rd party app, then you will need to enter the full file path.

For example: /c start "Windows Terminal (Admin)" "wt.exe"


create_elevated_shortcut_without_UAC-7.png

9 You will now see this new action listed. (see screenshot below)

create_elevated_shortcut_without_UAC-8.png

10 Click/tap on the Conditions tab, uncheck the Start the task only if the computer is on AC power box, and click/tap on OK. (see screenshot below)

create_elevated_shortcut_without_UAC-9.png

11 You will now see this new task (ex: "Windows Terminal (Admin)") listed in the Task Scheduler Library. You can now close Task Scheduler if you like. (see screenshot below)

create_elevated_shortcut_without_UAC-10.png

12 Right click or press and hold on your desktop, click/tap on New, and click/tap on Shortcut.

13 Type the command below into the location field, and click/tap on Next. (see screenshot below)

schtasks /run /tn "Task Name"

Substitute Task Name in the command above with the task name (ex: "Windows Terminal (Admin)") you used in step 3 above.

For example: schtasks /run /tn "Windows Terminal (Admin)"


create_elevated_shortcut_without_UAC-11.png

14 Type a name (ex: "Windows Terminal (Admin)") you want for this shortcut of the task, and click/tap on Finish. (see screenshot below)

create_elevated_shortcut_without_UAC-12.png

15 Right click or press and hold on the new shortcut on your desktop, and click/tap on Properties.

16 Click/tap on the Change Icon button in the Shortcut tab. (see screenshot below)

create_elevated_shortcut_without_UAC-13.png

17 Click/tap on OK. (see screenshot below)

create_elevated_shortcut_without_UAC-14.png

18 Click/tap on Browse, navigate to and select the application (exe) file you want to run as administrator, click/tap on Open, select the icon you want for the shortcut, and click/tap on OK. (see screenshots below)

You can use any icon you want for this shortcut.


create_elevated_shortcut_without_UAC-15.png

19 Click/tap on OK. (see screenshot below)

create_elevated_shortcut_without_UAC-16.png

20 You can run at startup, Pin to Taskbar, Pin to Start, add to Start menu All apps, assign a keyboard shortcut to, or move this elevated shortcut to where you like for easy usage.


That's it,
Shawn Brink


 

Attachments

  • Elevated_shortcut.png
    Elevated_shortcut.png
    7.1 KB · Views: 113
Last edited:
You really don't want to use an elevated account for everyday usage since everything would always run with elevated rights (run as administrator). This could be a security risk if something (ex: malware) tries to run elevated without getting a UAC prompt to approve first.

For that app, you could use this in step 8:

/c start "App Name" "C:\Program Files\RandomNamedirectory\Anyapplication.exe"
Hi Brink. Much thanks.

You're absolutely correct. I don't want to use the administrative elevated (no-prompt) for all applications, just a few that I used many times a day and I know are "safe" and won't be exploited.

As you haven't mentioned anything about bypassing the elevated UAC prompt for .bat files, can I assume that's not possible?
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo
    Graphics Card(s)
    NVIDA 1650 Ti
    Monitor(s) Displays
    Lenovo C32q-20
Hi Brink. Much thanks.

You're absolutely correct. I don't want to use the administrative elevated (no-prompt) for all applications, just a few that I used many times a day and I know are "safe" and won't be exploited.

As you haven't mentioned anything about bypassing the elevated UAC prompt for .bat files, can I assume that's not possible?

You could run the commands used in the BAT in the elevated task with the elevated shortcut for that purpose, but directly with a BAT.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    APC SMART-UPS RT 1000 XL - SURT1000XLI,
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    HP Spectre x360 2in1 14-eu0098nr (2024)
    CPU
    Intel Core Ultra 7 155H 4.8 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Graphics card(s)
    Integrated Intel Arc
    Sound Card
    Poly Studio
    Monitor(s) Displays
    14" 2.8K OLED multitouch
    Screen Resolution
    2880 x 1800
    Hard Drives
    2 TB PCIe NVMe M.2 SSD
    Internet Speed
    Intel Wi-Fi 7 BE200 (2x2) and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Windows Defender and Malwarebytes Premium
You could run the commands used in the BAT in the elevated task with the elevated shortcut for that purpose, but directly with a BAT.
Thanks. I'm having trouble relating without an example/illustration.

For instance: this is the contents of one my .bat files which must be run as admin:

echo Script to delete file
del "C:\Users\USER\AppData\Roaming\RandomApplication\Logs\*.*" /s /f /q
echo off
echo on
del "C:\Users\USER\AppData\Roaming\RandomApplication\Local Folders\folders.dat" /s /f /q
echo Done!
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo
    Graphics Card(s)
    NVIDA 1650 Ti
    Monitor(s) Displays
    Lenovo C32q-20
Thanks. I'm having trouble relating without an example/illustration.

For instance: this is the contents of one my .bat files which must be run as admin:

echo Script to delete file
del "C:\Users\USER\AppData\Roaming\RandomApplication\Logs\*.*" /s /f /q
echo off
echo on
del "C:\Users\USER\AppData\Roaming\RandomApplication\Local Folders\folders.dat" /s /f /q
echo Done!

You'd have to merge it all into one single line to be able to use it in Task Scheduler for the elevated shortcut. :(
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    APC SMART-UPS RT 1000 XL - SURT1000XLI,
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    HP Spectre x360 2in1 14-eu0098nr (2024)
    CPU
    Intel Core Ultra 7 155H 4.8 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Graphics card(s)
    Integrated Intel Arc
    Sound Card
    Poly Studio
    Monitor(s) Displays
    14" 2.8K OLED multitouch
    Screen Resolution
    2880 x 1800
    Hard Drives
    2 TB PCIe NVMe M.2 SSD
    Internet Speed
    Intel Wi-Fi 7 BE200 (2x2) and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Windows Defender and Malwarebytes Premium
You'd have to merge it all into one single line to be able to use it in Task Scheduler for the elevated shortcut. :(
Hi Shawn,

Unfortun0ately that didn't work. This is the script I entered:
/c start "Randombat" "echo Script to delete file del "C:\Users\USER\AppData\Roaming\Application\Logs\*.*" /s /f /q echo off echo on del "C:\Users\USER\AppData\Roaming\Application\Local Folders\folders.dat" /s /f /q
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo
    Graphics Card(s)
    NVIDA 1650 Ti
    Monitor(s) Displays
    Lenovo C32q-20
sfc /scannow will restore the original ownership and permissions for Windows files which were installed.
That's part of its job, besides replacing corrupted or missing files.
Are you suggesting that SFC will remove the elevated tasks created by the user?
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo
    Graphics Card(s)
    NVIDA 1650 Ti
    Monitor(s) Displays
    Lenovo C32q-20
No, SFC won't touch user-created files, tasks, or added settings.

But safron updated his Windows PowerShell ISE.lnk shortcut, and that's a file Windows installed. Therefore, it would detect this change and revert it to the original version.

You can modify any Windows file or setting you want. SFC can only perform an all-or-nothing repair, by resetting the files it cares about back to the installation defaults. This why blind insistence on "sfc /scannow" is not really a good idea. It can undoes good changes, besides the bad ones.
 

My Computer

System One

  • OS
    Windows 7
This why blind insistence on "sfc /scannow" is not really a good idea. It can undoes good changes, besides the bad ones.
In my experience (I think I posted this in another thread), I found SFC useless. Every once in a while I run the scan and it typically doesn't find any issue (when there have been) and the only issue it detects with my bluetooth driver which is disabled. Aside from that, it's not helpful to me (anymore).
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo
    Graphics Card(s)
    NVIDA 1650 Ti
    Monitor(s) Displays
    Lenovo C32q-20
only if you disable UAC can open everything without admin privileges ?
 

My Computer

System One

  • OS
    Windows 11 Pro insiders
    Computer type
    PC/Desktop
    Screen Resolution
    Full HD
    Browser
    Microsoft Edge Chromium Canary
    Antivirus
    Eset Smart Security Premium
only if you disable UAC can open everything without admin privileges ?

Hello, :alien:

Creating an elevated shortcut does not disable UAC. It only bypasses UAC instead.

It allows an administrator to "Run as administrator" the shortcut without being prompted by UAC.

A standard user will not be able to use the elevated shortcut.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    APC SMART-UPS RT 1000 XL - SURT1000XLI,
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    HP Spectre x360 2in1 14-eu0098nr (2024)
    CPU
    Intel Core Ultra 7 155H 4.8 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Graphics card(s)
    Integrated Intel Arc
    Sound Card
    Poly Studio
    Monitor(s) Displays
    14" 2.8K OLED multitouch
    Screen Resolution
    2880 x 1800
    Hard Drives
    2 TB PCIe NVMe M.2 SSD
    Internet Speed
    Intel Wi-Fi 7 BE200 (2x2) and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Windows Defender and Malwarebytes Premium
Useful tutorial. However I've encountered an issue. The details are in this post thread, Could you so please to help me with it?


Posted something in your thread. :alien:

 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    8TB WD MyCloudEX2Ultra NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Logitech wireless K800
    Mouse
    Logitech MX Master 3
    Internet Speed
    1 Gbps Download and 35 Mbps Upload
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender and Malwarebytes Premium
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    APC SMART-UPS RT 1000 XL - SURT1000XLI,
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    HP Spectre x360 2in1 14-eu0098nr (2024)
    CPU
    Intel Core Ultra 7 155H 4.8 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Graphics card(s)
    Integrated Intel Arc
    Sound Card
    Poly Studio
    Monitor(s) Displays
    14" 2.8K OLED multitouch
    Screen Resolution
    2880 x 1800
    Hard Drives
    2 TB PCIe NVMe M.2 SSD
    Internet Speed
    Intel Wi-Fi 7 BE200 (2x2) and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Windows Defender and Malwarebytes Premium
Folks, there's a really useful utility on Sordum's site called "Skip UAC Prompt". I suggest you read the comments below the write-up, and there's also a video. It seems to work quite well so far. You just need to use the utility to create a shortcut to the application you want to bypass UAC. The best part is there's no need to mess around with the TaskScheduler.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo
    Graphics Card(s)
    NVIDA 1650 Ti
    Monitor(s) Displays
    Lenovo C32q-20
I had great expectations, until I figured out what they did.

1. This app can't be uninstalled. They didn't include it in v1.0

2. SkipUAC works as a scheduled task proxy by creating an elevated SkipUAC_[Username] task.

3. You register an app with SkipUAC, which generates an unique key. The desktop shortcut simply calls "SkipUAC /ID key".

4. SkipUAC recognizes it's not elevated and calls the SkipUAC task with the key's argument. The elevated task calls SkipUAC again (but now it's elevated) and uses the key to find the registered command.

In short, it's a janky execution cycle which a shortcut calls SkipUAC, to call its own elevated task, to call SkipUAC again, before calling your app. Hideous workflow, but I guess it works...

5. Running SkipUAC without /UAC option does require UAC rights.

6. You can't assign your own /ID names, like "/ID regedit". But this program allows you run "SkipUAC /ID key" from any command line or script without special permissions. You just have to remember which key it is.

To me, having SkipUAC create individual tasks the old fashioned way is better. If you uninstalled SkipUAC (which can't be done today), then all your shortcuts are orphaned. The intent is nice, but the design is half-baked.

Code:
Timestamp           PID User    Task/Process                          Command Line
---------           --- ----    ------------                          ------------
08/13 11:16:12 PM 10352 GARLIN  explorer.exe                          C:\Program Files\SkipUAC\SkipUAC.exe /ID ktu
08/13 11:16:12 PM  1228 GARLIN  svchost.exe                           C:\Program Files\SkipUAC\SkipUAC.exe /UAC
08/13 11:16:12 PM       GARLIN  \SkipUAC_GARLIN
08/13 11:16:13 PM  5812 GARLIN  C:\Program Files\SkipUAC\SkipUAC.exe  cmd.exe /s
 
Last edited:

My Computer

System One

  • OS
    Windows 7
I had great expectations, until I figured out what they did.

1. This app can't be uninstalled. They didn't include it in v1.0

2. SkipUAC works as a scheduled task proxy by creating an elevated SkipUAC_[Username] task.

3. You register an app with SkipUAC, which generates an unique key. The desktop shortcut simply calls "SkipUAC /ID key".

4. SkipUAC recognizes it's not elevated and calls the SkipUAC task with the key's argument. The elevated task calls SkipUAC again (but now it's elevated) and uses the key to find the registered command.

In short, it's a janky execution cycle which a shortcut calls SkipUAC, to call its own elevated task, to call SkipUAC again, before calling your app. Hideous workflow, but I guess it works...

5. Running SkipUAC without /UAC option does require UAC rights.

6. You can't assign your own /ID names, like "/ID regedit". But this program allows you run "SkipUAC /ID key" from any command line or script without special permissions. You just have to remember which key it is.

To me, having SkipUAC create individual tasks the old fashioned way is better. If you uninstalled SkipUAC (which can't be done today), then all your shortcuts are orphaned. The intent is nice, but the design is half-baked.

Code:
Timestamp           PID User    Task/Process                          Command Line
---------           --- ----    ------------                          ------------
08/13 11:16:12 PM 10352 GARLIN  explorer.exe                          C:\Program Files\SkipUAC\SkipUAC.exe /ID ktu
08/13 11:16:12 PM  1228 GARLIN  svchost.exe                           C:\Program Files\SkipUAC\SkipUAC.exe /UAC
08/13 11:16:12 PM       GARLIN  \SkipUAC_GARLIN
08/13 11:16:13 PM  5812 GARLIN  C:\Program Files\SkipUAC\SkipUAC.exe  cmd.exe /s
Dang. I had no idea.

So how can I search for the orphaned entries? I suppose I can use CCleaner and perform a forced uninstall of this application?
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo
    Graphics Card(s)
    NVIDA 1650 Ti
    Monitor(s) Displays
    Lenovo C32q-20
If you remove SkipUAC.exe, then you have a shortcut with a failed target. I don't think they've planned this far ahead in v1.0 about proper clean up, or uninstalling. They normally do a good job with their other apps, but v1.0 is not polished yet.

Any shortcut you've created using SkipUAC will require the app to work.
 

My Computer

System One

  • OS
    Windows 7
Where is the storage location or scripts you're referring to? It's not hiding in Task Scheduler.

Some apps like Reicon don't work well either, Defender Control is another. The team their get defensive and often don't approve comments that report their shortcomings. I think they have huge egos.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo
    Graphics Card(s)
    NVIDA 1650 Ti
    Monitor(s) Displays
    Lenovo C32q-20
The app creates a scheduled task SkipUAC_[Username], which I found cannot be deleted even by TrustedInstaller. Each of your registered commands is saved in one of its registry keys. Anyone who's technical should investigate before using it.

SkipUAC works but in an unconventional manner which may not make security-aware users happy.
 

My Computer

System One

  • OS
    Windows 7
The app creates a scheduled task SkipUAC_[Username], which I found cannot be deleted even by TrustedInstaller. Each of your registered commands is saved in one of its registry keys. Anyone who's technical should investigate before using it.

SkipUAC works but in an unconventional manner which may not make security-aware users happy.
Thanks for the clarification.

Before I went on my “adventure” with Sordum and other hacks/tweaks in this forum, I expected the worst.

Although I've been talking about it for a few months now, I'm overdue for a Windows reinstall. I'll likely be reverting to Windows 10 or if a judge doesn't acquit White OJ or if Teflon Don is unsuccessful in pardoning himself, I'll try to tough it out until late next year when Windows "12" debuts and do a clean install of W12.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo
    Graphics Card(s)
    NVIDA 1650 Ti
    Monitor(s) Displays
    Lenovo C32q-20
6. You can't assign your own /ID names, like "/ID regedit". But this program allows you run "SkipUAC /ID key" from any command line or script without special permissions. You just have to remember which key it is.
I need an identical ID on 3 PCs for portable programs which I sync via OneDrive and have looked / found a solution.
With a small hack you can define your own 3-digit ID.

Under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\SkipUAC_km\Sdata
you can define the ID yourself in binary format.

E.g. fsc = 66 00 73 00 63 00

Everyone has to decide for themselves whether the tool makes sense or whether they prefer the old-school way via shortcut and Task Scheduler Library.
 

My Computer

System One

  • OS
    Win11
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP Z240

Latest Support Threads

Back
Top Bottom