How to set FAT32 short names in Powershell or Windows Command Shell

一笑奈何 提交于 2019-12-14 01:32:00

问题


I need to write a script that sets the short name of a file on a FAT32 file system. On NTFS I can use the FSUTIL utility under windows but I cannot seem to fathom out how to do this for a FAT32 drive.

Bonus kudos for a window command or powershell script


回答1:


They made this superhard to get at, but here is one solution: http://technet.microsoft.com/en-us/library/ee692751.aspx



来源:https://stackoverflow.com/questions/4115519/how-to-set-fat32-short-names-in-powershell-or-windows-command-shell

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!