OBS studio recoding wechat doesn’t have the sound

If you are experiencing sound issues while recording WeChat using OBS Studio, here are a few things you can try:

  1. Check the audio sources: In OBS Studio, go to the “Sources” panel and make sure that the audio source(s) you want to record are selected and properly configured.
  2. Update your sound drivers: Make sure you have the latest sound drivers installed on your computer.
  3. Check audio settings in Windows: Go to the sound settings in Windows and make sure the audio output is set to your computer speakers or headphones.
  4. Disable exclusive control: Some sound drivers might have an “Exclusive Mode” option that can prevent other applications from accessing the audio device. If this is the case, try disabling this option.
  5. Try a different recording software: If the issue persists, you may want to try a different recording software, such as Bandicam or Camtasia, to see if the problem is specific to OBS Studio.

Bandicam recoding Wechat doesn’t have the sound

If you are experiencing sound issues while recording WeChat using Bandicam, here are a few things you can try:

  1. Check the audio settings in Bandicam: Ensure that the audio recording source is set to “System Sound.”
  2. Check the sound settings in Windows: Go to the sound settings in Windows and make sure the audio output is set to your computer speakers or headphones.
  3. Update Bandicam and your sound drivers: Make sure you have the latest version of Bandicam and the latest sound drivers installed on your computer.
  4. Try a different recording software: If the issue persists, you may want to try a different recording software, such as OBS Studio or Camtasia, to see if the problem is specific to Bandicam.

You cannot access this right now with error code 53003

Situation: The user can’t login his Teams with this message: You cannot access this right now with error code 53003.

Troubleshooting:

  1. Sign in to the Azure portal as a member of Administrators
  2. Browse to Azure Active Directory.

3. Sign-ins logs under Monitoring.

4. Find the event for the sign-in to review. Add or remove filters and columns to filter out unnecessary information. Foor example user Sean.

5. You can have these information: Status, IP address, Location and Conditional Access. If you double click on it, you can have more info.

 

Fixing The following servers in this deployment are not part of the server pool

Situation: After the client changed one of their remote Desktop Server name, they can’t login with is message: This computer can’t connect to the remote computer

Troubleshooting: When we check the Server Manager>Remote Desktop Services>Overview, we see an error: The following servers in this deployment are not part of the server pool. The servers must be added to the server pool.

You may many options to fix this issue.

  1. Resolution 1: Run Windows Management Instrumentation Tester (Wbemtest.exe).

 

 

 

 

VHD file created by Disk2vhd doesn’t work

Situation: The client tries to convert their PC running Windows 10 to a VM by using Disk2vhd. However, they can’t start the vhd on Windows Server 2019 Hyper-V.

Troubleshooting: We fix the problem by selecting Generation 2 instead of Generation 1.

In other case: We find the problem is Disk2vhd default file format is vhd. VHDX is a new disk format that was introduced in Windows Server 2012. Compared to traditional VHD, VHDX has several improvements, including a special internal log to reduce the chances of data corruption, a bigger capacity (up to 64 TB) and other great features. I recommend using VHDX whenever possible. Since this is Windows Server 2019, you should use vhdx format.

Other possible resolutions:

  1. Disk2vhd does not support the conversion of volumes with Bitlocker enabled. If you wish to create a VHD for such a volume, turn off Bitlocker and wait for the volume to be fully decrypted first.
  2. Virtual PC supports a maximum virtual disk size of 127GB. If you create a VHD from a larger disk it will not be accessible from a Virtual PC VM.
  3. It’s possible that the VHD created by Disk2vhd is not working due to several reasons, some of which include:
    1. Incompatibility between the host and the target operating systems.
    2. Incorrect configuration of virtual machine settings.
    3. Incomplete or corrupt image capture.

    To resolve the issue, you can try the following steps:

    1. Check the compatibility of the source and target operating systems.
    2. Verify the virtual machine settings such as memory, CPU, and network configuration.
    3. Try creating the VHD image again and check if it is complete and not corrupt.
  4. Use SC-VMM P2V migration, I’ve never had good success with Disk2VHD.You can get a trial version from here: (fully functional 180 days)

    http://www.microsoft.com/en-za/download/details.aspx?id=10712 

Fixing Windows update issue with Error code 80070570

Windows update Error code 80070570 typically indicates that there is a problem with the Windows update files on your computer.

This can occur due to a variety of reasons, including:

  • Corrupted or incomplete update files
  • Insufficient disk space
  • Conflicting security software
  • Corrupted system files

