Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 507885
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T06:51:01+00:00 2026-05-13T06:51:01+00:00

I wrote some code to detect a users proxy information. This works when I

  • 0

I wrote some code to detect a users proxy information. This works when I run the program directly, but it doesn’t work if the program from being called by a service. The service isn’t able to know the current users folder path to grab the users Firefox settings. The program needs to be run by a service… how can the service get the current userprofile to make this work?

Code sample:

public static string FIREFOX_PROXY_PATH = @"\APPLICATION DATA\MOZILLA\FIREFOX\";
public static string FIREFOX_PROXY_PROFILE_FILE_NAME = "PROFILES.INI";

string strProfPath = System.Environment.GetEnvironmentVariable("USERPROFILE") + FIREFOX_PROXY_PATH + FIREFOX_PROXY_PROFILE_FILE_NAME;

When run from a desktop I get this (works- file is found):
C:\\Users\\myusername\\APPLICATION DATA\\MOZILLA\\FIREFOX\\PROFILES.INI

When run from within a service I get this (fails- file not found):
C:\\Profiles\\NetworkService\\APPLICATION DATA\\MOZILLA\\FIREFOX\\PROFILES.INI

Note: myusername is replaced with my actual user name

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T06:51:01+00:00Added an answer on May 13, 2026 at 6:51 am

    The code actually works the way it is supposed to work. In order to get your profile you need to modify the account under which the service runs as. To do this, go to the Services management snap-in in Control Panel and right-click on your service, click Properties and then change the account the service runs as to your own account (under the Log On tab).

    Of course, after reading your question twice it seems that what you actually would like to do is obtain the path to the profile for the logged on user. If that’s the case than what I describe above will not work. You will need to employ a different tactic to get the currently logged on user, then obtain the path to the users profile. All this is available in the Registry.

    The WindowsIdentity class may help but you have to keep in mind that at any given time, on a Windows machine, there may be more than one user logged in. I say may because on most user computers, there is usually only one active user session. But that doesn’t mean that only one user’s processes are running. So, depending on what exactly you are trying to accomplish, there may be other things you need to take into consideration.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 376k
  • Answers 376k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer The code you have posted (as far as I can… May 14, 2026 at 8:30 pm
  • Editorial Team
    Editorial Team added an answer Recommendation: Create a "lib" folder and keep all your jars… May 14, 2026 at 8:30 pm
  • Editorial Team
    Editorial Team added an answer pkgutil could be helpfull. Also see this SO question., this… May 14, 2026 at 8:30 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.