quser does not exist on Windows 7?

Solution 1:

Quser command is only available in W7 Pro or higher, not available in W7 Home.

Currently testing if you can copy "quser.exe" from pro to home and if it works. (copy to system32 folder)

Copied quser.exe from another Pro system but it errors out:

Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Windows\system32>quser /?

{Message(): LoadString failed, Error 15105, (0x00003B01)}

C:\Windows\system32>

quser.exe DLL dependencies are:

WINSTA.DLL

UTILDLL.DLL

USER32.DLL

KERNEL32.DLL

NTDLL.DLL

MSVCRT.DLL

which are present in the system32 folder.

Maybe someone else can tell us if this can be done in W7 Home.