Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Question] - Using the local System Account

Featured Replies

Well, I tried to search the forum about this, but came up dry.

I would like to be able to run programs on an nt system using the local "System" account. I have tried out psexec from sysinternals, but it does not seem to work for my needs. I mainly would like to run Windows Explorer using the system account, and a few other thiongs as well. Any help or ideas would be great. Thanks in advance.

Title Edited - Please follow new posting rules from now on.

--Zxian

I think i know what your talking about, when you turn the logon screen saver into a command prompt, and log out and wait for the screen saver you will then get a dos, then open the task manager, (taskmgr.exe) then open the explorer.exe from the taskmanager

Intresting question that is normally asked around exploiting

If im wrong and you get no luck I know of an exploit that uses a built in account for one off programs but isnt usable.

A better way uses the flawed AT command. It runs as a service so anything run from it runs as "NT_AUTHORITY/System" unless you us /u

at 00:25 /interactive c:\windows\system32\cmd.exe

--------------------------

read above for the first howto

must have been typing, anyway both end up using "NT_AUTHORITY/System"

--------------------------

Edited by purg99

  • 2 weeks later...
  • Author

Thank you far all the replies, good stuff.

I have finally found a correct way to do it. PSEXEC is needed, and some knowledge about windows. Basically the problem I was having before when using PSEXEC was that when you load windows explorer, it inherits permissions from the original copy loaded when logging into the system. For example, If I log into the system as "user", the first copy of explorer is loaded with "user" account's privileges, so when running explorer again to view Windows Explorer, it has to inherit the permissions from the originally loaded explorer.exe, wich in this scenario is "user".

The workaround is to logon normaly, then end the task "explorer.exe", then load a command prompt for the PSEXEC command. Now we cxan load explorer.exe with local system rights with the command:

psexec -s -i -d c:\windows\explorer.exe

This will reload explorer with system rights. Give it a try!

Edited by ChunkDog

This is interesting. The only way I ever knew how to do this was similar to the at command. I used the same comcept -- creating a Scheduled Task that used the System Account.

-John

  • 1 month later...
  • Author

I thought I'd bump this because I want more people to see it. Sorry if this against the rules

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.