Account Management
6 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.2.1KViews0likes4CommentsWindows 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.3KViews0likes2Commentsproblem 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?832Views1like2CommentsPrevent auto restart to install updates
I left my computer for 2-3 hours and it restarted on its own to install updates. Gone is my entire workspace with the edit history in Visual Studio. We need to prevent Windows 10 from restarting on its own. This causes damage, downtime and interrupts the professional work process. People lose money and stop using Microsoft products. I was asked by Microsoft support to write this here. case 1029920795815Views0likes1Comment