Internet Explorer को PowerShell के through कैसे uninstall or install करें .

आइये देखते हैं की power shell के use से internet explorer को कैसे install करें इसके लिए following command का use करें .

Enable-WindowsOptionalFeature –FeatureName "Internet-Explorer-Optional-amd64" -All –Online

अगर आपको uninstall करना है तो following command का use कर सकते हैं जब आप ये command use करेंगे तो system reboot के लिए बोलेगा system को reboot करने के बाद आपका task complete होगा

Disable-WindowsOptionalFeature –FeatureName "Internet-Explorer-Optional-amd64" -Online

Leave a Reply

Your email address will not be published. Required fields are marked *