Windows system32 config systemprofile appdata roaming

Где я могу найти данные, хранящиеся в службе Windows, работающей как «Учетная запись локальной системы»?

Я использую сервис, который хранит данные на диске. Служба работает как «локальная системная учетная запись».

Где хранятся данные для этого пользователя системы?

Я думаю о, C:\Documents and Settings\Default User но я не уверен в этом.

Кто-нибудь может это подтвердить?

Данные, которые вы ищете, по умолчанию не должны находиться в папке «C: \ Documents and Settings \ Default User». Это местоположение профиля пользователя по умолчанию, который является шаблоном для новых профилей пользователей. Его единственная функция — копировать в новую папку для использования в качестве профиля пользователя, когда пользователь впервые заходит на компьютер.

Если служба следует указаниям Microsoft, она будет хранить данные в папке данных приложения (% APPDATA%) или в локальной папке данных приложения (% LOCALAPPDATA% в Windows Vista и более поздних версиях). Он не должен использовать папки «Мои документы» или «Документы», но вы можете проверить их там.

В типичной установке Windows XP или Windows Server 2003 проверьте следующие данные приложений для программ, работающих в локальной системе (NT AUTHORITY \ SYSTEM):

  • C: \ Windows \ system32 \ config \ systemprofile \ Application Data \ Vendor \ Program
  • C: \ Windows \ system32 \ config \ systemprofile \ Local Settings \ Application Data \ Vendor \ Program
  • C: \ Windows \ system32 \ config \ systemprofile \ Мои документы

В типичной установке Windows Vista и более поздних версий проверьте следующие данные приложений для программ, работающих как локальная система (NT AUTHORITY \ SYSTEM):

  • C: \ Windows \ system32 \ config \ systemprofile \ AppData \ Roaming \ Vendor \ Program
  • C: \ Windows \ system32 \ config \ systemprofile \ AppData \ Local \ Vendor \ Program
  • C: \ Windows \ system32 \ config \ systemprofile \ AppData \ LocalLow \ Vendor \ Program
  • C: \ Windows \ System32 \ Config \ systemprofile \ Documents

Конечно, замените подходящее название поставщика и название программы на Vendor и Program .

[Правка — для bricelam] Для 32-битных процессов, работающих в 64-битных окнах, это будет в SysWOW64 .

  • C: \ Windows \ SysWOW64 \ Config \ systemprofile \ AppData

Пункт назначения меняется во времени. В Windows 10:

Зайдите в Sysinternals и загрузите procmon. Вам нужно будет знать имя исполняемого файла, с которым работает служба. Затем вы можете использовать фильтр в procmon, чтобы перечислить только те действия, которые генерирует это приложение.

Теперь вы сможете просмотреть список и определить, какой файл использует это приложение (ПРИМЕЧАНИЕ. После нескольких минут регистрации вы можете использовать меню файлов, чтобы остановить мониторинг)

Весь комплект Sysinternal можно загрузить в виде одного zip-файла, и вы можете найти в нем другие утилиты, которые могут оказаться полезными.

Я использовал службу, работающую в качестве учетной записи «Локальная система», а пользовательские данные хранятся в:

Это скрытая папка, и мне понадобилось время, чтобы найти ее. Надеюсь это поможет.

Из реального процесса, работающего как SYSTEM ( S-1-5-18 ).

  • GetUserName : SYSTEM
  • Sid пользователя : S-1-5-18
  • GetUserNameEx (NameFullyQualifiedDN) : CN=HYDROGEN,CN=Computers,DC=stackoverflow,DC=com
  • GetUserNameEx (NameSamCompatible) : STACKOVERFLOW\HYDROGEN$
  • GetUserNameEx (NameDisplay) : HYDROGEN$
  • GetUserNameEx (NameUniqueId) :
  • GetUserNameEx (NameCanonical) : stackoverflow.com/Computers/HYDROGEN
  • GetUserNameEx (NameUserPrincipal) : USER-PC02$@stackoverflow.com
  • GetUserNameEx (NameCanonicalEx) : stackoverflow.com/ComputersHYDROGEN
  • GetUserNameEx (NameServicePrincipal) : нет данных
  • GetTempPath : C:\WINDOWS\TEMP\
  • CSIDL_APPDATA : C:\WINDOWS\system32\config\systemprofile\AppData\Roaming
  • CSIDL_LOCAL_APPDATA : C:\WINDOWS\system32\config\systemprofile\AppData\Local
  • CSIDL_COMMON_APPDATA : C:\ProgramData
  • CSIDL_PROFILE : C:\WINDOWS\system32\config\systemprofile
  • CSIDL_PERSONAL : нет

