Table of Contents
My computer can’t open windows10. Where can I open it?
Home System Tutorial Windows Series What should I do if my computer can't open Windows 10?

What should I do if my computer can't open Windows 10?

Dec 24, 2023 pm 03:59 PM
windows computer Can't open

When we use the win10 operating system, some friends will not be able to open the My Computer icon when they open it. The editor thinks that the reason for this situation is probably due to errors in the internal components of the system. We can try to enter the computer's registry editor to fix the problem.

What should I do if my computer cant open Windows 10?

My computer can’t open windows10. Where can I open it?

Method 1:

1. Press the "Win r" key to open " Run", enter the "regedit" command, and click "OK".

What should I do if my computer cant open Windows 10?

2. Open the registry editor interface and expand the registry tree on the left to the following branches, HKEY_CLASSES_ROOT\.exe

What should I do if my computer cant open Windows 10?

3. Make sure that the parameter with the default value in the right window is "exefile"

What should I do if my computer cant open Windows 10?

4. Then navigate to the following branch: HKEY_CLASSES_ROOT\exefile\shell\open\ command

What should I do if my computer cant open Windows 10?

#5. Make sure that the parameter with the default value in the right window is ""%1" %*"

What should I do if my computer cant open Windows 10?

Method 2:

1. Enter "Command Prompt" in the search box and click in.

What should I do if my computer cant open Windows 10?

#2. Enter the "assoc.exe=exefile" command in the command prompt interface and press the Enter key to restore the association of the exe file.

What should I do if my computer cant open Windows 10?

win10 display extended reading: My computer icon changes to English|My computer is not personalized|My computer 1001 Untitled

The above is the detailed content of What should I do if my computer can't open Windows 10?. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1664
14
PHP Tutorial
1268
29
C# Tutorial
1246
24
How to run sublime after writing the code How to run sublime after writing the code Apr 16, 2025 am 08:51 AM

There are six ways to run code in Sublime: through hotkeys, menus, build systems, command lines, set default build systems, and custom build commands, and run individual files/projects by right-clicking on projects/files. The build system availability depends on the installation of Sublime Text.

How to solve complex BelongsToThrough relationship problem in Laravel? Use Composer! How to solve complex BelongsToThrough relationship problem in Laravel? Use Composer! Apr 17, 2025 pm 09:54 PM

In Laravel development, dealing with complex model relationships has always been a challenge, especially when it comes to multi-level BelongsToThrough relationships. Recently, I encountered this problem in a project dealing with a multi-level model relationship, where traditional HasManyThrough relationships fail to meet the needs, resulting in data queries becoming complex and inefficient. After some exploration, I found the library staudenmeir/belongs-to-through, which easily installed and solved my troubles through Composer.

Is the vscode extension malicious? Is the vscode extension malicious? Apr 15, 2025 pm 07:57 PM

VS Code extensions pose malicious risks, such as hiding malicious code, exploiting vulnerabilities, and masturbating as legitimate extensions. Methods to identify malicious extensions include: checking publishers, reading comments, checking code, and installing with caution. Security measures also include: security awareness, good habits, regular updates and antivirus software.

git software installation git software installation Apr 17, 2025 am 11:57 AM

Installing Git software includes the following steps: Download the installation package and run the installation package to verify the installation configuration Git installation Git Bash (Windows only)

laravel installation code laravel installation code Apr 18, 2025 pm 12:30 PM

To install Laravel, follow these steps in sequence: Install Composer (for macOS/Linux and Windows) Install Laravel Installer Create a new project Start Service Access Application (URL: http://127.0.0.1:8000) Set up the database connection (if required)

Which of the top ten currency trading platforms in the world are among the top ten currency trading platforms in 2025 Which of the top ten currency trading platforms in the world are among the top ten currency trading platforms in 2025 Apr 28, 2025 pm 08:12 PM

The top ten cryptocurrency exchanges in the world in 2025 include Binance, OKX, Gate.io, Coinbase, Kraken, Huobi, Bitfinex, KuCoin, Bittrex and Poloniex, all of which are known for their high trading volume and security.

vscode sets the header file path vscode sets the header file path Apr 15, 2025 pm 09:24 PM

To set the header file path in Visual Studio Code, open the User Settings panel, add the path in the Include Path field, and click the Save button. Example: { "includePath": ["/path/to/header1", "/path/to/header2"] }.

What is git software for? How to use git software? What is git software for? How to use git software? Apr 17, 2025 pm 12:09 PM

Git is a distributed version control system designed to track code changes and allow collaborative development. It enables developers to document project evolution, manage code merges, and maintain project history in an efficient and secure way. Through Git's distributed architecture, each developer has a complete copy of the project and performs common version control operations without communicating with a central server.

See all articles