Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.comp.os.windows-10 > #181983
| From | T <T@invalid.invalid> |
|---|---|
| Newsgroups | alt.comp.os.windows-10 |
| Subject | Tip: how to disable the UAC from the command line |
| Date | 2025-02-04 19:31 -0800 |
| Organization | A noiseless patient Spider |
| Message-ID | <vnum2f$1v25v$1@dont-email.me> (permalink) |
Hi All,
I was remoted into a customer;s computer with AnyDesk trying
to help her with some things.
The &%*&ing UAC kept popping up on commands I was trying
to run. I had to keep calling her to click YES.
I got pissed and:
-T
How to disable/enable the UCA from the command line:
Reference:
https://www.atera.com/shared-script-library/disable-user-access-control/
Admin cmd:
Disable
REG ADD
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v
EnableLUA /t REG_DWORD /d 0 /f
Enable
REG ADD
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v
EnableLUA /t REG_DWORD /d 1 /f
Back to alt.comp.os.windows-10 | Previous | Next — Next in thread | Find similar | Unroll thread
Tip: how to disable the UAC from the command line T <T@invalid.invalid> - 2025-02-04 19:31 -0800
Re: Tip: how to disable the UAC from the command line Marion <marion@facts.com> - 2025-02-05 10:49 +0000
Re: Tip: how to disable the UAC from the command line JJ <jj4public@outlook.com> - 2025-02-06 05:09 +0700
Re: Tip: how to disable the UAC from the command line Newyana2 <newyana@invalid.nospam> - 2025-02-05 08:45 -0500
Re: Tip: how to disable the UAC from the command line Hank <hankrobins@notspam.uk> - 2025-02-05 15:47 +0100
csiph-web