• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How to hide winaudit window?

Red Squirrel

No Lifer
Anyone familiar with winaudit, and know how to hide the window that comes up?

I tried psexec and it still shows it! We want to run it in the background and we know if users see it they will freak and call the help desk.
 
That's a neat app. Though for some reason the winaudit window seems to be ignored by that app.

Another thing I was thinking of, is there an app out there that will let me step through a exe and see all the assembly instructions? Then how hard would it be to modify it and recompile? I could try to find where the window gets shown and just play around with that. I don't really know assembly that well though.
 
Does it need to run in the context of the logged-on user? If not, you can run the application as another user, and unless you specifically grant it the ability to interact with the desktop, it will be invisible to the user.
 
Does it need to run in the context of the logged-on user? If not, you can run the application as another user, and unless you specifically grant it the ability to interact with the desktop, it will be invisible to the user.

By default we run it as admin since it needs to be able to access all the system, but still shows. Think it's like doing an interactive runas.
 
Back
Top