wing_bbs Posted April 26, 2007 Posted April 26, 2007 I meet a problem today. There is a application developed by power builder 8.0 which must be installed on the computer with windowsXp os. Under administrator priority, it is able to run well.Under user priority, it can not run. its exe terminated by windows.Under user priority, if user have privilege to full control C:, the program can run well. Because of security reason, I can not give every user privilege to full control C:. So, I think I need tool to monitor the application.Help!
jcarle Posted April 26, 2007 Posted April 26, 2007 Use FileMon while running the application as an Administrator, then give proper access to the user only to the directories which are required by your application.
wing_bbs Posted April 27, 2007 Author Posted April 27, 2007 Are there any other tools for the funtion ? I have tried the filemon. It is too bad.
cluberti Posted April 27, 2007 Posted April 27, 2007 You could always try running the application under the Application Compatibility Toolkit (the latest version is 5.0) from Microsoft - although if Filemon is too much for you, I'm betting ACT (and most other pseudo-debugging tools) will be also.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now