Ok, the translation for your language is automatic on the site, but I have disabled it now and I will send it only in English:
Hi, I'm Claudeir, an independent expert, it's very important to me that all your questions are answered and that you have a positive experience.
- Got it, let's try to fix the start menu using commands:
Windows + R, and then type: 'powershell' (must be an administrator)
when the window opens, enter the following command: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$ ($ _. InstallLocation) \ AppXManifest.xml”}
Correct some permissions:
Windows + R and type: 'regedit.exe'
Right click on HKEY_CLASSES_ROOT and select 'Permissions'
go to ALL APPLICATION PACKAGES and check the 'reading' box
If there is no such group, go to 'find', 'advanced' and 'find now' double click on ALL APPLICATION PACKAGES
click OK (this method is only if the option ALL APPLICATION PACKAGES does not appear in user groups)
What about the pc restarting itself:
First test a clean boot to see if third-party applications are causing problems:
Press the Windows + R keys, type msconfig and click OK;
In the System Configuration window click on the services tab;
At the bottom of the screen check the Hide all Microsoft services box and click Disable all;
Now click on the Programs Startup tab and click on Open Task Manager;
In the task manager window on the startup tab, disable all non-Microsoft programs, close the task manager and click ok on system configuration and restart the computer if requested.
NOTE: This procedure disables all third party services and programs. You can later, if the problem is solved in this way, selectively enable the programs and services that will start with Windows, instead of keeping all disabled. If the problem returns after activating the startup of a specific service or program, the problem is exactly in the startup of this software and it is recommended to remove it.
Also try using a Windows tool to clean and fix the system image:
Press the keys Ctrl + Shift + ESC, click on File;
Click Run new task.
Check the option Create this task with administrative privileges;
In the open field type 'cmd' then click OK.
Run the following commands, one line at a time, followed by the 'Enter key.'
sfc / scannow
dism / online / cleanup-image / CheckHealth
dism / online / cleanup-image / restorehealth
chkdsk / f / r / b
If the answer helped in any way, please mark it as answered, so you will be helping other users, your opinion is very important to us.
If you still have questions, explain in more detail so we can help, see you later