Skip to content

Commit 4e1ec4e

Browse files
committed
Fixing formatting on images
1 parent adb0043 commit 4e1ec4e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

articles/virtual-machines/enable-nvme-temp-faqs.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,31 @@ sections:
6363
>[!TIP]
6464
> Note: The GUI example below is meant for illustrative purposes. It is recommended that scripts be created to automate this workflow for production deployments.
6565
1. Press the **Windows key + R** to open the Run dialog box. Type **diskmgmt.msc** and press **Enter**.
66+
6667
:::image type="content" source="./media/enable-nvme/nvme-temp-init-1.png" alt-text="Screenshot of the Run dialog box opening diskmgmt.msc.":::
68+
6769
2. Select partition style (MBR or GPT) and the disks to be initialized and click on **OK** button.
70+
6871
:::image type="content" source="./media/enable-nvme/nvme-temp-init-2.png" alt-text="Screenshot of the Disk Management Initialize Disk dialog box.":::
72+
6973
3. Right click on the disk to be partitioned and select **New Simple Volume** menu item.
74+
7075
:::image type="content" source="./media/enable-nvme/nvme-temp-init-3.png" alt-text="Screenshot of the menu for selecting new volume types.":::
76+
7177
4. Follow the **New Simple Volume Wizard** in the next few steps to specify items such as Volume size, Drive letter, File system, Volume label, etc. by clicking on the **Next** button to advance through the wizard.
78+
7279
:::image type="content" source="./media/enable-nvme/nvme-temp-init-4.png" alt-text="Screenshot of specifying the volume size in the New Simple Volume Wizard.":::
80+
7381
:::image type="content" source="./media/enable-nvme/nvme-temp-init-5.png" alt-text="Screenshot of specifying the drive letter in the New Simple Volume Wizard.":::
82+
7483
:::image type="content" source="./media/enable-nvme/nvme-temp-init-6.png" alt-text="Screenshot of specifying how to format the partition in the New Simple Volume Wizard.":::
84+
7585
5. Review your settings and click the **Finish** button to complete the partition and format.
86+
7687
:::image type="content" source="./media/enable-nvme/nvme-temp-init-7.png" alt-text="Screenshot of completing the New Simple Volume Wizard.":::
88+
7789
6. The formatted and initialized NVMe disks will show in the Windows Disk Management utility similar to how the “New Volume (E:)” does in this example.
90+
7891
:::image type="content" source="./media/enable-nvme/nvme-temp-init-8.png" alt-text="Screenshot of Disk Management utility showing the New Volume (E:).":::
7992
8093
### PowerShell Script – Initialize, format, and assign drive letters
@@ -288,13 +301,21 @@ sections:
288301
### GUI
289302
>[!TIP]
290303
> Note: The GUI example below is meant for illustrative purposes. It is recommended that scripts be created to automate this workflow for production deployments.be created to automate this workflow for production deployments.
304+
291305
1. Press the **Windows key + R** to open the Run dialog box. Type **sysdm.cpl** and press **Enter**.
306+
292307
:::image type="content" source="./media/enable-nvme/nvme-temp-pagefile-1.png" alt-text="Screenshot of the Run dialog box opening sysdm.cpl.":::
308+
293309
2. Click on the **Advanced** tab and then click on the **Settings** button under the **Performance** section.
310+
294311
:::image type="content" source="./media/enable-nvme/nvme-temp-pagefile-2.png" alt-text="Screenshot of the Performance Settings button highlighted on the Advanced tab of System Properties.":::
312+
295313
3. In the Performance Options window, click on the **Advanced** tab and then click on the **Change** button under the **Virtual memory** section.
314+
296315
:::image type="content" source="./media/enable-nvme/nvme-temp-pagefile-3.png" alt-text="Screenshot of the Advanced tab of the Performance Options.":::
316+
297317
4. Uncheck the option that says **“Automatically manage paging file size for all drives”**. If there’s a paging file set to your OS disk, select your OS disk and click on the **No paging file** radio button, and then click on the **Set** button. Select your local temp NVMe drive and click on the **System managed size** radio button, and then click on the **Set** button. Click on **OK** to close all windows.
318+
298319
:::image type="content" source="./media/enable-nvme/nvme-temp-pagefile-4.png" alt-text="Screenshot of Virtual Memory dialog box.":::
299320
300321
>[!TIP]

0 commit comments

Comments
 (0)