随笔分类 -  Windows

1 2 3 下一页

使用DiskGenius工具移动磁盘分区以扩容不相邻的未分配磁盘空间
摘要:要求: 如上图所示,需要将未分配的15GB空闲空间扩容至C盘。 说明: C盘右边紧挨着的是 728MB 的 Recovery 分区,而空闲的 15GB 未分配空间是在 E盘的右侧,所以 Windows 自带的 “扩展卷” 功能不能直接扩展 C盘。可以使用 DiskGenius 工具把 未分配的 15 阅读全文

posted @ 2025-08-12 18:45 遠離塵世の方舟 阅读(829) 评论(0) 推荐(0)

远程桌面端口 3389 无法连接问题排查与解决方法
摘要:远程桌面端口 3389 无法连接问题排查与解决方法 问题描述 在本地执行命令 `telnet 127.0.0.1 3389` 时,发现无法连接远程桌面端口,怀疑远程桌面服务未开启或端口未监听。 排查过程 1. 确认 Remote Desktop Services(TermService)服务已在运行 阅读全文

posted @ 2025-05-22 15:59 遠離塵世の方舟 阅读(2162) 评论(0) 推荐(0)

Increase the default timeout value for the Service Control Manager in the Registry
摘要: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 阅读全文

posted @ 2022-04-26 20:26 遠離塵世の方舟 阅读(69) 评论(0) 推荐(0)

How to Fix "We can't sign into your account" and 'You've been signed in with a temporary profile' Error in Windows 10(转载)
摘要: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 阅读全文

posted @ 2022-04-24 06:32 遠離塵世の方舟 阅读(1337) 评论(0) 推荐(0)

Windows 10系统C盘空间满导致无法正常启动
摘要:Windows 系统C盘空间满导致无法正常启动 解决方法: 插入系统光盘或者U盘镜像,重启电脑从DVD或者U盘镜像启动电脑,选择Repair Windows,进入高级选项,打开CMD。在CMD下使用命令删除非必要文件来释放C盘空间。 进入CMD后,输入D:进入原Windows 10的系统盘C盘,之后 阅读全文

posted @ 2022-04-22 11:53 遠離塵世の方舟 阅读(3888) 评论(0) 推荐(0)

Active Directory 域服务—域控架构详解(转)
摘要:一域控制器 windows server2012中域控制器包括3中类型:额外域控制器、域控制器以及只读域控制器。 如果网络中安装的是第一台域控制器,该服务器默认为林根服务器,也是根域服务器,FSMO(操作主机)角色默认安装到第一台域控制器。(FSMO角色文章下面会有详细介绍) 如果是额外域控制器,F 阅读全文

posted @ 2022-04-13 06:58 遠離塵世の方舟 阅读(2280) 评论(0) 推荐(0)

The trust relationship between this workstation and the primary domain failed
摘要:问题描述: 域用户登录计算机(已加入域的计算机)时提示"The trust relationship between this workstation and the primary domain failed"。 或者"The security database on the server doe 阅读全文

posted @ 2022-04-11 08:38 遠離塵世の方舟 阅读(2937) 评论(0) 推荐(0)

We can’t sign into your account
摘要:Windows Server2019使用域帐号登录后,提示如下报错: “You’ve been signed in with a temporary profile,” 解决方法: 打开注册表:Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Window 阅读全文

posted @ 2022-04-11 06:02 遠離塵世の方舟 阅读(1423) 评论(0) 推荐(0)

AD服务器需要开放的端口
摘要: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 阅读全文

posted @ 2022-03-13 05:39 遠離塵世の方舟 阅读(470) 评论(0) 推荐(0)

Windows 2016/2019 安全基线检查——安全加固
摘要:Windows 2016/2019 安全加固策略 阅读全文

posted @ 2021-12-21 13:38 遠離塵世の方舟 阅读(1904) 评论(0) 推荐(0)

How to Enable or Disable Check for Windows Updates/Check For Updates Greyed Out
摘要:How to Enable or Disable Check for Windows Updates 启用Windows更新(To Enable "Check for updates" in Windows Update):1. Local Group Policy Editor(只有域环境中的服务 阅读全文

posted @ 2021-01-16 07:01 遠離塵世の方舟 阅读(662) 评论(0) 推荐(0)

Fix Windows update standalone installer stuck at searching for updates
摘要:Windows 2016 Server安装下载的补丁时,一直处于“Searching for updates"状态。 解决方法:重置 Windows Update 组件,然后再次检查更新 net stop wuauservnet stop bitsnet stop cryptsvc ren C:\W 阅读全文

posted @ 2021-01-16 05:00 遠離塵世の方舟 阅读(634) 评论(0) 推荐(0)

How to disable automatic updates on Server 2016
摘要:How to disable automatic updates on Server 2016. Open an elevated command prompt window or PowerShell session Type sconfig and press enter. Select opt 阅读全文

posted @ 2021-01-16 04:58 遠離塵世の方舟 阅读(178) 评论(0) 推荐(0)

Fix Installing .NET Framework 3.5 failed Error Code 0x800F0954 on Windows 10
摘要:Windows 10 下安装.NetFramework的方式: 如果安装失败,报错(无须单独下载离线安装包来安装,如果该方法安装失败,使用离线安装包也不行),可尝试以下方法解决: 方法一、修改注册表项:HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Wi 阅读全文

posted @ 2020-10-18 18:47 遠離塵世の方舟 阅读(767) 评论(0) 推荐(0)

Installation failed with error code: (0x80070643)
摘要:在服务器上安装xxx软件时报错,提示如下: Installation failed with error code: (0x80070643), "Fatal error during installation...". Solution: 1. 将当前登录帐号登录到Local Administra 阅读全文

posted @ 2020-06-25 06:53 遠離塵世の方舟 阅读(1869) 评论(0) 推荐(0)

Windows Update Error 0x8024401c
摘要:Windows Update continous fails to search for Updates or cannot install them. The source of this problem could be various things as > Windows Registry 阅读全文

posted @ 2020-06-04 02:04 遠離塵世の方舟 阅读(1196) 评论(0) 推荐(0)

Windows RDP “No Remote Desktop License Servers available” Error message fix
摘要: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 阅读全文

posted @ 2020-03-20 20:23 遠離塵世の方舟 阅读(670) 评论(0) 推荐(0)

Windows Server 2012 R2 卸载IE浏览器
摘要: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 阅读全文

posted @ 2019-05-19 22:05 遠離塵世の方舟 阅读(5155) 评论(0) 推荐(0)

How to extract a complete list of extension types within a directory?
摘要:Open the PowerShell Tool and Run the below command: Out put results: 统计指定目录下最大的20个文件: 阅读全文

posted @ 2019-03-31 22:01 遠離塵世の方舟 阅读(202) 评论(0) 推荐(0)

List or delete hidden files from command prompt(CMD)
摘要:In Windows, files/folders have a special attribute called hidden attribute. By setting this attribute, we can hide files from being displayed in explo 阅读全文

posted @ 2019-03-16 13:32 遠離塵世の方舟 阅读(2258) 评论(0) 推荐(0)

1 2 3 下一页

导航