About 584,000 results
Open links in new tab
  1. Are 'C:\ProgramData' and 'C:\Users\All Users' the same? Do I need …

    Only C:\ProgramData actually exists as a "real" folder. C:\Users\All Users is a symbolic link to C:\ProgramData. That is, C:\Users\All Users points to C:\ProgramData, so if you navigate to …

  2. What is the significance of the ProgramData folder in Windows?

    The file system directory that contains application data for all users. A typical path is C:\Documents and Settings\All Users\Application Data. This folder is used for application data …

  3. Win32 function to get path to C:\ProgramData - Stack Overflow

    Jun 25, 2012 · Install shield provides an alias [CommonAppDataFolder] that will resolve to c:\programData on Vista and Windows 7 and will also work on Windows XP. Is there a win32 …

  4. I accidentally deleted "%ProgramData%\Package Cache” - What …

    Jul 6, 2024 · I accidentally deleted %ProgramData%\\Package Cache and can't properly uninstall programs that use an .msi installer, or install new programs. I am stuck as I don't ...

  5. MySQL 8.0 'C:\\Program Files\\MySQL\\MySQL Server 8.0\\data\\' …

    Dec 4, 2018 · While installing MySQL 8.0 via Windows Installer, in the configuration step, the installer puts the configuration file my.ini at location C:\ProgramData\MySQL\MySQL Server …

  6. Is %PROGRAMDATA% the same in all versions of Windows?

    This path is the same from windows 7 and up. I'm not entirely sure if it also works on XP and earlier though, because there the Program Data folder is not C:\ProgramData, but …

  7. What is the difference between ProgramData and AppData?

    Sep 7, 2016 · Both Application Data/AppData (in the user's directory) and ProgramData (in the root of the system drive) seem like reasonable places to put it. What is the difference between …

  8. What is the Programdata/Application Data folder? - Stack Overflow

    Jul 11, 2015 · 3 So I am writing an application that iterates through a specified directory tree and I was experimenting with the exception that handles permissions for folder access and there …

  9. Best practice: Write files to C:\ProgramData only readable by ...

    Mar 21, 2022 · The data in the files can be sensitive, so it is important that only administrators can read them, not normal users. So far, I have just created C:\ProgramData\MyFolder during …

  10. Privileges/owner issue when writing in C:\ProgramData\

    Mar 1, 2014 · The recommended solution is for your installer to create a sub directory of C:\ProgramData for your shared storage. And that sub directory must be given a permissive …