Enable NTVDM

Enable-NTVDM

Last updated on April 17th, 2023 at 12:38 am

Read Time:1 Minute, 0 Second

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]

Free Subscription

If you want to be notified when we post more quality guides like this one, sign up to our free subscription service and you will receive an email when a new post is live.

Join 441 other subscribers.

No need to worry, we will not be filling your inbox with spam and you can unsubscribe anytime you like.


Leave us a message...

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