摘要:要求: 如上图所示,需要将未分配的15GB空闲空间扩容至C盘。 说明: C盘右边紧挨着的是 728MB 的 Recovery 分区,而空闲的 15GB 未分配空间是在 E盘的右侧,所以 Windows 自带的 “扩展卷” 功能不能直接扩展 C盘。可以使用 DiskGenius 工具把 未分配的 15
阅读全文
摘要:远程桌面端口 3389 无法连接问题排查与解决方法 问题描述 在本地执行命令 `telnet 127.0.0.1 3389` 时,发现无法连接远程桌面端口,怀疑远程桌面服务未开启或端口未监听。 排查过程 1. 确认 Remote Desktop Services(TermService)服务已在运行
阅读全文
摘要:To increase the timeout value in the registry, follow these steps: Note This change does not take effect until the computer is restarted. Start Regist
阅读全文
摘要:How to Fix "We can't sign into your account" and 'You've been signed in with a temporary profile' Error in Windows 10A user profile is a collection of
阅读全文
摘要:Windows 系统C盘空间满导致无法正常启动 解决方法: 插入系统光盘或者U盘镜像,重启电脑从DVD或者U盘镜像启动电脑,选择Repair Windows,进入高级选项,打开CMD。在CMD下使用命令删除非必要文件来释放C盘空间。 进入CMD后,输入D:进入原Windows 10的系统盘C盘,之后
阅读全文
摘要:一域控制器 windows server2012中域控制器包括3中类型:额外域控制器、域控制器以及只读域控制器。 如果网络中安装的是第一台域控制器,该服务器默认为林根服务器,也是根域服务器,FSMO(操作主机)角色默认安装到第一台域控制器。(FSMO角色文章下面会有详细介绍) 如果是额外域控制器,F
阅读全文
摘要:问题描述: 域用户登录计算机(已加入域的计算机)时提示"The trust relationship between this workstation and the primary domain failed"。 或者"The security database on the server doe
阅读全文
摘要:Windows Server2019使用域帐号登录后,提示如下报错: “You’ve been signed in with a temporary profile,” 解决方法: 打开注册表:Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Window
阅读全文
摘要:Below Ports which needs to be opened for Active directory to function properly UDP Port 88 for Kerberos authenticationUDP and TCP Port 135 for domain
阅读全文
摘要:Windows 2016/2019 安全加固策略
阅读全文
摘要:How to Enable or Disable Check for Windows Updates 启用Windows更新(To Enable "Check for updates" in Windows Update):1. Local Group Policy Editor(只有域环境中的服务
阅读全文
摘要:Windows 2016 Server安装下载的补丁时,一直处于“Searching for updates"状态。 解决方法:重置 Windows Update 组件,然后再次检查更新 net stop wuauservnet stop bitsnet stop cryptsvc ren C:\W
阅读全文
摘要:How to disable automatic updates on Server 2016. Open an elevated command prompt window or PowerShell session Type sconfig and press enter. Select opt
阅读全文
摘要:Windows 10 下安装.NetFramework的方式: 如果安装失败,报错(无须单独下载离线安装包来安装,如果该方法安装失败,使用离线安装包也不行),可尝试以下方法解决: 方法一、修改注册表项:HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Wi
阅读全文
摘要:在服务器上安装xxx软件时报错,提示如下: Installation failed with error code: (0x80070643), "Fatal error during installation...". Solution: 1. 将当前登录帐号登录到Local Administra
阅读全文
摘要:Windows Update continous fails to search for Updates or cannot install them. The source of this problem could be various things as > Windows Registry
阅读全文
摘要:On a Server 2008 and 2012 RDS service that has been deployed and working for some time you begin to receive errors "The remote session was disconnecte
阅读全文
摘要:If you run any Windows Servers, you may run into a scenario where you want to remove access to Internet Explorer. Usually, any administrators that log
阅读全文
摘要:Open the PowerShell Tool and Run the below command: Out put results: 统计指定目录下最大的20个文件:
阅读全文
摘要:In Windows, files/folders have a special attribute called hidden attribute. By setting this attribute, we can hide files from being displayed in explo
阅读全文