How-To

Prevent Software Installation from CDs or DVDs On Windows

If you have a shared Windows computer, users can be crafty and will try to install software from CDs or DVDs, here’s how to prevent them from doing it.

To install software on your system these days, it’s usually a matter of downloading it. But if you’ve been using Windows for any length of time, you know about installing software from external sources like  CDs, DVDs, or even floppy disks. If you have a shared computer, you might want to prevent people from installing extra software. Here’s how to do it using Group Policy Editor or tweaking the Registry.

Prevent Software Installation from External Sources

Note: This first method requires making a change to Local Group Policy, which isn’t accessible in Home versions of Windows.

Hit Windows Key + R on your computer and type: gpedit.msc in the Run dialog box and hit Enter.

gpedit

Then browse to the following location in Local Group Policy Editor:

User Configuration\Administrative Templates\Windows Components\Windows Installer

Then double click on the Prevent removable media source for any installation entry on the right.

prevent removable media source

Click Enabled, then click on OK at the bottom to save the change. Then reboot your system.

Enabled

Using Registry Editor

If you have a Home version of Windows, you can get the same results by changing the Registry.

Note: Before making changes to the Registry, always back it up first!

Hit Windows Key + R and type: regedit and hit Enter or click OK.

Regedit

Navigate to the following key. If you don’t see it, like in Windows 7 Home Premium, for example, you’ll need to add the key and value manually.

HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Installer

In the right pane, double click on DisableMedia and change the DWORD value from 0 (zero) to 1 (one). Then, close out of Registry Editor and reboot the computer for changes to take effect.

Value Data

That’s all there is to it. If you own a business, it’s easy to block software installation through enterprise software like WebSense, but your employees will try to find ways around it, like bringing software from home. This provides a deterrent and will help keep their workstations clean of time-wasting apps and possible malware.

Click to comment

Leave a Reply

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

 

To Top