Category: Microsoft
Category Archives: Microsoft
How can I repair corrupted video files on Windows?
Recently I encountered a very troublesome problem. Some of my important video files were suddenly damaged when they were copied to the hard disk. They could not be opened or played. I tried using different players, such as VLC and Windows Media Player, but the results were the same, indicating that the file was damaged or could not be played. Because these videos are very important to me, I was very anxious and didn’t know how to repair corrupted video files.
I also searched for a lot of methods on the Internet, such as changing the file format and using command line tools to repair, but none of them worked. I heard that there are some special video repair tools that can solve this problem, but I am not sure which one is better or whether the operation is too complicated. So I would like to ask everyone, is there any useful tool or method to repair damaged video files?
Recently I encountered a very troublesome problem. Some of my important video files were suddenly damaged when they were copied to the hard disk. They could not be opened or played. I tried using different players, such as VLC and Windows Media Player, but the results were the same, indicating that the file was damaged or could not be played. Because these videos are very important to me, I was very anxious and didn’t know how to repair corrupted video files. I also searched for a lot of methods on the Internet, such as changing the file format and using command line tools to repair, but none of them worked. I heard that there are some special video repair tools that can solve this problem, but I am not sure which one is better or whether the operation is too complicated. So I would like to ask everyone, is there any useful tool or method to repair damaged video files? Read More
Resetting Outlook email password
I am no longer able to sign in to my Outlook email account through Microsoft Office 2013. I think I’m using the password I’ve always used, but it’s not being recognized. Is there a way to reset my password? I’ve tried everything I can think of but haven’t found a solution. Thanks for any help you can provide.
Mike
I am no longer able to sign in to my Outlook email account through Microsoft Office 2013. I think I’m using the password I’ve always used, but it’s not being recognized. Is there a way to reset my password? I’ve tried everything I can think of but haven’t found a solution. Thanks for any help you can provide. Mike Read More
Manage NSG association on Subnets via Azure Policy
In this blog article, we will cover how to deny the creation of a subnet in a Virtual Network if the subnet does not have a Network Security Group associated with it, using a custom Azure Policy.
You can follow the steps below to create a custom policy:
1) From the Azure portal, access Azure policy, then definitions blade.
2) Create a new policy definition.
3) Add the definition location (which subscription will be hosting this policy), Name, and description.
4) Set the category to use existing and select Networking (as below):
5) Then add the below policy definition into the rule field:
Note: you can adjust the below parameters as needed, also the below example excludes the following subnets. You can add more subnets of your choice.
“GatewaySubnet”,
“AzureFirewallSubnet”,
“AzureBastionSubnet”,
“AzureFirewallManagementSubnet”
{
“mode”: “All”,
“parameters”: {
“excludedSubnets”: {
“type”: “Array”,
“metadata”: {
“displayName”: “Excluded subnets”,
“description”: “The list of subnet names to exclude from the policy”
},
“defaultValue”: [
“GatewaySubnet”,
“AzureFirewallSubnet”,
“AzureBastionSubnet”,
“AzureFirewallManagementSubnet”,
“YourCustomSubnet”
]
}
},
“policyRule”: {
“if”: {
“anyOf”: [
{
“allOf”: [
{
“field”: “type”,
“equals”: “Microsoft.Network/virtualNetworks”
},
{
“not”: {
“field”: “Microsoft.Network/virtualNetworks/subnets[*].networkSecurityGroup.id”,
“exists”: true
}
},
{
“field”: “Microsoft.Network/virtualNetworks/subnets[*].name”,
“notIn”: “[parameters(‘excludedSubnets’)]”
}
]
},
{
“allOf”: [
{
“field”: “type”,
“equals”: “Microsoft.Network/virtualNetworks/subnets”
},
{
“not”: {
“field”: “Microsoft.Network/virtualNetworks/subnets/networkSecurityGroup.id”,
“exists”: true
}
},
{
“field”: “name”,
“notIn”: “[parameters(‘excludedSubnets’)]”
}
]
}
]
},
“then”: {
“effect”: “deny”
}
}
}
6) Then save the policy.
Now you can assign this policy as per your requirements.
1) From Azure policies page, and access definitions blade -> select the created custom policy, and click assign policy (you can assign on the Subscription level or a specific resource group depending on your business requirements).
2) To update the excluded subnet list at time of policy assignment. Go to Parameters tab, then uncheck the box “Only show parameters that need input or review” and select of the three dots next to the “Excluded subnets” box.
3) It will open the editor; update the subnet name you want to exclude and click save.
4) Click Next, and Next, update the “Non-compliance message” as per your requirement.
5) Click review + create and review the output. Once verified create the policy assignment. Policy assignment usually takes around 5-15 minutes to take effect.
To update the list of excluded subnets after the policy assignment.
1) From the Azure portal, access Azure policy, then Assignments blade and search the assignment.
2) Open the assignment by clicking on the name
3) Select Edit assignment
4) Go to Parameters tab, then uncheck the box “Only show parameters that need input or review” and select of the three dots next to the “Excluded subnets” box.
5) It will open the editor; update the subnet name you want to exclude and click save.
Disclaimer
Please note that products and options presented in this article are subject to change. This article reflects custom policy for Azure Subnets in September 2024.
If users have the required permissions, they can create exemptions for their resources, which makes this policy ineffective for those resources.
Some subnets managed by Azure services may not require an NSG. Ensure these subnets are added to the excluded subnet list or use a policy exception as needed.
It is highly recommended to test this policy in a non-production environment before applying it to your production environment to avoid any unintended disruptions and to make sure it meets your requirements.
References
Tutorial: Create a custom policy definition – Azure Policy | Microsoft Learn
Programmatically create policies – Azure Policy | Microsoft Learn
Troubleshoot common errors – Azure Policy | Microsoft Learn
Overview of Azure Policy – Azure Policy | Microsoft Learn
Microsoft Tech Community – Latest Blogs –Read More
Auto add access to Document Set folder
I have a company, SharePoint, where I have a Documents Library called Projects. I will store multiple folders for my team projects; these are Documents Set folders so I can add certain Metadata. Part of the metadata is a client email (OP Email) and Client name (OP Name). Can I use this information to automatically give the client access to the new document set folder when it’s created?
Please let me know if any further information is required
I have a company, SharePoint, where I have a Documents Library called Projects. I will store multiple folders for my team projects; these are Documents Set folders so I can add certain Metadata. Part of the metadata is a client email (OP Email) and Client name (OP Name). Can I use this information to automatically give the client access to the new document set folder when it’s created? Please let me know if any further information is required Read More
The best screen recorder for Windows 11 PC without watermark?
Hi everyone,
As a support engineer, I need to record screen on Windows 11 PC frequently for our company’s products. Currently, I’m looking for the best screen recorder for Windows 11 PC that also comes with advanced video editing capabilities. I am going to record screen with audio, so I want something that supports system sound as well as microphone input.
It’s important for the software to have robust editing tools, allowing me to cut, merge, and add effects to the recorded videos. If it supports multiple formats like MP4, AVI, etc., that would be a huge plus. Does anyone have recommendations for reliable screen recording software for PC with strong built-in editing features? I’d prefer something that’s easy to use but still powerful enough for professional-level work.
Thanks for your suggestions!
Hi everyone, As a support engineer, I need to record screen on Windows 11 PC frequently for our company’s products. Currently, I’m looking for the best screen recorder for Windows 11 PC that also comes with advanced video editing capabilities. I am going to record screen with audio, so I want something that supports system sound as well as microphone input. It’s important for the software to have robust editing tools, allowing me to cut, merge, and add effects to the recorded videos. If it supports multiple formats like MP4, AVI, etc., that would be a huge plus. Does anyone have recommendations for reliable screen recording software for PC with strong built-in editing features? I’d prefer something that’s easy to use but still powerful enough for professional-level work. Thanks for your suggestions! Read More
Reading confirmation in Sharepoint documents
Hi,
i want to implement a reading confirmation for external users in Sharepoint.
I configured an “I’ve read it”” button which trigger a power automate flow. Now i want to change the value of the “Reading confirmation” field from “pending confirmation” to “accepted”…at the end the button should disappear for the user who triggers it.
Is anything like this possible?
Slavko
Hi,i want to implement a reading confirmation for external users in Sharepoint.I configured an “I’ve read it”” button which trigger a power automate flow. Now i want to change the value of the “Reading confirmation” field from “pending confirmation” to “accepted”…at the end the button should disappear for the user who triggers it.Is anything like this possible?RegardsSlavko Read More
Outlook Issue
Hi guys, I’m new here and not 100% sure if this is the right place to post this question. If not, please point me in the right direction.
I have a user experiencing an old known bug in Outlook. Error message below:
“The properties of the message have been changed” prompt when forwarding/replying in Outlook
I have updated outlook, recreated the profile, ran an online repair, .olded the reg value and even checked the mail settings to see if there was a cause there. None of this has fixed the issue unfortunately.
Any ideas?
Hi guys, I’m new here and not 100% sure if this is the right place to post this question. If not, please point me in the right direction. I have a user experiencing an old known bug in Outlook. Error message below: “The properties of the message have been changed” prompt when forwarding/replying in OutlookI have updated outlook, recreated the profile, ran an online repair, .olded the reg value and even checked the mail settings to see if there was a cause there. None of this has fixed the issue unfortunately. Any ideas? Read More
Visibility of Site
Hi Everyone,
I was trying to search some sites in my Microsoft edge but they are not visible i thing they are not indexed what could be the reason.
here are sites:
https://betinfo.pro/
can anybody help.
Thanks
Hi Everyone,I was trying to search some sites in my Microsoft edge but they are not visible i thing they are not indexed what could be the reason.here are sites:https://sheraz.website/https://urduinbox.pro/https://betinfo.pro/can anybody help.Thanks Read More
Conditional formatting not working in my calendar – Excel
Hello,
I am new to the forum today and am wondering how I share a spreadsheet for others to look at and assist. The tickbox selection and source data covers 4 tabs then the conditional formatting as well so do not know how to make it work.
Should I put multiple pics up of all the formulas and conditional formatting to compare the two to see where I am going wrong.
Any help on how I can resolve this greatly appreciated.
Hello,I am new to the forum today and am wondering how I share a spreadsheet for others to look at and assist. The tickbox selection and source data covers 4 tabs then the conditional formatting as well so do not know how to make it work. Should I put multiple pics up of all the formulas and conditional formatting to compare the two to see where I am going wrong. Any help on how I can resolve this greatly appreciated. Read More
Custom Compliance Policy Error 65009 in Microsoft Intune
I created a custom compliance policy that searches for a specific registry key to check device compliance however, I am getting the following error 65009 (Invalid Json for the discovered setting). I checked the Json script in JSON Lint but there is no syntax error. I will add the PowerShell script and Json file below.
PowerShell script:
# Define the registry path and value name
$registryPath = “HKCU:SOFTWARETestCompliance”
$registryValueName = “TestValue”
# Check if the registry value exists
$registryValue = Get-ItemProperty -Path $registryPath -Name $registryValueName -ErrorAction SilentlyContinue
# Determine compliance status based on the registry value
$isCompliant = $null -ne $registryValue.$registryValueName
# Create a hash table with compliance details
$hash = @{
RegistryPath = $registryPath
ValueName = $registryValueName
IsCompliant = $isCompliant
}
# Return the hash table as a compact JSON string
return $hash | ConvertTo-Json -Compress
Json File:
{
“rules”: [
{
“settingName”: “IsCompliant”,
“operator”: “IsEquals”,
“dataType”: “boolean”,
“operand”: true,
“moreInfoUrl”: “https://learn.microsoft.com/en-us/mem/intune/fundamentals/deployment-plan-compliance-policies“,
“remediationStrings”: [
{
“language”: “en_US”,
“title”: “Compliance check failed”,
“description”: “The device is non-compliant.”
}
]
}
]
}
I created a custom compliance policy that searches for a specific registry key to check device compliance however, I am getting the following error 65009 (Invalid Json for the discovered setting). I checked the Json script in JSON Lint but there is no syntax error. I will add the PowerShell script and Json file below. PowerShell script: # Define the registry path and value name$registryPath = “HKCU:SOFTWARETestCompliance”$registryValueName = “TestValue”# Check if the registry value exists$registryValue = Get-ItemProperty -Path $registryPath -Name $registryValueName -ErrorAction SilentlyContinue# Determine compliance status based on the registry value$isCompliant = $null -ne $registryValue.$registryValueName# Create a hash table with compliance details$hash = @{ RegistryPath = $registryPath ValueName = $registryValueName IsCompliant = $isCompliant}# Return the hash table as a compact JSON stringreturn $hash | ConvertTo-Json -Compress Json File: { “rules”: [ { “settingName”: “IsCompliant”, “operator”: “IsEquals”, “dataType”: “boolean”, “operand”: true, “moreInfoUrl”: “https://learn.microsoft.com/en-us/mem/intune/fundamentals/deployment-plan-compliance-policies”, “remediationStrings”: [ { “language”: “en_US”, “title”: “Compliance check failed”, “description”: “The device is non-compliant.” } ] } ]} Read More
Losing my email 16th september
Hi all,
I’ve just received an email that I don’t understand that says this~
The safety and security of your information is top priority for Microsoft. To help keep your account secure, Microsoft will no longer support the use of third-party email and calendar apps which ask you to sign in with only your Microsoft Account username and password. To keep you safe you will need to use a mail or calendar app which supports Microsoft’s modern authentication methods. If you do not act, your third-party email apps will no longer be able to access your Outlook.com, Hotmail or Live.com email address on September 16th.
I have a Hotmail account that I have had for years. I have downloaded the Microsoft authentication app that asks for permission to sign in but other than that I have no idea!
I have a brain tumour so I struggle can some explain what I need to do in an idiot proof form please!
Hi all,I’ve just received an email that I don’t understand that says this~The safety and security of your information is top priority for Microsoft. To help keep your account secure, Microsoft will no longer support the use of third-party email and calendar apps which ask you to sign in with only your Microsoft Account username and password. To keep you safe you will need to use a mail or calendar app which supports Microsoft’s modern authentication methods. If you do not act, your third-party email apps will no longer be able to access your Outlook.com, Hotmail or Live.com email address on September 16th.I have a Hotmail account that I have had for years. I have downloaded the Microsoft authentication app that asks for permission to sign in but other than that I have no idea!I have a brain tumour so I struggle can some explain what I need to do in an idiot proof form please! Read More
Access Policies not blocking existing Office app connections
I’m testing blocking the Office apps on unmanaged devices so users cannot use them to download sensitive data. While I have had success with preventing users from licensing their Office apps or setting up OneDrive syncing, unfortunately it isn’t blocking apps that are already setup. So licensed Office apps can still browse to Sharepoint, and open a file, email is still delivered in Outlook and file changes in OneDrive still sync in both directions. I want to stop all existing connections in their tracks with this policy.
The Access policy is setup with the following:
Device not equal to Hybrid Entra Joined…User account equal to mineApp equals Microsoft 365Client app equals Mobile and desktopDevice equals PCBlock and display a customised message
I have a separate Session policy that is blocking cut,copy,print,& download activities in a web browser.
Can anyone explain why it isnt working as I would expect?
Thanks for any help.
I’m testing blocking the Office apps on unmanaged devices so users cannot use them to download sensitive data. While I have had success with preventing users from licensing their Office apps or setting up OneDrive syncing, unfortunately it isn’t blocking apps that are already setup. So licensed Office apps can still browse to Sharepoint, and open a file, email is still delivered in Outlook and file changes in OneDrive still sync in both directions. I want to stop all existing connections in their tracks with this policy. The Access policy is setup with the following:Device not equal to Hybrid Entra Joined…User account equal to mineApp equals Microsoft 365Client app equals Mobile and desktopDevice equals PCBlock and display a customised messageI have a separate Session policy that is blocking cut,copy,print,& download activities in a web browser. Can anyone explain why it isnt working as I would expect? Thanks for any help. Read More
word and excel
hello,
who can help me how to do this:
I have an excel file with cells like :
first name cell A 2
family name cell A3
birth date cell A4
start lease cell A5
rentamount cell A6
In a standard contract form I want to fill in the lines in the word document from these specific cells
hello,who can help me how to do this:I have an excel file with cells like :first name cell A 2family name cell A3birth date cell A4start lease cell A5rentamount cell A6In a standard contract form I want to fill in the lines in the word document from these specific cells Read More
Forgot Android password? How to unlock Android without losing data
Hello,
This is Aubrey and I need some help from the expert team. I have a backup phone (Samsung Galaxy S23) running Android 12. It has been weeks since the device is not powered on. Unfortunately, I forgot Android phone password when I was trying to unlock it today. Try a few password combinations but did not work.
I heard there are a couple of ways to unlock Android phone without losing data when you forgot Android password? Is this true? If yes, what is the correct way to do this on a Windows PC?
Thanks
Hello, This is Aubrey and I need some help from the expert team. I have a backup phone (Samsung Galaxy S23) running Android 12. It has been weeks since the device is not powered on. Unfortunately, I forgot Android phone password when I was trying to unlock it today. Try a few password combinations but did not work. I heard there are a couple of ways to unlock Android phone without losing data when you forgot Android password? Is this true? If yes, what is the correct way to do this on a Windows PC? Thanks Read More
Word Mail Merge of multi page document to a multi function printer to make 500 ea 8 page magazine.
whenever i try to merge the 8 page document with 500 addresses to the printer directly, it spools everything into a single print queue and tried to print all 4000 pages at once.
When i try to make an editable merge, i get the same thing.. 4000 pages.
Any way to create 500 8 page individual pdf’s???
Thanks.
Paul – up late at night
whenever i try to merge the 8 page document with 500 addresses to the printer directly, it spools everything into a single print queue and tried to print all 4000 pages at once. When i try to make an editable merge, i get the same thing.. 4000 pages. Any way to create 500 8 page individual pdf’s??? Thanks. Paul – up late at night Read More
VM creation keeps failing while deploying AVD in host pool.
I am trying to deploy AVD, but it keeps failing when it comes to creating the VM.
The error message is:
“Deployment to resource group ‘AVD-RG’ failed.
Additional details from the underlying API that might be helpful: At least one resource deployment operation failed. Please list deployment operations for details. See https://aka.ms/arm-deployment-operations for usage details.”
I am using a Free Subscription with $200 in credits and a global account to deploy the AVD. Has anyone faced this issue recently?
Hello,I am trying to deploy AVD, but it keeps failing when it comes to creating the VM. The error message is: “Deployment to resource group ‘AVD-RG’ failed.Additional details from the underlying API that might be helpful: At least one resource deployment operation failed. Please list deployment operations for details. See https://aka.ms/arm-deployment-operations for usage details.” I am using a Free Subscription with $200 in credits and a global account to deploy the AVD. Has anyone faced this issue recently? Read More
SQL Server がインストールされていないAzure VM において、「Failed to find SQL instance to target」を含むメッセージが記録される
こんにちは。SQL Server サポート チームです。
事象
SQL Server がインストールされていないAzure VM において、Windows イベントログのアプリケーションログに以下のメッセージが記録される場合があります。
– ソース
Microsoft SQL Server IaaS Agent Setup
– メッセージ
Failed to find SQL instance to target. Skipping ‘NT Service\SQLIaaSExtensionQuery’ removal from sql logins.
メッセージの原因
SQL IaaS Agent 拡張機能への自動登録機能を有効化しているサブスクリプションにおいては、Azure VM に対して SQL Server がインストールされているかどうかを検出するジョブが毎月実行されます。
また、自動登録機能が有効化されているかどうかに関わらず、弊社の計画メンテナンスによって、SQL Server がインストールされているかどうかを検出するジョブが実行されます。
したがって、上述のジョブによりAzure VMにSQL Serverがインストールされていないことを検出したことが発生原因となります。
※計画メンテナンスのタイミングは不定期です。
SQL IaaS Agent 拡張機能への自動登録の有効化状況については、Azure Portal から以下の手順で確認が可能です。
1.Azure portal にサインインします。
2.[SQL 仮想マシン] リソース ページに移動します。
3.[SQL Server VM の自動登録](Automatic SQL Server VM registration) を選択して、 [SQL Server VM の自動登録](Automatic SQL Server VM registration) ページを開きます。
4.登録済みの場合は以下のように表示されます。
SQL IaaS Agent 拡張機能への自動登録の詳細につきましては、下記の公開情報をご確認ください。
SQL IaaS Agent 拡張機能への自動登録
影響
SQL ServerがインストールされていないAzure VMにて記録されたものであれば、本メッセージによる影響はありません。
対処策
本メッセージはジョブの出力結果として記録されるため、出力を止めることはできません。
監視ツールなどで監視されている場合は、必要に応じて監視対象から除外してください。
Microsoft Tech Community – Latest Blogs –Read More
MacriumRescue.iso is not the only bootable .iso file that provides Wi-Fi access. There are other boo
It’s important to note that most bootable ISO programs are designed to run independently of the operating system installed on a computer, which means they may not support all hardware components, including Wi-Fi devices. However, some specialized bootable ISOs do include Wi-Fi drivers and tools that allow for internet connectivity.
Regarding anti-malware utilities that can go online to update their database or use the cloud for real-time protection, there are a few options available. One popular choice is Kaspersky Rescue Disk, which includes network capabilities and can be used to update its virus definitions online. Similarly, AVG Rescue CD and Bitdefender Rescue CD also offer internet connectivity for updating their databases.
As for MR’s ISO, if it has the ability to go online, it may be possible to run external programs or download additional tools, depending on the specific features included in the ISO. It’s recommended to review the documentation or guidelines provided by the creator of the ISO to understand its capabilities in more detail.
It’s important to note that most bootable ISO programs are designed to run independently of the operating system installed on a computer, which means they may not support all hardware components, including Wi-Fi devices. However, some specialized bootable ISOs do include Wi-Fi drivers and tools that allow for internet connectivity. Regarding anti-malware utilities that can go online to update their database or use the cloud for real-time protection, there are a few options available. One popular choice is Kaspersky Rescue Disk, which includes network capabilities and can be used to update its virus definitions online. Similarly, AVG Rescue CD and Bitdefender Rescue CD also offer internet connectivity for updating their databases. As for MR’s ISO, if it has the ability to go online, it may be possible to run external programs or download additional tools, depending on the specific features included in the ISO. It’s recommended to review the documentation or guidelines provided by the creator of the ISO to understand its capabilities in more detail. Read More
If the system tray is not auto-hiding as it should, you can try the following solutions:1. Check the
It seems like you’re experiencing an issue with the system tray or taskbar not auto-hiding on your HP Envy x360. This can be quite frustrating when you need all of the screen space. Here are some troubleshooting steps you can try to resolve this issue:
1. Restart your computer: Sometimes, a simple restart can fix temporary glitches or issues with the taskbar auto-hide feature.
2. Check the taskbar settings: Right-click on the taskbar, select “Taskbar settings”, and make sure that the “Automatically hide the taskbar in desktop mode” option is turned on.
3. Update your operating system: Make sure that your Windows operating system is up to date with the latest updates and patches. Sometimes, software updates can fix bugs or issues related to the taskbar.
4. Check for third-party applications: Certain third-party applications or software can interfere with the taskbar’s auto-hide feature. Try disabling any recently installed apps to see if the issue is resolved.
5. System maintenance: Perform system maintenance tasks such as disk cleanup, clearing cache files, and checking for malware or viruses that could be causing the issue.
If none of these steps resolve the problem, you may need to seek further assistance from HP support or a technical professional to diagnose and fix the issue on your HP Envy x360.
It seems like you’re experiencing an issue with the system tray or taskbar not auto-hiding on your HP Envy x360. This can be quite frustrating when you need all of the screen space. Here are some troubleshooting steps you can try to resolve this issue: 1. Restart your computer: Sometimes, a simple restart can fix temporary glitches or issues with the taskbar auto-hide feature. 2. Check the taskbar settings: Right-click on the taskbar, select “Taskbar settings”, and make sure that the “Automatically hide the taskbar in desktop mode” option is turned on. 3. Update your operating system: Make sure that your Windows operating system is up to date with the latest updates and patches. Sometimes, software updates can fix bugs or issues related to the taskbar. 4. Check for third-party applications: Certain third-party applications or software can interfere with the taskbar’s auto-hide feature. Try disabling any recently installed apps to see if the issue is resolved. 5. System maintenance: Perform system maintenance tasks such as disk cleanup, clearing cache files, and checking for malware or viruses that could be causing the issue. If none of these steps resolve the problem, you may need to seek further assistance from HP support or a technical professional to diagnose and fix the issue on your HP Envy x360. Read More
Windows 11 and OneDrive Hanging File Explorer
Are there any documented issues with Microsoft OneDrive where the explorer.exe window becomes unresponsive during file syncing? The problem only arises when items inside folders are still syncing with the cloud; otherwise, explore acts as expected. My troubleshooting process has involved signing out, relinking my Drive account, and reinstalling OneDrive. There has been no improvement.
This system was running OneDrive without issue before a clean OS install. The clean install resolved a system instability between CUDA and the Unreal Gamedev engine but introduced the current issue with OneDrive.
I am running the latest build of 23H2
Are there any documented issues with Microsoft OneDrive where the explorer.exe window becomes unresponsive during file syncing? The problem only arises when items inside folders are still syncing with the cloud; otherwise, explore acts as expected. My troubleshooting process has involved signing out, relinking my Drive account, and reinstalling OneDrive. There has been no improvement. This system was running OneDrive without issue before a clean OS install. The clean install resolved a system instability between CUDA and the Unreal Gamedev engine but introduced the current issue with OneDrive. I am running the latest build of 23H2 Read More