I login in with Administrator on Vista with UAC turned on, is it OK for me to create, modifty or delete file in ProgramData folder. My test result is YES, but I found my AP can access the folder which name is "MicroSoft", is there any starndard document to know the ProgramData folder's right under Vista?
About ProgramData folder's right with UAC turned on under Vista
1.4k Views Asked by Yigang Wu At
1
There are 1 best solutions below
Related Questions in WINDOWS-VISTA
- Program compiled on Windows Vista is flagged for Win32/Wactac.B!ml by Windows Defender on Windows 10
- After changing the password on an email account useing RoundCube cannot get emails to be received or sent
- Could not find a version that satisfies the requirement flask-restfull (from versions:)
- Cannot Use Time.Sleep In Python
- Android Studio: Error: module not specified but can't select a module to choose
- Is it possible to detect that a log-off has been aborted on windows?
- Can't deploy basic android app with Android Studio on Windows Vista with JDK 8
- How to install postman in windows server 2007 SP2 (windows vista)
- C++ use d3d11 under Windows Vista
- Simple Javascript Code it's not working in Windows Vista
- Standard location of system-wide configuration files of an app?
- How do i find the path to startup folder?
- Reminder emails sent to AOL email addresses are blank
- Windows Vista Icon Library
- WinForms Vista style tool strip
Related Questions in UAC
- How to skip UAC allow app to make changes check when publishing an app?
- In C#, is it possible to Impersonate as an admin user and Run another program with Admin privileges without it asking for a password? - SOLVED
- Remember to start app with elevated privileges
- How to use AMSI_UAC_REQUEST_TYPE?
- Python Request UAC with Another Admin
- UAC get Token from Where?
- File system operations through UAC fail until I use file explorer
- How to read the text inside a credential / UAC prompt?
- How to start an application elevated on account without admin privileges on Windows 10
- Bot pausing during UAC panel popup
- What's the proper way to run a piece of code with admin privileges conditionally?
- Windows, why can't I move font to fonts folder even though program is run as administrator?
- UACbypass running command as Administrator and get output in Python
- Detect if user cancel call to elevated prompt in powershell
- Forcing UAC dialog prompt on ShellExecute() C++
Related Questions in PROGRAMDATA
- how to change chocolatey default location from program data to program files
- NodeJs - How to get Windows ProgramData directory in NodeJs
- Why would one ever use the %TEMP% folder now that Storage Sense can clean it at any time?
- Safe to clean out C:\ProgramData\firebird folder when FB offline?
- Can't access LocalDB on other computers, through application
- Visual Studio Deployment Package Change File Security
- Handle when Folder.Files returns folders that do not exist
- How to check if a folder path matches USERs folder in BAT script
- Advanced Installer MSI - Only Writing to ProgramData when Running WPF App as Administrator
- C++ app MDB in ProgramData copies to user's AppData folder when I dont want it to
- How to get path to file for python executable
- How to expand the search environment variable %ProgramData% and use the start up info
- Do we still store program data in C:\ProgramData or in C:\Users\user1\AppData in Windows 10?
- Moving from local PC to Server
- How to create subfolder in C:\ProgramData and deploy configuration files into that folder?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
It should be fine, yes. The Program Data folder is there for programs for that purpose.
In terms of permission, you should be able to check or modify file permissions using .NET. See the
System.IO.DirectoryInfoclass as a reference, and seeSystem.ManagementandSystem.Management.Instrumentationnamespaces for getting user information.