Skip to content

Commit 93372cf

Browse files
authored
Update
1 parent 67bdedd commit 93372cf

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

support/windows-client/shell-experience/troubleshoot-start-menu-errors.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -213,19 +213,19 @@ prevent the issue from re-occurring.
213213

214214
2. Open a PowerShell prompt under the affected user identity, and run the following command:
215215

216-
```PowerShell
217-
.\FixUserShellFolderPermissions.ps1
218-
```
216+
```PowerShell
217+
.\FixUserShellFolderPermissions.ps1
218+
```
219219
220-
- If the script can't access the registry key because the registry permissions are wiped out, open an elevated PowerShell prompt and run the following command:
220+
- If the script can't access the registry key because the registry permissions are wiped out, open an elevated PowerShell prompt and run the following command:
221221
222-
- ```powershell
222+
```powershell
223223
FixUserShellFolderPermissions.ps1 -allprofiles
224224
```
225225
226-
- If an application doesn't work, you might need to register the shell packages by running the following command as the affected user:
226+
- If an application doesn't work, you might need to register the shell packages by running the following command as the affected user:
227227
228-
- ```powershell
228+
```powershell
229229
FixUserShellFolderPermissions.ps1 -register
230230
```
231231
@@ -317,7 +317,7 @@ This issue has been fixed for Windows 10, version 1709 in [KB 4089848](https://s
317317
There are two main reasons for this issue:
318318

319319
- Incorrect format: Editing the xml file incorrectly by adding an extra space or spaces, entering a bad character, or saving in the wrong format.
320-
- To tell if the format is incorrect, check for "Event ID: 22" in the "_Applications and Services\\Microsoft\\Windows\\ShellCommon-StartLayoutPopulation\\Operational_" log.
320+
- To tell if the format is incorrect, check for "Event ID: 22" in the "__Applications and Services\\Microsoft\\Windows\\ShellCommon-StartLayoutPopulation\\Operational__" log.
321321
- Event ID 22 is logged when the xml is malformed, meaning the specified file simply isn't valid xml.
322322
- When you edit the xml file, it should be saved in UTF-8 format.
323323

@@ -326,7 +326,7 @@ There are two main reasons for this issue:
326326
- For example: The following error occurred while parsing a layout xml file:
327327
> The attribute 'LayoutCustomizationRestrictiontype' on the element '{http://schemas.microsoft.com/Start/2014/LayoutModification}DefaultLayoutOverride' is not defined in the DTD/Schema.
328328
329-
XML files can and should be tested locally on a Hyper-V or other virtual machine before deployment or application by Group Policy
329+
XML files can and should be tested locally on a Hyper-V or other virtual machine before deployment or application by Group Policy.
330330

331331
### Symptom: Start menu no longer works after a PC is refreshed using F12 during startup
332332

@@ -361,7 +361,7 @@ There are two different Start menu issues in Windows 10:
361361
- Administrator configured tiles in the start layout fail to roam.
362362
- User-initiated changes to the start layout aren't roamed.
363363

364-
Specifically, behaviors include
364+
Specifically, behaviors include:
365365

366366
- Applications (apps or icons) pinned to the Start menu are missing.
367367
- Entire tile window disappears.
@@ -432,7 +432,9 @@ There are steps you can take to fix the icons, first is to confirm that is the i
432432
1. The App or Apps work fine when you select the tiles.
433433
2. The tiles are blank, have a generic placeholder icon, have the wrong or strange title information.
434434
3. The app is missing, but listed as installed via PowerShell and works if you launch via URI.
435-
- Example: `windows-feedback://`
435+
436+
Example: `windows-feedback://`
437+
436438
4. In some cases, Start can be blank, and Action Center and Cortana don't launch.
437439

438440
> [!NOTE]

0 commit comments

Comments
 (0)