Account Management
11 TopicsIssue with "Edit with Paint 3D" Functionality
I have recently encountered an issue with Paint 3D. When I try to edit a picture using Paint 3D by right-clicking on the photo and selecting "Edit with Paint 3D," I am unexpectedly prompted to choose an app to open the file instead of Paint 3D launching directly. Has anyone else experienced this problem, or does anyone have any insights on why this might be happening and how to resolve it? Thank you for your assistance! Following was done: Reinstall Paint 3D Open Microsoft Store: Go to the Start menu and open the Microsoft Store. Search for Paint 3D: In the search bar, type "Paint 3D." Reinstall Paint 3D: If the app is installed, you can click "Open." If it’s not installed or you suspect it might be corrupted, click "Install" or "Get" to reinstall it. Ensure Paint 3D is Enabled Open Settings: Press Win + I to open Settings. Go to Apps: Navigate to "Apps" and then "Apps & features." Find Paint 3D: Scroll through the list of installed apps to find "Paint 3D." Ensure It’s Enabled: If you find it, make sure it’s not disabled. If it is, re-enable it. Associate Image Files with Paint 3D Manually Right-click on the Image File: Right-click on an image file. Select Properties: Choose "Properties" from the context menu. Change the Default Program: In the Properties window, click the "Change" button next to "Opens with." Manually Find Paint 3D: Click "More apps" if Paint 3D is not listed. Scroll down and click "Look for another app on this PC." Navigate to C:\Program Files\WindowsApps and look for the Paint 3D executable. Note that you may need administrative permissions to access this folder. Use the Default Apps Settings Open Settings: Press Win + I to open Settings. Go to Apps: Navigate to "Apps" and then "Default apps." Reset Default Apps: Scroll down and click "Reset" under "Reset to the Microsoft recommended defaults." Change Defaults Manually: After resetting, try setting Paint 3D as the default app for your image files again. Check for System Updates Open Settings: Press Win + I to open Settings. Go to Update & Security: Navigate to "Update & Security." Check for Updates: Click "Check for updates" and install any available updates. Sometimes updates can fix issues with system apps like Paint 3D. 1. Check if Paint 3D is Installed Correctly Open PowerShell as Administrator: Press Win + X and select "Windows PowerShell (Admin)." Check Installation: Enter the following command to check if Paint 3D is installed: powershell Copy code Get-AppxPackage *Microsoft.MSPaint* | Select Name, PackageFullName If Paint 3D is listed, it’s installed. If not, proceed to reinstall it. Reinstall Paint 3D: Uninstall Paint 3D using PowerShell: powershell Copy code Get-AppxPackage *Microsoft.MSPaint* | Remove-AppxPackage Reinstall from the Microsoft Store: Open the Microsoft Store, search for "Paint 3D," and install it. 2. Reset Paint 3D Open Settings: Press Win + I to open Settings. Go to Apps: Navigate to "Apps" > "Apps & features." Find Paint 3D: Scroll down and select "Paint 3D." Advanced Options: Click on "Advanced options." Reset: Click the "Reset" button. This will reset Paint 3D to its default state. 3. Create a New User Profile Open Settings: Press Win + I to open Settings. Go to Accounts: Navigate to "Accounts" > "Family & other users." Add Someone Else to This PC: Click on "Add someone else to this PC." Create a New User: Follow the prompts to create a new user account. Log In: Log out of your current account and log in with the new user account. Check if Paint 3D works correctly in the new profile. 4. Repair Windows Using DISM and SFC Open Command Prompt as Administrator: Press Win + X and select "Command Prompt (Admin)" or "Windows PowerShell (Admin)." Run DISM: Enter the following command to repair the Windows image: powershell Copy code DISM /Online /Cleanup-Image /RestoreHealth Wait for the process to complete. Run SFC: Enter the following command to check and repair system files: powershell Copy code sfc /scannow Wait for the process to complete and restart your computer.25KViews0likes10CommentsWindows 10 Workstation Errors
I'm working on a small on-premise Windows network. One Windows 2019 server (DSDC), one Windows 2007 Server (DC), five Windows 10 Pc's. All servers and workstation have Windows updates installed. None of the devices have been hit with viruses. One of the Windows 10 Pro PCs just started rebooting intermittently. I checked the power supply but couldn't detect any issues. The event viewer systems log does not have any power-related events. The event viewer/system log shows the errors below have been occurring every day for months. Today, I ran the following processes but didn't find any errors: SFC /Scannow Chkdsk /f DISM /Online /Cleanup-Image /CheckHealth Dism /Online /Cleanup-Image /ScanHealth Dism /Online /Cleanup-Image /RestoreHealth Cleared temp files Installed Samsung Magician to check for SSD health Checked Battery Backup Checked the case. It wasn't too dusty Verified all four case fans were running This same process has been performed before but the errors still occur. Does anyone have a suggestion on how to resolve the issue? Log Name: System Source: Microsoft-Windows-DistributedCOM Date: 3/18/2024 3:30:20 PM Event ID: 10036 Task Category: None Level: Error Keywords: Classic User: @@@@@\SBSMonAcct Computer: FrontDeskII.@@@@@.com Description: The server-side authentication level policy does not allow the user @@@@@\SBSMonAcct SID (S-1-5-21-199190291-2147114010-2302728672-2653) from address 172.16.20.54 to activate DCOM server. Please raise the activation authentication level at least to RPC_C_AUTHN_LEVEL_PKT_INTEGRITY in client application. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-DistributedCOM" Guid="{1B562E86-B7AA-4131-BADC-B6F3A001407E}" EventSourceName="DCOM" /> <EventID Qualifiers="0">10036</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x8080000000000000</Keywords> <TimeCreated SystemTime="2024-03-18T20:30:20.5741820Z" /> <EventRecordID>211950</EventRecordID> <Correlation /> <Execution ProcessID="912" ThreadID="17696" /> <Channel>System</Channel> <Computer>FrontDeskII.@@@@@.com</Computer> <Security UserID="S-1-5-21-199190291-2147114010-2302728672-2653" /> </System> <EventData> <Data Name="Domain Name">@@@@@</Data> <Data Name="User Name">SBSMonAcct</Data> <Data Name="SID">S-1-5-21-199190291-2147114010-2302728672-2653</Data> <Data Name="Client IP Address">172.16.20.54</Data> </EventData> </Event> Log Name: System Source: Microsoft-Windows-DistributedCOM Date: 3/18/2024 3:30:20 PM Event ID: 10036 Task Category: None Level: Error Keywords: Classic User: @@@@@\SBSMonAcct Computer: FrontDeskII.@@@@@.com Description: The server-side authentication level policy does not allow the user @@@@@\SBSMonAcct SID (S-1-5-21-199190291-2147114010-2302728672-2653) from address 172.16.20.54 to activate DCOM server. Please raise the activation authentication level at least to RPC_C_AUTHN_LEVEL_PKT_INTEGRITY in client application. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-DistributedCOM" Guid="{1B562E86-B7AA-4131-BADC-B6F3A001407E}" EventSourceName="DCOM" /> <EventID Qualifiers="0">10036</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x8080000000000000</Keywords> <TimeCreated SystemTime="2024-03-18T20:30:20.4960495Z" /> <EventRecordID>211949</EventRecordID> <Correlation /> <Execution ProcessID="912" ThreadID="17696" /> <Channel>System</Channel> <Computer>FrontDeskII.@@@@@.com</Computer> <Security UserID="S-1-5-21-199190291-2147114010-2302728672-2653" /> </System> <EventData> <Data Name="Domain Name">@@@@@</Data> <Data Name="User Name">SBSMonAcct</Data> <Data Name="SID">S-1-5-21-199190291-2147114010-2302728672-2653</Data> <Data Name="Client IP Address">172.16.20.54</Data> </EventData> </Event> Log Name: System Source: Microsoft-Windows-DistributedCOM Date: 3/18/2024 3:30:20 PM Event ID: 10036 Task Category: None Level: Error Keywords: Classic User: @@@@@\SBSMonAcct Computer: FrontDeskII.@@@@@.com Description: The server-side authentication level policy does not allow the user @@@@@\SBSMonAcct SID (S-1-5-21-199190291-2147114010-2302728672-2653) from address 172.16.20.54 to activate DCOM server. Please raise the activation authentication level at least to RPC_C_AUTHN_LEVEL_PKT_INTEGRITY in client application. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-DistributedCOM" Guid="{1B562E86-B7AA-4131-BADC-B6F3A001407E}" EventSourceName="DCOM" /> <EventID Qualifiers="0">10036</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x8080000000000000</Keywords> <TimeCreated SystemTime="2024-03-18T20:30:20.4179427Z" /> <EventRecordID>211948</EventRecordID> <Correlation /> <Execution ProcessID="912" ThreadID="17696" /> <Channel>System</Channel> <Computer>FrontDeskII.@@@@@.com</Computer> <Security UserID="S-1-5-21-199190291-2147114010-2302728672-2653" /> </System> <EventData> <Data Name="Domain Name">@@@@@</Data> <Data Name="User Name">SBSMonAcct</Data> <Data Name="SID">S-1-5-21-199190291-2147114010-2302728672-2653</Data> <Data Name="Client IP Address">172.16.20.54</Data> </EventData> </Event> Log Name: System Source: Microsoft-Windows-DistributedCOM Date: 3/18/2024 3:30:20 PM Event ID: 10036 Task Category: None Level: Error Keywords: Classic User: @@@@@\SBSMonAcct Computer: FrontDeskII.@@@@@.com Description: The server-side authentication level policy does not allow the user @@@@@\SBSMonAcct SID (S-1-5-21-199190291-2147114010-2302728672-2653) from address 172.16.20.54 to activate DCOM server. Please raise the activation authentication level at least to RPC_C_AUTHN_LEVEL_PKT_INTEGRITY in client application. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-DistributedCOM" Guid="{1B562E86-B7AA-4131-BADC-B6F3A001407E}" EventSourceName="DCOM" /> <EventID Qualifiers="0">10036</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x8080000000000000</Keywords> <TimeCreated SystemTime="2024-03-18T20:30:20.3710529Z" /> <EventRecordID>211947</EventRecordID> <Correlation /> <Execution ProcessID="912" ThreadID="9736" /> <Channel>System</Channel> <Computer>FrontDeskII.@@@@@.com</Computer> <Security UserID="S-1-5-21-199190291-2147114010-2302728672-2653" /> </System> <EventData> <Data Name="Domain Name">@@@@@</Data> <Data Name="User Name">SBSMonAcct</Data> <Data Name="SID">S-1-5-21-199190291-2147114010-2302728672-2653</Data> <Data Name="Client IP Address">172.16.20.54</Data> </EventData> </Event>1.3KViews0likes2CommentsChecking the connection to Microsoft. This might take a while.
I have WDS and MDT configured to deploy windows 10 to Lenovo ThinkPad 15 Gen2 along with network driver and all the things needed. Due to a minor misconfiguration right network drivers were not being injected. But when we are doing the same windows 10 installation through Bootable USB, we won't be including any drivers in that, but that still works. What I don't understand is the whole WDS deployment happens on the private network which doesn't need internet which I am being mandated for the process after MDT GUI has done its work the laptop restarts and saying "Checking the connection to Microsoft. This might take a while." as the landing page and getting stuck there for hours not letting me go any further. Please help me understand the part where it says it is trying to connect to Microsoft and getting stuck meaning it is trying to connect to internet when there is no need for that.1.9KViews0likes4CommentsWindows 10 Phone Reset Protection
I have tried resetting my Alcatel Idol 4S for my youngest son to use, but upon reset I get an error to turn off reset protection, I try logging into my account and it still does nothing, and the bitlocker says there is no recovery key to be found. I am stuck in the setup steps with no way of providing a recovery key, is there any way around this? Any help is appreciated! Thank you!1.3KViews0likes2CommentsWindows 11 Insider Preview 10.0.22623.891 (ni_release) - Download error - 0x800f0806
Hi, It has been weeks of trying to move past this error using the native troubleshooter, Microsoft Support and calling for help via the Insider feedback reporting tool. I have not been able to move past this. Can someone help or point me toward help here, please? Thanks Theo5.2KViews1like2CommentsDownload Windows iso on Android sd card
Is it possible. I wiped my hard drive on accident. Long story involves beer. My only other device is an android tablet or phone. I have a SD card. Is there a way to do windows 11 .iso on to an SD card then somehow boot my laptop with it. I have a an SD card reader13KViews1like7CommentsUpgrade to Windows 10/11 Pro
Hello, I recently purchased Windows 10/11 Pro on April 14. There was an incident verifying my email and my order was not completed for download onto my PC. How do I fix this? Is there a way support can resend me a link to manage my purchase order to download? Order# 4881089254 Thank You, Ronald Harness766Views0likes1Commentproblem in connecting with wifi
Dear Microsoft Team, It is been few days that I have updated my windows but after an update on my windows I am facing a problem. My wifi connection automatically gets disconnected after some time of connection and I have to connect it again and again while, in the older version I did not face that kind of problem. Please help me in this regard. How can I fix this?824Views1like2CommentsUpdating to windows 11 but I don't want white spaces in my user folder
I want to update to windows 11 and I don't have any issue and I am more than willing to connect to microsoft account. But it creates a user folder with whitespaces. I don't want that. So is there any workaround that. I tried leaving my last name blank but it was a required field.1.4KViews0likes1Comment