search
HomeCommon ProblemHow to solve the problem that the Win11 system startup folder is empty

 How to solve the problem that the Win11 system startup folder is empty? The startup folder can cause the program to start automatically at the beginning. Recently, some Win11 users have reported that the startup folder on their computers is empty. How to solve this problem? The editor below will introduce the solution for you, let’s take a look!

How to solve the problem that the Win11 system startup folder is empty

## Win11 system startup folder is empty solution tutorial

1. Check the two startup folders

Press Windows R to start the run command , enter shell:startup in the text field and click OK or Enter to launch the user-specific startup folder.

How to solve the problem that the Win11 system startup folder is empty

Now, check if the app you are looking for is located here. If not, we next check the public startup folder.

How to solve the problem that the Win11 system startup folder is empty

Press Windows R again to launch the Run dialog box, enter shell:common startup in the text field, and click OK.

How to solve the problem that the Win11 system startup folder is empty

Check if the application is located here.

How to solve the problem that the Win11 system startup folder is empty

If the application you are looking for was manually added before, it should be in one of these folders. However, if Windows startup apps are still missing, move on to the next method.

 Additionally, you now know where the win11 startup folder is, so adding or removing apps shouldn’t be a problem from now on.

 2. Verify through the Task Manager whether the startup application has been configured

Press Ctrl + Shift Esc to launch the Task Manager, and then navigate to the Startup tab from the top.

How to solve the problem that the Win11 system startup folder is empty

Now, find the program you are looking for here and check if it is Enabled under the Status column.

How to solve the problem that the Win11 system startup folder is empty

If not, select it and click the Enable button at the bottom.

How to solve the problem that the Win11 system startup folder is empty

Pro Tip: Some PC problems are difficult to fix, especially if the repository is corrupted or Windows files are missing. If you are having trouble fixing errors, your system may be partially corrupted. We recommend installing Restoro, a tool that can scan your machine and determine where the fault lies.

Click here to download and start repairing.

Even if the Win11 startup folder is empty, you can still use Task Manager to set the app to start at startup.

Actually, this would be the ideal approach. This is because the operating system first loads applications enabled through Task Manager and then looks at the applications stored in the startup folder.

 3. Add the application again

Press Windows E to start File Explorer, paste the path of the desired startup folder into the address bar, and then click Enter.

For a user-specific startup folder, use the following path: C:UserskazimAppDataRoamingMicrosoftWindowsStart MenuProgramsStartup

For a universal startup folder, use the following path: C:ProgramDataMicrosoftWindowsStart MenuProgramsStartup

How to solve the problem that the Win11 system startup folder is empty

Now, right-click on the empty section, hover your cursor over New, and select Shortcut from the list of options.

How to solve the problem that the Win11 system startup folder is empty

Click the Browse button in the Create Shortcut window.

How to solve the problem that the Win11 system startup folder is empty

Go to the location where the shortcut is stored, select it, and click OK.

How to solve the problem that the Win11 system startup folder is empty

Click Next at the bottom.

How to solve the problem that the Win11 system startup folder is empty

Finally, click Finish without changing the default name entered in the text field.

How to solve the problem that the Win11 system startup folder is empty

If the Startup tab in Task Manager is empty, manually adding the application to the Startup folder in Win11 can solve the problem.

The above is the detailed content of How to solve the problem that the Win11 system startup folder is empty. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:插件之家. If there is any infringement, please contact admin@php.cn delete
golang 报错:“undeclared name…” 如何解决?golang 报错:“undeclared name…” 如何解决?Jun 24, 2023 pm 03:31 PM

Golang(Go编程语言)是一种基于C语言的编程语言,被广泛用于Web开发、网络编程、操作系统等领域。然而,在编写Golang程序时经常会遇到一个常见的问题,就是“undeclaredname”(未声明名称)错误。下面将介绍如何解决这个问题。了解错误信息在编译和运行Golang程序时,如果遇到了未声明名称错误,会在控制台输出相应的错误信

