Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Hi all,I have a server that runs some nightly processing.However, if anyone leaves a file open, the nightly process literally freezes.I don't have access to the kernel code of the software; just a user mode c-like scripting language, so there's not much in the way of being able to handle this kind of error gracefully.I am looking for a way to kill all file handles in a specified folder, before this nightly process kicks in. I have seen something about NtQuerySystemInformation, but that is kernel level stuff. I was wondering if there are any other ways to accomplish this. I know that in computer managment snap in, there is a share viewer with a kill option on the right click menu. Is there an easy way to do this same enumeration / kill?Thanks in advance for your help.--John Jackson--Deputy AuditorMore...View All Our Microsoft Related Feeds
Hi all,
I have a server that runs some nightly processing.
However, if anyone leaves a file open, the nightly process literally freezes.
I don't have access to the kernel code of the software; just a user mode c-like scripting language, so there's not much in the way of being able to handle this kind of error gracefully.
I am looking for a way to kill all file handles in a specified folder, before this nightly process kicks in. I have seen something about NtQuerySystemInformation, but that is kernel level stuff. I was wondering if there are any other ways to accomplish this. I know that in computer managment snap in, there is a share viewer with a kill option on the right click menu. Is there an easy way to do this same enumeration / kill?
Thanks in advance for your help.
--John Jackson
--Deputy Auditor
More...
View All Our Microsoft Related Feeds