To resolve this error, you can try the following steps:

  • Run the Windows Update Troubleshooter: This tool can automatically detect and fix common problems with Windows updates.
  • Clear the Windows Update cache: Over time, the cache can become filled with outdated files, which can cause issues. To clear the cache, you can use the Command Prompt to stop the Windows Update service, delete the contents of the “Software Distribution” folder, and then restart the service.
  • Check your hard drive for errors: This can be done by running the chkdsk command in the Command Prompt.
  • Run the System File Checker: This tool can scan for and repair any corrupted system files that may be causing the issue.
  • Manually download the update: If the above steps don’t work, you can try downloading the update manually from the Microsoft Update Catalog and install it on your computer.

Please note that: some of above steps requires some technical knowledge and it is always recommend to create a backup of your data before attempting any troubleshooting steps.

 

Base Filtering Engine (BFE) service doesn’t start

If you are unable to start the Base Filtering Engine (BFE) service, it could be due to a number of reasons. Here are a few things you can try to resolve the issue:

  1. Make sure that the service is not set to “Disabled” in the Services Manager. Go to the “Services” app, find the “Base Filtering Engine” service, and check that the “Startup type” is set to “Automatic” or “Manual”.
  2. Check if the service dependencies are running correctly. BFE service depends on Remote Procedure Call (RPC) service, Windows Firewall service, and the DCOM Server Process Launcher service. Make sure they are running and set to “Automatic” or “Manual” startup type.
  3. Check the system event logs, you can check the event viewer and look for error events related to the BFE service, it can give you an idea of what is causing the issue.
  4. Try repairing the Windows Firewall service, you can do that by following these steps: a. Open Command Prompt as an administrator. b. Type the command “netsh winsock reset” and press Enter. c. Type the command “netsh advfirewall reset” and press Enter. d. Restart the computer.
  5. Check if there are any corrupted or missing system files, you can use the System File Checker tool to scan for and fix any corrupted files.
  6. If the above steps don’t work, you can try restoring your system to a previous restore point, it will help if the issue was caused by a recent change or update.

Can’t delete BFE with access is denied

If you receive an “access is denied” error when trying to delete the BFE service using the “sc delete bfe” command, it may indicate that the service is currently in use or that you do not have the necessary permissions to delete it. Here are a few things you can try to resolve the issue:

  1. Make sure you are running the command prompt as an administrator by right-clicking on the Start button and selecting “Command Prompt (Admin).”
  2. Try stopping the BFE service before attempting to delete it by running the command “net stop bfe” before running “sc delete bfe”
  3. Try running the command in Safe Mode, it will ensure that no other services are running and interfering with the deletion process.
  4. Check if there is any other security software that is blocking the deletion process, you can try disabling them temporarily.
  5. Check if the permissions of the service is set correctly, you can check that by running the command “sc sdshow bfe”
  6. If the above steps don’t work, you can try using a third-party tool such as a Windows Service Manager to delete the service.

Event ID 2007: The Base Filtering Engine service hung on starting

Situation: The client has a Windows 2019 server as Remote Desktop Server. They can’t access the server because of Event ID 2007: The Base Filtering Engine service hung on starting.

Troubleshooting: This issue can be caused by several factors, such as a damaged or corrupt system file, a virus or malware infection, or a conflict with another service or program. Some possible solutions include:

  • Running a virus scan to check for malware
  • Performing a system file check (SFC) to repair any corrupted system files, for example sfc /scanow
  • Starting the service in Safe Mode and disable suspect services or software.
  • Uninstalling and reinstalling the service
  • Checking for conflicts with other services or programs

 

Can’t login GloablProtect with User is not in allowlist

Situation: The client just configures MFA for their AD users to login GloablProtect. However, AD users can’t login.

Troubleshooting: In Monitor>System, it shows Failed authentication for user: Reason User is not in allowlist..

Resolution: Quoted from Palo Alto networks article:

If the allow list is changed to have “all” rather than specific groups, the user authenticates fine.

Resolution

This happens where the device might have been previously configured as a multi-vsys device. If, at that time, the authentication profile was created as a “shared” authentication profile, this would work fine. When the device configuration changes to be a single vsys device, the authentication profile may still be a “shared” profile (but with the single vsys). The device is no longer able to read the “shared” authentication profile.

When troubleshooting, run the following CLI command to show that the users are part of the group:

> show user group name <name>

When this group is referenced in the menu for the authentication profile, the user fails authentication. To get around this issue, create an authentication profile that is not shared and is vsys specific. The authentication profile then reads the groups correctly and authentication will work correctly, as the users are read as part of the group.

Some common server issues include:

  • The wrong IP address is entered in the RADIUS server configuration.
  • The shared secret is mis-typed.  Do not paste the password into the Secret field.
  • The wrong IP address is entered in the RADIUS server client configuration.
  • The Radius server policy may be invalid due to:
    • Wrong Windows group
    • NAS-IP address
    • PAP

 

Events can be viewed on the RADIUS server in the event viewer > system logs > IAS