Is it possible to configure an Windows xp to run a single application of dotnet?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, this is not possible. The operating system itself runs many different applications just to perform its basic functions.
If you’re talking about preventing the user from interacting with all other applications, that’s something you can configure using Group Policy. This is an infrastructure feature built into Windows that allows system administrators to exercise precise control over the abilities of individual user accounts.
You can easy configure a policy to prevent users from launching applications other than those you explicitly allow. This is not, however, something that you can write code yourself to do.
Help on configuring Group Policy is available from your system administrator, or from the kind folks over at Server Fault. However, if you decide to ask a question there, you will need to provide a lot more details about what exactly you’re trying to configure, what operating system you’re running, and any other requirements that might be important.