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
- Issues in Vagrant setup on Windows Vista 32bit
- PowerShell and UAC in Windows Vista
- Side-by-side configuration exception / VC++ runtime issue with SQL CE and Vista
- How to change PATH in windows OS via cmd
- bootstrap modals works extremely slow on IE8 on windows vista
- python IDLE shell appears not to handle some escapes correctly
- .NET Framework Windows Vista & 7 Features
- Can't get a reference to IPart
- Visual studio 2005 crashes attempting to add new project setting in Project Settings pane. How to fix?
- Denial of permission while deleting SQL Server 2005 Express database file on Vista
- How do I speed up Windows Vista 64 for use with Visual Studio 2008?
- can i install and use, visual studio 2008 and visual studio 2010 on the same windows xp/vista
- Erron::EACCESS error
- Microsoft Visual Studio 2008 C++ error LNK2001, Windows Vista 64 bit
- WebSphere MQ windows-to-windows authentication with Java classes
Related Questions in UAC
- Can a task be run as an administrative user from standard user profile from command line
- How do I remove/stop Visual Studio 2013 from running as Administrator?
- C++: Communication with elevated child process on Windows
- Do high-integrity tokens *have* to have the Administrators group enabled?
- Controlling EC2 and RDS access for third party
- Who is the user when running under administrator privilege?
- How to fix errors with UAC_AsUser_ExecShell in NSIS 3?
- Winforms auth using current account password
- Need to close 'save as' window in e2e test. SendKey using C#
- Windows ACT/UAC - RunAsInvoker suddenly not helping
- .net Admin Rights
- Make a powershell script aimt uac elevated priviledges?
- Running NSIS Setup with username and password
- VB6 Code to check if User needs to "Run As Administrator"
- Turn UAC to Maximum Level with command prompt
Related Questions in PROGRAMDATA
- Writing to a database in the ProgramData folder
- Environment.SpecialFolder.CommonApplicationData returning Program Files/App folder
- App unable to rewrite file saved by a Windows service
- Why would one ever use the %TEMP% folder now that Storage Sense can clean it at any time?
- Visual Studio Deployment Package Change File Security
- How to check if a folder path matches USERs folder in BAT script
- Handle when Folder.Files returns folders that do not exist
- Application Data folder in Windows 7
- Write in "ProgramData" folder (W7 and Vista) .NET
- Change path to save mysettings - VB.NET 2008
- how to change chocolatey default location from program data to program files
- How to get the application specific data folder (ProgramData)?
- What is the difference between ProgramData and AppData?
- File redirection from Program data to AppData\Local\VirtualStore\ProgramData
- About ProgramData folder's right with UAC turned on under Vista
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 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.