问题描述
在系统中,当我们创建新文件夹时,它将为该文件夹生成新的短名称(此短名称未显示,对于在cmd dir / x上查看它运行命令),启用短名称创建时。
但是当在系统中禁用短名称创建时,在创建文件夹系统后没有为此文件夹定义短名称时,它应该保持为空。所以在这个时候如何为这个文件夹创建新的短名称。
用于启用/禁用短名称创建:
fsutil.exe行为设置disable8dot3 1 - 禁用
fsutil.exe行为设置disable8dot3 0 - 启用
In system, when we create the new folder it will generate new shortname for that folder(This shortname not shown, for see it run command on cmd dir /x), when short name creation is enable.
But when shortname creation is disable in system then after creation of folder system doesn't define shortname for this folder, it should remain empty. so at this time how to create new short name for this folder.
For enable/disable shortname creation:
fsutil.exe behavior set disable8dot3 1 - disable
fsutil.exe behavior set disable8dot3 0 - enable
推荐答案
这篇关于在系统上为文件夹设置新的短名称的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!