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).
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\Revu
and...\Bluebeam Revu 21\Revu
, plus any otherRevu.exe
found 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:
e. Verify the change
Open Registry Editor (
regedit.exe
).Navigate to:
You should see a key for
...Revu.exe
with Value = Deny.In Bluebeam, the camera tool will no longer function.
2: Disable camera access in Softdrive.
Step 1: Open Privacy Settings
- 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.
Step 2: Modify App Permissions
- Scroll further down to “Allow desktop apps to access your camera”.
- Turn OFF the toggle.
Contact your IT team to determine the best option for your situation.