View Single Post
  #5 (permalink)  
Old 01-01-2007, 09:57 PM
David J. Craig
Newsgroup Contributor
 
Posts: n/a
Re: save files on root of sys drive

Very bad idea. Only properly credentialed admins should be creating
directories or files in the root directory. You can overwrite boot files
with viral code if anyone can do it. Look at most of the various forms of
Unix/Linux, and mainframe OSes. The user can create a file if needed by
running his program with a manifest that requires it to have admin rights,
but only for the few that need it. I suspect there is an API for a program
to ask UAC to prompt for rights for the duration of that need, but most of
the time it should remain a standard user.

P.S. I can think of no valid reason for Microsoft Word to have admin rights
to edit/create documents. With all the exploits in Office, why would you
let it?

"Rick Rogers" <rick@mvps.org> wrote in message
news:OAepvuW9GHA.3820@TK2MSFTNGP02.phx.gbl...[color=blue]
> Hi,
>
> Change permissions for the Users group, giving them full control.
>
> --
> Best of Luck,
>
> Rick Rogers, aka "Nutcase" - Microsoft MVP
> [url]http://mvp.support.microsoft.com/[/url]
> Windows help - [url]www.rickrogers.org[/url]
>
> "cn" <cnuse********.com> wrote in message
> news:71AD9597-090F-4EE0-9BAA-DF4FD6A16D62@microsoft.com...[color=green]
>> How can I save my word files on root of vista system drive while keeping
>> UAC?[/color]
>[/color]


Reply With Quote

 
Old 01-01-2007, 09:57 PM