You are on page 1of 1

Fix Windows 10 Update Issues causing your webcam not to work - 03:50

1. Right-click the Windows 10 start button.


2. Select either Command Prompt (Admin) or Windows Powershell (Admin)
3. Paste the following text into the window and hit enter on your keyboard:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
4. Restart your computer once the process is completed.

Disable Frame Server Mode in Windows 10 - 05:05


1. Right-click the Windows 10 start button.
2. Select Run.
3. Type redegit and then select run.
4. Navigate to the following folder HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
Media Foundation\Platform
5. Create a DWORD (32 bit) value file with the name EnableFrameServerMode
6. If you have a Windows 64 bit computer make the following changes, if not you're
done with this method.
7. Navigate to the following folder
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows Media Foundation\Platform
8. Create a DWORD (32 bit) value file with the name EnableFrameServerMode.

You might also like