抱歉,您的浏览器无法访问本站
本页面需要浏览器支持(启用)JavaScript
了解详情 >

知道IP查询内网设备的主机名

1
ping -a <IP地址>

查询指定端口占用情况

1
2
netstat -ano | findstr <端口号>
tasklist | findstr <返回的PID>

当前用户桌面壁纸位置

1
%UserProfile%\AppData\Roaming\Microsoft\Windows\Themes\CachedFiles\

修改文件元数据

1
2
3
4
5
6
# 创建时间
(ls file.txt).CreationTime = "2038-12-31 23:59:59"
# 修改时间
(ls file.txt).LastWriteTime = "2038-12-31 23:59:59"
# 访问时间
(ls file.txt).LastAccessTime = "2038-12-31 23:59:59"

关闭 Chrome 系统升级提示

所有用户应用. 如果只需要当前用户生效,把 HKEY_LOCAL_MACHINE 替换为 HKEY_CURRENT_USER

1
2
3
4
5
6
7
Windows Registry Editor Version 5.00 

[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome]
"SuppressUnsupportedOSWarning"=dword:1

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Edge]
"SuppressUnsupportedOSWarning"=dword:1

关闭 Microsoft Edge 使用推荐设置提示

所有用户应用. 如果只需要当前用户生效,把 HKEY_LOCAL_MACHINE 替换为 HKEY_CURRENT_USER

1
2
3
4
Windows Registry Editor Version 5.00 

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Edge]
"ShowRecommendationsEnabled"=dword:0

MacOS 安装 Windows 卡准备就绪

1
2
3
4
Windows Registry Editor Version 5.00

[HKLOCAL MACHINE\SYSTEM\SETUP\SATUS\ChildCompletion]
"setup.exe" = dword:3

关闭 DNS 多解析

组策略
中文系统路径:

1
计算机配置 -> 管理模板 -> 网络 -> DNS 客户端 -> 禁用智能多宿主名称解析

英文系统路径:

1
Computer Configuration -> Administrative Templates -> Network -> DNS Client -> Turn Off Multicast Name Resolution

评论




本站使用 Volantis 作为主题