Местная служба

  • GetUserName : LOCAL SERVICE
  • Sid пользователя : S-1-5-1
  • GetUserNameEx (NameFullyQualifiedDN) : нет данных
  • GetUserNameEx (NameSamCompatible) : NT AUTHORITY\LOCAL SERVICE
  • GetUserNameEx (NameDisplay) : н / д
  • GetUserNameEx (NameUniqueId) : нет данных
  • GetUserNameEx (NameCanonical) : нет данных
  • GetUserNameEx (NameUserPrincipal) : н / п
  • GetUserNameEx (NameCanonicalEx) : н / д
  • GetUserNameEx (NameServicePrincipal) : нет данных
  • GetTempPath : C:\WINDOWS\SERVIC
Читайте также:  Get which linux version

1\AppData\Local\Temp\

  • CSIDL_APPDATA : C:\WINDOWS\ServiceProfiles\LocalService\AppData\Roaming
  • CSIDL_LOCAL_APPDATA : C:\WINDOWS\ServiceProfiles\LocalService\AppData\Local
  • CSIDL_COMMON_APPDATA : C:\ProgramData
  • CSIDL_PROFILE : C:\WINDOWS\ServiceProfiles\LocalService
  • CSIDL_PERSONAL : C:\WINDOWS\ServiceProfiles\LocalService\Documents
  • Сетевой сервис

    • GetUserName : «HYDROGEN $`
    • Пользовательский Sid : S-1-5-2`
    • GetUserNameEx (NameFullyQualifiedDN) : CN=HYDROGEN,CN=Computers,DC=avatopia,DC=com
    • GetUserNameEx (NameSamCompatible) : AVATOPIA\HYDROGEN$
    • GetUserNameEx (NameDisplay) : HYDROGEN$
    • GetUserNameEx (NameUniqueId) :
    • GetUserNameEx (NameCanonical) : stackoverflow.com/Computers/HYDROGEN
    • GetUserNameEx (NameUserPrincipal) : USER-PC02$@stackoverflow.com
    • GetUserNameEx (NameCanonicalEx) : stackoverflow.com/ComputersHYDROGEN
    • GetUserNameEx (NameServicePrincipal) : нет данных
    • GetTempPath : C:\WINDOWS\SERVIC

    1\AppData\Local\Temp\

  • CSIDL_APPDATA : C:\WINDOWS\ServiceProfiles\NetworkService\AppData\Roaming
  • CSIDL_LOCAL_APPDATA : C:\WINDOWS\ServiceProfiles\NetworkService\AppData\Local
  • CSIDL_COMMON_APPDATA : C:\ProgramData
  • CSIDL_PROFILE : C:\WINDOWS\ServiceProfiles\NetworkService
  • CSIDL_PERSONAL : C:\WINDOWS\ServiceProfiles\NetworkService\Documents
  • Windows system32 config systemprofile appdata roaming

    This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.

    Asked by:

    Question

    All replies

    I could open ‘C:\Windows\System32\config\systemprofile\AppData\Roaming‘ without issues ! on WS 2012.

    I tried 3 methods and all worked

    1. Run -> type C:\Windows\System32\config\systemprofile\AppData\Roaming

    2. Browse through the folder Winkey + e — > c: -> Windows -> system32 -> config -> systemprofile -> Appdata -> Roaming

    3. Open up IE 10, copy C:\Windows\System32\config\systemprofile\AppData\Roaming and paste it in address bar,

    I do not represent the organisation I work for, all the opinions expressed here are my own.

    This posting is provided «AS IS» with no warranties or guarantees and confers no rights.

    Whenever you see a helpful reply, click on Vote As Helpful & click on Mark As Answer if a post answers your question.

    Actually there is a db file in C:\Windows\System32\config\systemprofile\AppData\Roaming\database folder. I can open it from Windows Explorer. However, when I am trying to open it from any browser plugin, the db file is not shown in Roaming i.e. the database folder in Roaming is not shown.

    Actually there is a db file in C:\Windows\System32\config\systemprofile\AppData\Roaming\database folder. I can open it from Windows Explorer. However, when I am trying to open it from any browser plugin, the db file is not shown in Roaming i.e. the database folder in Roaming is not shown.

    Could be a permission issue !

    Give Everyone read permission (NTFS Folder security permissions) on the C:\Windows\System32\config\systemprofile\AppData\Roaming \database folder and see if that makes any difference.

    Or it could be a bug in the browser plugin which is being used. Did you check with vendor or developer if that plugin supports WS 2012 or Win 8 ?

    I do not represent the organisation I work for, all the opinions expressed here are my own.

    This posting is provided «AS IS» with no warranties or guarantees and confers no rights.

    Whenever you see a helpful reply, click on Vote As Helpful & click on Mark As Answer if a post answers your question.

    c:\window\system32\config\systemprofile\appdata\local\udatoyeful.dll my computer says it can’t locate this file, why? what is this?

    Once you are sure you are clean and have run the cleanup listed above :

    Читайте также:  Как расшарить папку windows 10 для телевизора samsung

    To remove the error message — Its probably being called for in your startup group.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or
    Windows 7
    http://support.microsoft.com/kb/929135

    Autoruns — Free — See what programs are configured to startup automatically when your
    system boots and you login. Autoruns also shows you the full list of Registry and file
    locations where applications can configure auto-start settings.
    http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx

    Hope this helps.
    Rob Brown — MS MVP — Windows Desktop Experience : Bicycle — Mark Twain said it right.

    Was this reply helpful?

    Sorry this didn’t help.

    Great! Thanks for your feedback.

    How satisfied are you with this reply?

    Thanks for your feedback, it helps us improve the site.

    How satisfied are you with this reply?

    Thanks for your feedback.

    That is probably the result of malware so do an extremely thorough check and when the system
    is clean see the next message to remove that error.

    If you need to check for malware here are my recommendations — these will allow you to do
    a thorough check and removal without ending up with a load of spyware programs running
    resident which can cause as many issues as the malware and maybe harder to detect as the
    cause.

    No one program can be relied upon to detect and remove all malware. Added that often easy
    to detect malware is often accompanied by a much harder to detect and remove payload. So
    its better to be overly thorough now than to pay the high price later. Check with these to an
    extreme overkill point and then run the cleanup only when you are very sure the system is clean.

    These can be done in Safe Mode — repeatedly tap F8 as you boot however you should also run
    them in regular Windows when you can.

    Download malwarebytes and scan with it, run MRT, and add Prevx to be sure it is gone.
    (If Rootkits run UnHackMe)

    Download — SAVE — go to where you put it — Right Click on it — RUN AS ADMIN

    Run the Microsoft Malicious Removal Tool

    Start — type in Search box -> MRT find at top of list — Right Click on it — RUN AS ADMIN.

    You should be getting this tool and its updates via Windows Updates — if needed you can
    download it here.

    Download — SAVE — go to where you put it — Right Click on it — RUN AS ADMIN
    (Then run MRT as above.)

    also install Prevx to be sure it is all gone.

    Download — SAVE — go to where you put it — Right Click on it — RUN AS ADMIN

    Try the trial version of Hitman Pro :

    Hitman Pro is a second opinion scanner, designed to rescue your computer from malware
    (viruses, trojans, rootkits, etc.) that have infected your computer despite all the security
    measures you have taken (such as anti virus software, firewalls, etc.).
    http://www.surfright.nl/en/hitmanpro

    Читайте также:  Mac os to buy

    If needed here are some online free scanners to help

    After removing any malware :

    Also do these to cleanup general corruption and repair/replace damaged/missing
    system files.

    Start — type this in Search Box -> COMMAND find at top and RIGHT CLICK — RUN AS ADMIN

    Enter this at the prompt — sfc /scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.microsoft.com/kb/928228

    Also run CheckDisk so we can rule out corruption as much as possible.

    If any Rootkits are found use this thread and other suggestions. (Run UnHackMe)

    If needed AFTER you are sure the machine is clean of all malware.

    Hope this helps.

    Rob Brown — MS MVP — Windows Desktop Experience : Bicycle — Mark Twain said it right.

    Windows system32 config systemprofile appdata roaming

    This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.

    Asked by:

    Question

    All replies

    I could open ‘C:\Windows\System32\config\systemprofile\AppData\Roaming‘ without issues ! on WS 2012.

    I tried 3 methods and all worked

    1. Run -> type C:\Windows\System32\config\systemprofile\AppData\Roaming

    2. Browse through the folder Winkey + e — > c: -> Windows -> system32 -> config -> systemprofile -> Appdata -> Roaming

    3. Open up IE 10, copy C:\Windows\System32\config\systemprofile\AppData\Roaming and paste it in address bar,

    I do not represent the organisation I work for, all the opinions expressed here are my own.

    This posting is provided «AS IS» with no warranties or guarantees and confers no rights.

    Whenever you see a helpful reply, click on Vote As Helpful & click on Mark As Answer if a post answers your question.

    Actually there is a db file in C:\Windows\System32\config\systemprofile\AppData\Roaming\database folder. I can open it from Windows Explorer. However, when I am trying to open it from any browser plugin, the db file is not shown in Roaming i.e. the database folder in Roaming is not shown.

    Actually there is a db file in C:\Windows\System32\config\systemprofile\AppData\Roaming\database folder. I can open it from Windows Explorer. However, when I am trying to open it from any browser plugin, the db file is not shown in Roaming i.e. the database folder in Roaming is not shown.

    Could be a permission issue !

    Give Everyone read permission (NTFS Folder security permissions) on the C:\Windows\System32\config\systemprofile\AppData\Roaming \database folder and see if that makes any difference.

    Or it could be a bug in the browser plugin which is being used. Did you check with vendor or developer if that plugin supports WS 2012 or Win 8 ?

    I do not represent the organisation I work for, all the opinions expressed here are my own.

    This posting is provided «AS IS» with no warranties or guarantees and confers no rights.

    Whenever you see a helpful reply, click on Vote As Helpful & click on Mark As Answer if a post answers your question.

    Оцените статью