![]() |
|
Welcome to Vista Banter. You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
|
|||||||
| Security and Windows Vista A forum for discussion on security issues with Windows Vista. (microsoft.public.windows.vista.security) |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I tried to do a dir *.* /s files.txt and I received an access denied
message. Anyone know how to fix this? I am part of the administrator groups so privilages should not be an issue although whenever I start a new program a the user account control window pops up and asks my permission to allow the program to continue. |
|
|||
|
You're running with UAC on, so your administrative accounts are running as
standard users most of the time, and you will get the prompt when you need to do something with administrative powers. Try piping the result to a file that's somewhere a standard user would have write permission. (For example, c:\users\myuser\files.txt). Otherwise, run the cmd prompt as an administrator (right click the shortcut, "run as administrator"). "larivro" wrote in message ... I tried to do a dir *.* /s files.txt and I received an access denied message. Anyone know how to fix this? I am part of the administrator groups so privilages should not be an issue although whenever I start a new program a the user account control window pops up and asks my permission to allow the program to continue. |