windows 不显示 flv 视频时长
1
| winget install CodecGuide.K-LiteCodecPack.Standard
|
文件夹布局应用到子文件夹
文件夹属性 - 自定义 - 你想要哪种文件夹,优化此文件夹,下拉菜单每个对应一种(上方常规项目会显示修改日期、视频会显示时长、音乐会显示唱片集),勾选把此模板应用到所有子文件夹(S)
用键盘代替鼠标
控制面板地址栏输入 控制面板\轻松使用 - 更改键盘的工作方式 - 启用鼠标键(M),设置鼠标键(Y)。数字键盘上的/让5在左右键间切换。出处
为没有扩展名的文件设置默认打开程序
- 新建文件 test.3ab
- 右键-打开方式-选择默认程序
- 打开注册表编辑器(regedit)
HKEY_CLASSES_ROOT\.3ab 重命名为 .
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.3ab 重命名为 .
局域网共享文件夹
1. `网络和Internet - 高级网络设置 - 高级共享设置`下的`所有网络`,关闭`密码保护的共享`
2. 文件夹`属性 - 共享`
- 进入`共享`,搜索框下拉菜单选择`Guest`,`添加`,最下面选择`共享`。(用于管理权限,`Guest`用户不需用户名和密码)
- `高级共享 - 共享此文件夹`。(用于控制是否开启网络共享)
3. `\\服务器名\共享名` 来访问 SMB 共享,可在第2步中的网络路径找到
desktop.ini
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
| [.ShellClassInfo] LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21769 IconResource=%SystemRoot%\system32\imageres.dll,-183
[.ShellClassInfo] LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21791 InfoTip=@%SystemRoot%\system32\shell32.dll,-12690 IconResource=%SystemRoot%\system32\imageres.dll,-189 IconFile=%SystemRoot%\system32\shell32.dll IconIndex=-238
[.ShellClassInfo] LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21790 InfoTip=@%SystemRoot%\system32\shell32.dll,-12689 IconResource=%SystemRoot%\system32\imageres.dll,-108 IconFile=%SystemRoot%\system32\shell32.dll IconIndex=-237
[.ShellClassInfo] LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21779 InfoTip=@%SystemRoot%\system32\shell32.dll,-12688 IconResource=%SystemRoot%\system32\imageres.dll,-113 IconFile=%SystemRoot%\system32\shell32.dll IconIndex=-236
[.ShellClassInfo] LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21770 IconResource=%SystemRoot%\system32\imageres.dll,-112 IconFile=%SystemRoot%\system32\shell32.dll IconIndex=-235
[.ShellClassInfo] LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21798 IconResource=%SystemRoot%\system32\imageres.dll,-184
|