What should you run on Server1?

You have a server named Server1 that runs Windows Server 2012 R2.
You need to remove Windows Explorer, Windows Internet Explorer, and all related
components and files from Server1.
What should you run on Server1?

You have a server named Server1 that runs Windows Server 2012 R2.
You need to remove Windows Explorer, Windows Internet Explorer, and all related
components and files from Server1.
What should you run on Server1?

A.
msiexec.exe /uninstall explorer.exe /x

B.
msiexec.exe /uninstall iexplore.exe /x

C.
Uninstall-WindowsFeature Desktop-Experience -Remove

D.
Uninstall-WindowsFeature Server-Gui-Shell –Remove

Explanation:
Since there is no IE or taskbar, explorer or control panel you should execute the UninstallWindowsFeature Server-Gui-Shell –Remove command.



Leave a Reply 2

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

twenty − four =


biloux

biloux

Uninstall-WindowsFeature Server-Gui-Shell –Remove
it’s not “-remove” but “-restart”

JR

JR

Actually -remove will completely remove the binary files from the server, it is called “features on demand” so it is correct but optional.