Skip to content

Commit 26fba74

Browse files
committed
updated list
1 parent a032504 commit 26fba74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-arc/servers/manage-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@ To uninstall the agent manually from the Command Prompt or to use an automated m
136136
137137
3. You can then uninstall the agent by using Msiexec using the following examples:
138138
139-
a. From the command-line type:
139+
* From the command-line type:
140140
141141
```dos
142142
msiexec.exe /x {product code GUID} /qn
143143
```
144144
145-
b. You can perform the same steps using PowerShell:
145+
* You can perform the same steps using PowerShell:
146146
147147
```powershell
148148
Get-ChildItem -Path HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall | `

0 commit comments

Comments
 (0)