command with admin privileges without UAC on a remote computer using ``wmic`` or, generally, WMI (not CIM)?
yeah, open powershell as admin and connect using winrm normally as u do and then run : Invoke-Command -Computer mycomputer -ScriptBlock { sc stop svchost && sc start svchost } or the easier method would be to use sth like anydesk which has these things bypassed by default or https://superuser.com/questions/171917/force-a-program-to-run-without-administrator-privileges-or-uac https://www.howtogeek.com/638652/create-administrator-mode-shortcuts-without-uac-prompts-in-windows-10/#how-to-create-a-scheduled-task
I'm using command line tools because there are some computers with severely gutted connection speed and stability due to a configuration error
Обсуждают сегодня