Java中的ClassNotFoundException——找不到类要怎么解决?Java中的ClassNotFoundException——找不到类要怎么解决?Jun 25, 2023 am 08:30 AM

Java中的ClassNotFoundException是一种常见的编译错误。当我们尝试使用Java虚拟机(JVM)加载某个类时,如果JVM找不到该类,就会抛出ClassNotFoundException。这个错误可能出现在程序运行时,也可能出现在编译时。在本文中,我们将讨论什么是ClassNotFoundException,它为什么会发生以及如何解决它。C

golang 编译错误:"undefined: json.Marshal" 如何解决?golang 编译错误:"undefined: json.Marshal" 如何解决?Jun 24, 2023 pm 03:24 PM

Go语言是一门越来越受欢迎的编程语言,它的简洁、高效、易于编写的特点已经被越来越多的开发者所认可。而在Go语言开发中,遇到编译错误是不可避免的。其中一个常见的错误就是“undefined:json.Marshal”。这个错误通常发生在你使用了Go标准库的“encoding/json”包时,编译器提示找不到“json.Marshal”的定义。这个问题的根本原

Java错误:JDBC错误,如何解决和避免Java错误:JDBC错误,如何解决和避免Jun 24, 2023 pm 02:40 PM

随着Java的广泛应用,Java程序在连接数据库时经常会出现JDBC错误。JDBC(JavaDatabaseConnectivity)是Java中用于连接数据库的编程接口,因此,JDBC错误是在Java程序与数据库交互时遇到的一种错误。下面将介绍一些最常见的JDBC错误及如何解决和避免它们。ClassNotFoundException这是最常见的JDBC

golang 报错:“undefined variable or function” 如何解决?golang 报错:“undefined variable or function” 如何解决?Jun 24, 2023 pm 05:18 PM

Go语言作为一门快速发展的编程语言,被广泛应用于各种项目和领域。然而,在使用golang编写程序时,你有可能会遇到一些报错,其中一个常见的报错是“undefinedvariableorfunction”。那么,这个错误是什么意思?它是如何产生的?又该如何解决呢?本文将会对这些问题进行探讨。首先,我们需要了解一些基本概念。在golang中,变量和函数是两

在Vue应用中遇到“SyntaxError: Unexpected token”怎么解决?在Vue应用中遇到“SyntaxError: Unexpected token”怎么解决?Jun 24, 2023 pm 06:55 PM

在Vue应用中遇到“SyntaxError:Unexpectedtoken”怎么解决?Vue是前端开发中广泛使用的一个JavaScript框架,它可以让我们更轻松地管理页面的状态、渲染和交互。但是在编写Vue应用时,有时会遇到“SyntaxError:Unexpectedtoken”报错,这个错误提示意味着代码中存在语法错误,JavaScript引擎

Java错误:Gradle错误,如何解决和避免Java错误:Gradle错误,如何解决和避免Jun 25, 2023 am 11:13 AM

Java作为目前最受欢迎的编程语言之一,在开发过程中常常会遇到各种各样的错误,其中Gradle错误是比较常见的一种。本文将介绍如何解决和避免Gradle错误。一、Gradle错误的原因Gradle为构建工具,其主要作用是将代码、资源文件、第三方库等打包并生成可执行的应用程序。在实际开发中,如果不注意一些细节,很容易出现Gradle错误,主要原因通常有以下几种

golang 报错:“missing return…” 如何解决?golang 报错:“missing return…” 如何解决?Jun 24, 2023 pm 04:37 PM

在golang中,函数在定义时需要明确返回值类型和返回值,但有时候会出现“missingreturn…”的错误,表示函数缺少返回语句。本文将介绍如何解决这个问题。确认函数签名如果在定义函数时声明了返回值类型,但没有返回具体的值,就会触发这个错误。因此,你可以先检查函数签名,确认声明了返回值类型。举个例子:funcadd(a,bint)int{

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

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!