Issue: Bluebeam is unresponsive and slow when I use is from my softdrive virtual machine.
Solutions:
The solution is to disable camera access in bluebeam. There are two main ways to disable camera access inside a Softdrive virtual machine:
Disable the camera specifically for Bluebeam Revu (via a registry script).
Disable the camera entirely for the Softdrive machine (using Windows privacy settings).
Disable cameras entirely in Device Manager for the Softdrive Machine (using Powershell)
1) Disable Camera for Bluebeam Revu Only (via Registry Script)
This method blocks Bluebeam Revu from accessing the camera, while leaving camera functionality available for other applications like Teams or Zoom. This script will do the following:
On machines without Bluebeam, the script runs safely and does nothing permanent (no junk keys created).
On machines with Bluebeam already installed or launched, the keys exist and the script applies
Value="Deny".On machines where Bluebeam is installed later, Windows will create the NonPackaged entry at first camera use, and your Intune remediation will catch it (if deployed as a proactive remediation) and flip it to
Deny.
Notes:
Scope: current user, all loaded users, all profiles on disk, and Default (new users).
Layouts handled: both
...\Bluebeam Revu\21\Revuand...\Bluebeam Revu 21\Revu, plus any otherRevu.exefound under the Bluebeam vendor folder.Keys set: for each match, creates/updates both nested and flat
#NonPackaged keys withValue = "Deny"and a zeroedLastUsedTimeStop.Creates Logging in this path:
%PROGRAMDATA%\BluebeamCamBlock\log_*.txt.
Steps to Create and Run the Script
Open Notepad
On your Softdrive desktop, click Start → Notepad.
Paste the script below into Notepad:
c. Save the script
Click File → Save As.
Set File name =
BluebeamCamBlock.ps1.Set Save as type =
All Files (*.*).Save it to your Desktop.
d. Run the script
Open PowerShell as Administrator:
Click Start → type
PowerShell, right-click → Run as administrator.
Run the script with specifying the path where it was saved.
e. Verify the change
Open Registry Editor (
regedit.exe).Navigate to:
You should see a key for
...Revu.exewith Value = Deny.In Bluebeam, the camera tool will no longer function.
2: Disable camera access in Softdrive using Privacy Settings.
This process will list all cameras from the privacy settings section.
- Press Windows Key + I to open Settings.
- Click on Privacy (Windows 10) or Privacy & security (Windows 11).
- On the left panel (or scroll down), click Camera under App permissions.
- Scroll further down to “Allow desktop apps to access your camera”.
- Turn OFF the toggle.
3: Disable camera access in Device Manager using PowerShell
This process will list all cameras from the device and disable them from the Device Manager of the computer.
Click the Start menu (Windows icon).
Type PowerShell.
Right-click Windows PowerShell.
Choose Run as administrator.
If you see a message asking for permission, click Yes.
In Power Shell run this command.