Solved A cmd to open directly here:ComputerManager/LocalUser and Groups/Users

savinio0

New member
Member
Local time
12:26 PM
Messages
73
how to open directly here: ComputerManagement/Local Users and Groups/Users

i use this command :cmd /c start lusrmgr.msc and lead me here:

2hn6dcm.jpg



and i need a command wich lead me directly here:

2labgpv.jpg
 
Last edited by a moderator:

My Computer My Computer

At a glance

windows xp c86
Computer type
PC/Desktop
OS
windows xp c86
Sorry, not possible. Not unless you're willing to use a gigantic command that presses keys for you.

Code:
@(echo Set A = CreateObject^("WScript.Shell"^)&echo A.Run^("lusrmgr.msc"^)&echo WScript.Sleep 500&echo A.AppActivate^("lusrmgr"^)&echo A.SendKeys^("{TAB}"^)&echo A.SendKeys^("{ENTER}"^))>"%TEMP%\tmp-369455_.vbs"&WScript "%TEMP%\tmp-369455_.vbs"&timeout 1 >NUL&del "%TEMP%\tmp-369455_.vbs" /q
 

My Computer My Computer

At a glance

Windows 10, Windows 8.1 Pro, Windows 7 Profes...
Computer type
PC/Desktop
OS
Windows 10, Windows 8.1 Pro, Windows 7 Professional, OS X El Capitan
sometimes works..sometimes doesn't work
On my RDP always works , on my PC something working but last 7 tries dones't work anymore
still working on my RDP
 
Last edited:

My Computer My Computer

At a glance

windows xp c86
Computer type
PC/Desktop
OS
windows xp c86
Back
Top