Setfileshortname

[DllImport("Kernel32.dll", CharSet = CharSet.Unicode, SetLastError = true)][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool SetFileShortName(IntPtr hFile,
   string lpShortName
);

Microsoft documentation: Linkarrow-up-right

Last updated