I want to remotely uninstall apps from clients using c#. In all the samples in stocoverflow, WMI is used with credentials. My clients don’t have user name and password, so can I still use WMI without credentials?
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.
Most remote control type software requires a username and password on the account as a safety precaution.
I would recommend setting up the client PC’s with a password protected account, that is used for this purpose, while they can also keep their non-password account to login and do other things.
Opening up something to the outside world carries a security risk, credentials is the least you can do.