本文介绍了如何在Powershell或Windows Command Shell中设置FAT32短名称的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我需要编写一个脚本来设置FAT32文件系统上文件的简称.在NTFS上,我可以在Windows下使用FSUTIL实用程序,但似乎无法理解如何对FAT32驱动器执行此操作.
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.
针对窗口命令或Powershell脚本的荣誉
Bonus kudos for a window command or powershell script
推荐答案
他们使这个超级难理解,但这是一个解决方案: http://technet.microsoft.com/en-us/library/ee692751.aspx
They made this superhard to get at, but here is one solution:http://technet.microsoft.com/en-us/library/ee692751.aspx
这篇关于如何在Powershell或Windows Command Shell中设置FAT32短名称的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!