Users switching by Windows Task Manager

0
(0)

Switch users from Windows TaskManager without need the admin password.

In order for administrators to understand a user’s problem, they need to log on as the user, who usually need their password, but if the user is not at their workplace, the admin can reset his password to get his user profile afterwards. This article shows how to do it without a user password.

Users switching by Windows TaskManager and PsExec

This will be done using the PsExec tool, which we copied to the download folder before.

PsExec by Mark Russinovich is part of the Sysinternals Suite, which is now part of Microsoft, Sysinternals are system tools developed as freeware, PsExec can be downloaded here.

The help desk employee opens a Command Prompt with raised right and performs the following command:

%USERPROFILE%\Downloads\PsExec -SID cmd.exe

From the second command prompt, which is now open, the task manager (taskmgr) is started:

Switch users from Windows Task Manager without need the admin password.
Figure: Task manager run from Command Prompt.

Now in the task manager with the mouse go over the corresponding user, and with the right mouse button click on Connect, the switch to the user now happens without entering a password.

Especially on a terminal server, this solution is very effective for admins, where several users are logged in, wherethe admin can switch to its session without a user password. It should also be mentioned here that this is not a security vulnerability, otherwise the admin can also do and leave what he wants, for users with normal rights this procedure is not possible.

Since Windows 8, Task Manager has two views. The first time Task Manager is invoked by a user, it shows in a simplified summary mode (described in the user experience as Fewer Details). It can be switched to a more detailed mode by clicking More Details. This setting is remembered for that user on that machine.

Since at least Windows 2000, the CPU usage can be displayed as a tray icon in the task bar for quick glance.

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

Leave a Reply

Your email address will not be published. Required fields are marked *