Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Localsystem account privileges in windows

Localsystem account privileges in windows

Scheduled Pinned Locked Moved C / C++ / MFC
sysadminquestion
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rana74
    wrote on last edited by
    #1

    Is there any difference in the privileges of the 'localsystem' account under XP,2000 and 2003 server? We are launching a browser through the IwebBrowser2 interface ,from an INTERACTIVE windows service (running under 'localsystem' account),and make it navigate to a url. The url in turns redirects to another page. This navigation/redirection is allowed in 2000 and XP ;but fails in 2003. Is this a result of difference in network privileges for localsystem account?

    L M M R 4 Replies Last reply
    0
    • R rana74

      Is there any difference in the privileges of the 'localsystem' account under XP,2000 and 2003 server? We are launching a browser through the IwebBrowser2 interface ,from an INTERACTIVE windows service (running under 'localsystem' account),and make it navigate to a url. The url in turns redirects to another page. This navigation/redirection is allowed in 2000 and XP ;but fails in 2003. Is this a result of difference in network privileges for localsystem account?

      L Offline
      L Offline
      led mike
      wrote on last edited by
      #2

      rana74 wrote:

      Is there any difference in the privileges of the 'localsystem' account under XP,2000 and 2003 server?

      I would be shocked if there wasn't.

      rana74 wrote:

      Is this a result of difference in network privileges for localsystem account?

      I would not think so.

      rana74 wrote:

      We are launching a browser through the IwebBrowser2 interface ,from an INTERACTIVE windows service (running under 'localsystem' account),and make it navigate to a url.

      Are you sure that is the proper solution for your requirements? I am doubtful.

      led mike

      1 Reply Last reply
      0
      • R rana74

        Is there any difference in the privileges of the 'localsystem' account under XP,2000 and 2003 server? We are launching a browser through the IwebBrowser2 interface ,from an INTERACTIVE windows service (running under 'localsystem' account),and make it navigate to a url. The url in turns redirects to another page. This navigation/redirection is allowed in 2000 and XP ;but fails in 2003. Is this a result of difference in network privileges for localsystem account?

        M Offline
        M Offline
        Mark Salsbery
        wrote on last edited by
        #3

        rana74 wrote:

        Is there any difference in the privileges of the 'localsystem' account under XP,2000 and 2003 server?

        Yes. AFAIK it will remain that way for future versions as well. *edit* I thought it changed on XP as well - maybe in SP2. I can't find the whitepaper that recommends setting up a special account for services so one can better control priveledges if the built-in ones aren't sufficient. :( This one may help a bit though: The Services and Service Accounts Security Planning Guide[^]

        1 Reply Last reply
        0
        • R rana74

          Is there any difference in the privileges of the 'localsystem' account under XP,2000 and 2003 server? We are launching a browser through the IwebBrowser2 interface ,from an INTERACTIVE windows service (running under 'localsystem' account),and make it navigate to a url. The url in turns redirects to another page. This navigation/redirection is allowed in 2000 and XP ;but fails in 2003. Is this a result of difference in network privileges for localsystem account?

          M Offline
          M Offline
          Michael Dunn
          wrote on last edited by
          #4

          I don't have an answer about the redirect, but FYI this scheme won't work in Vista either because services can't display any windows on the user's desktop.

          --Mike-- Visual C++ MVP :cool: LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ Ford, what's this fish doing in my ear?

          1 Reply Last reply
          0
          • R rana74

            Is there any difference in the privileges of the 'localsystem' account under XP,2000 and 2003 server? We are launching a browser through the IwebBrowser2 interface ,from an INTERACTIVE windows service (running under 'localsystem' account),and make it navigate to a url. The url in turns redirects to another page. This navigation/redirection is allowed in 2000 and XP ;but fails in 2003. Is this a result of difference in network privileges for localsystem account?

            R Offline
            R Offline
            rana74
            wrote on last edited by
            #5

            I have come across a heated debate of preventing interactive services in Vista too. The problem is that if we configure the service under a domain account ;it ceases to be interactive. The only way a service can be interactive is with 'localsystem' privileges.Am i wrong on this? FYI - Also,this setup works fine on Xp(Sp2) and 2000.In 2003,a normal navigatino works - but a redirection doesnt.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups