search
HomeCommon ProblemWindows 11: The easy way to import and export start layouts

Windows 11: 导入和导出开始布局的简便方法

In Windows 11, the Start menu has been redesigned and features a simplified set of apps arranged in a grid of pages, unlike its predecessor, the Users have folders, apps, and groups on the Start menu.

You can customize the Start menu layout and import and export it to other Windows devices to personalize it to your liking.

In this guide, we’ll discuss step-by-step instructions for importing Start Layout to customize the default layout on Windows 11.

What is Import-StartLayout in Windows 11?

Import Start Layout is a cmdlet used in Windows 10 and earlier versions to import a custom layout for the Start menu into a mounted Windows image.

When you run this command to import a layout, it does so using an XML file that contains applications, groups, folders, and application icons of different sizes. Once the command is executed, it replaces the current Start menu configuration for the default user account.

However, in Windows 11, things don’t work the same way. You can still export the Start menu layout using Export-StartLayout to get the configuration in a JSON file format, which cannot be imported using the Import-StartLayout cmdlet because it is not an XML file.

Instead, you can use other methods, such as using Mobile Device Manager, Microsoft Intune, or copying the start.bin file in the user profile to achieve the desired results.

Changing the Start menu layout is helpful for administrators who want to build a customized Start menu based on the preferences of their clients or organizations.

It ensures that users have access to relevant and most commonly used applications on their computer's Start menu options to reduce clutter.

In addition to the layout, Windows 11 also has many other changes, such as the Start menu location; if you don't like the newer arrangement, you can move the Start menu to the newer layout in a few simple steps. Move left.

How to import start layout in Windows 11?

Before we get to the detailed steps for customizing the Start menu, here are some prerequisite checks you need to perform:

  • Log in to your computer with administrator rights.
  • Keep a JSON file containing pinned apps and their order handy.
  • Back up important data before performing this operation.
  • Must have access to a mobile device manager such as Microsoft Intune.
  • Verify that the device you want to make changes to is registered.

When everything is ready, go to the instructions to import the default Start menu layout.

1. Use Intune to create a profileMicrosoft

  1. Log in to the Intune Management Center.
  2. Go to Device from the left pane, select Profiles, and click Create Profile. Windows 11: 导入和导出开始布局的简便方法
  3. For Platform, select Windows 10 and later from the drop-down list, for Profile, select Template, and then select Custom Definition" as "templatename". Windows 11: 导入和导出开始布局的简便方法
  4. Select Create.
  5. Next, under "Basic Information", fill in the "Name and Description" fields and click "Next". Windows 11: 导入和导出开始布局的简便方法
  6. For configuration settings, select OMA-URI and click the Add button. Windows 11: 导入和导出开始布局的简便方法
  7. In the Add Row popup, use the following information:
    • Name – Windows 11 Start Menu Layout
    • Description – Enter a suitable description. This field is optional
    • OMA-URI: Input – ./vendor/MSFT/Policy/Config/Start/ConfigureStartPins
    • Data Type – String
    • Value – Paste the contents of the JSON file you created or exported
  8. Select Save and click Next . Windows 11: 导入和导出开始布局的简便方法
  9. Configure the remainder of the policy in custom profile settings; when finished, click Create to save the custom profile. Windows 11: 导入和导出开始布局的简便方法

You can further customize the Start menu layout by turning context menus on or off, hiding apps, and more.

2. Deploy changes to user profiles

  1. After you create a policy, you can deploy it at any time by double-clicking the profile to open Properties. Windows 11: 导入和导出开始布局的简便方法
  2. Go to Assignment and click Edit. Windows 11: 导入和导出开始布局的简便方法
  3. Add all users and groups or selected users and groups and click "View and Save" to apply. Windows 11: 导入和导出开始布局的简便方法
  4. The policy is assigned when you click Save, but the group receives the settings every time a device checks in using the Intune service.

After the policy is deployed, the existing layout of the Start menu for the default user profile will be replaced with the new layout. To make sure everything is in place, you can check your PC’s registry keys.

Unfortunately, the Import-StartLayout command does not work on Windows 11 because the command only supports the XML file format, which is not generated by Export-StartLayout on current versions of Windows.

Additionally, Windows 10’s Group Policy approach has limitations with the latest Windows iterations.

If you're used to Windows 10 Classic View and want to stick with it, even after upgrading to Windows 11, read this guide to learn how to modify Windows 11 to Classic View.

How to export start layout in Windows 11?

  1. Press to open Windows File Explorer. WindowsE
  2. Go to C or your system drive, click New,then click on the folder, and name it is the layout. Windows 11: 导入和导出开始布局的简便方法
  3. Next, press the key, type power shell, and click Run as administrator. WindowsWindows 11: 导入和导出开始布局的简便方法
  4. Now copy and paste the following command to export the Start menu layout and press Enter: <strong>Export-StartLayout -Path "C:\Layouts\ LayoutModification.json."</strong>Windows 11: 导入和导出开始布局的简便方法
  5. The layout file can be accessed by right-clicking the layout file and selecting Visual Studio or Notepad. Windows 11: 导入和导出开始布局的简便方法
  6. In a layout file, you can see pinned apps on the Windows 11 Start menu; you can add or remove apps or links, or change the order in which they appear. Windows 11: 导入和导出开始布局的简便方法

So, that’s how to customize the Start menu layout to your liking using Import Start Menu Layout in Windows 11 on a single or multiple computers .

If you don’t like your current Start menu configuration and want to get the classic menu on your Windows 10 computer, check out this guide to find out how.

The above is the detailed content of Windows 11: The easy way to import and export start layouts. 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
Windows 11: 导入和导出开始布局的简便方法Windows 11: 导入和导出开始布局的简便方法Aug 22, 2023 am 10:13 AM

在Windows11中,“开始”菜单经过重新设计,并具有一组简化的应用,这些应用排列在页面网格中,这与它的前身不同,后者在“开始”菜单上有文件夹、应用和组。您可以自定义“开始”菜单布局,并将其导入并导出到其他Windows设备,以根据您的喜好对其进行个性化设置。在本指南中,我们将讨论在Windows11上导入开始布局以自定义默认布局的分步说明。什么是Windows11中的Import-StartLayout?导入开始布局是Windows10和更早版本中使用的cmdlet,用于将“开始”菜单的自定

如何在Windows 11的右键单击菜单中默认“显示更多选项”如何在Windows 11的右键单击菜单中默认“显示更多选项”Jul 10, 2023 pm 12:33 PM

我们用户从来不想要的最烦人的更改之一是在右键单击上下文菜单中包含“显示更多选项”。但是,您可以删除它并取回Windows11中的经典上下文菜单。不再需要多次单击并在上下文菜单中查找这些ZIP快捷方式。按照本指南返回Windows11上成熟的右键单击上下文菜单。修复1–手动调整CLSID这是我们列表中唯一的手动方法。您将在注册表编辑器中调整特定键或值以解决此问题。注意&#8211;像这样的注册表编辑非常安全,并且可以正常工作。因此,在系统上尝试此操作之前,您应该创建注册表备份。步骤1–尝试

如何在 Windows 11 中保存桌面图标位置布局如何在 Windows 11 中保存桌面图标位置布局Aug 23, 2023 pm 09:53 PM

Windows11在用户体验方面带来了很多东西,但迭代并不完全防错。用户不时会遇到问题,图标定位的更改很常见。那么如何在Windows11中保存桌面布局呢?该任务有内置和第三方解决方案,无论是保存当前窗口的屏幕分辨率还是桌面图标的排列。对于桌面上有一堆图标的用户来说,这一点变得更加重要。继续阅读以了解如何在Windows11中保存桌面图标位置。为什么Windows11不保存图标布局位置?以下是Windows11不保存桌面图标布局的主要原因:对显示设置的更改:通常,当您修改显示设置时,配置的自定义

如何在iPhone上编辑消息如何在iPhone上编辑消息Dec 18, 2023 pm 02:13 PM

iPhone上的原生“信息”应用可让您轻松编辑已发送的文本。这样,您可以纠正您的错误、标点符号,甚至是自动更正可能已应用于您的文本的错误短语/单词。在这篇文章中,我们将了解如何在iPhone上编辑消息。如何在iPhone上编辑消息必需:运行iOS16或更高版本的iPhone。您只能在“消息”应用程序上编辑iMessage文本,并且只能在发送原始文本后的15分钟内编辑。不支持非iMessage信息文本,因此无法检索或编辑它们。在iPhone上启动消息应用程序。在“信息”中,选择要从中编辑消息的对话

纯CSS实现带阴影效果的菜单导航栏的实现步骤纯CSS实现带阴影效果的菜单导航栏的实现步骤Oct 16, 2023 am 08:27 AM

纯CSS实现带阴影效果的菜单导航栏的实现步骤,需要具体代码示例在网页设计中,菜单导航栏是一个非常常见的元素。通过给菜单导航栏添加阴影效果,不仅可以增加其美观度,还可以提升用户体验。在本文中,我们将使用纯CSS来实现一个带阴影效果的菜单导航栏,并提供具体的代码示例供参考。实现步骤如下:创建HTML结构首先,我们需要创建一个基本的HTML结构来容纳菜单导航栏。以

如何禁用 Windows 11 的“显示更多选项”菜单如何禁用 Windows 11 的“显示更多选项”菜单Apr 13, 2023 pm 08:10 PM

越来越多的人正在体验新的和改进的微软操作系统,但似乎他们中的一些人仍然更喜欢老式的设计。毫无疑问,新的上下文菜单为 Windows 11 带来了令人印象深刻的一致性。如果我们考虑 Windows 10,每个应用程序都有自己的上下文菜单元素这一事实给某些人造成了严重的混乱。从Windows 11 透明任务栏到圆角,这款操作系统堪称杰作。在这件事上,全球用户有兴趣了解如何快速禁用 Windows 11 Show More Options 菜单。这个过程非常简单,所以如果您在同一条船上,请确保您完全查

如何从 Windows 11 中的右键单击上下文菜单中删除“在 Windows 终端中打开”选项如何从 Windows 11 中的右键单击上下文菜单中删除“在 Windows 终端中打开”选项Apr 13, 2023 pm 06:28 PM

默认情况下,Windows 11 右键单击​​上下文菜单有一个名为Open in Windows Terminal的选项。这是一个非常有用的功能,允许用户在特定位置打开 Windows 终端。例如,如果您右键单击一个文件夹并选择“在 Windows 终端中打开”选项,则 Windows 终端将启动并将该特定位置设置为其当前工作目录。尽管这是一个了不起的功能,但并不是每个人都发现此功能的用途。一些用户可能只是不希望在他们的右键单击上下文菜单中使用此选项,并且希望将其删除以整理他们的右键单击上下文菜

如何在Windows 11中通过5个简单步骤拒绝广告如何在Windows 11中通过5个简单步骤拒绝广告Apr 22, 2023 pm 07:16 PM

我们都知道广告有时会很烦人。广告如何在最不受欢迎的时候弹出;他们如何将您引导至不需要的平台;最糟糕的是,已知某些广告会构成恶意软件威胁。因此,如果您一直想知道如何摆脱不断的Windows11广告但不知道如何,这是您一直在等待的帮助。在本文中为什么我在Windows11中会收到广告?尽管迫切需要摆脱Windows11广告,但我们认为值得了解触发这些广告的原因以及您获得它们的原因:从最近的Windows更新中添加的功能-新闻和兴趣等功能可能会使在不发送通知的情况下难以使用你的电脑。此

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
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft