We were recently asked to enable NTVDM on a number of Windows devices in our corporate environment for our firmware engineers.

Due to the amount of devices that we needed to get this enabled on, we wanted to be able to push it out through either Group Policy or System Center Configuration Manager (SCCM).

So to do this, we used a very simple command using dism to enable it. You can then either use a task sequence command line or configuration item in SCCM or push it out through a Group Policy script or batch file.

The commands to use to enable or disable NTVDM are below:

To enable the Feature type:

dism /online /enable-feature /all /featurename:NTVDM

To disable the Feature type:

dism /online /disable-feature /featurename:NTVDM

Once you have pushed this out in the manner you wish to use, you should then see that NTVDM is now enabled on the end users Windows device.

Feedback

If you have any problems or questions about enabling NTVDM, please free free to leave us a message below in our comments section and we will get back to you as soon as we can and try to help you out!

Click to rate this post!
[Total: 1 Average: 5]

Discover more from TechyGeeksHome

Subscribe to get the latest posts to your email.

Avatar of Andrew Armstrong

By Andrew Armstrong

Founder of TechyGeeksHome and Head Editor for over 15 years! IT expert in multiple areas for over 26 years. Sharing experience and knowledge whenever possible! Making IT Happen.

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.