Short file name creation should be disabled-BPA Warning

In Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Window Server 2016 and Windows Server 2019 you receive the following Warning when running the Microsoft Best Practices Analyzer.

What is short file name creation?

Back in the good old days of windows, filenames were limited to a format of 8 characters for the name, a period, and then 3 characters for a file extension.  The filename was limited by FAT formatted partitions.  Unless running very old legacy applications, this can be safely turned off to help with performance.

Solution: Complete the following steps below to disable short file name creation.

Open up an PowerShell console as Administaror

Execute the following command

Set-ItemProperty -Path “HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem” -Name NtfsDisable8dot3NameCreation -Value 1

Optionally, you can open up registry viewer and confirm the value has been changed.

Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem

1 Comment

  1. James October 21, 2021 at 7:49 pm

    Helps alot.

    Reply

Leave A Comment

Your email address will not be published. Required fields are marked *