Archive for the 'Windows' Category

It takes a long time to open “My Computer”

Saturday, June 27th, 2009

Open Registry Editor, and delete following key.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ MyComputer\NameSpace\DelegateFolders

超详细 Windows 7 与 XP、Vista 特性对照表

Wednesday, May 13th, 2009

aspnet_perf.dll error

Friday, November 14th, 2008

After installed MS patch KB947746, in application Logs:
The Open Procedure for service "ASP.NET_2.0.50727" in DLL "C:\WINNT\Microsoft.NET\Framework\v2.0.50727\aspnet_perf.dll" failed.  Performance data for this service will not be available. Status code  returned is data DWORD 0.
This error generated every 3mins, and the application logs will be full in a few days.
事件查看器上不停的报以下错误: DLL "C:\WINNTG\Microsoft.NET\Framework\v2.0.50727\aspnet_perf.dll" 中服务 [...]

The default keyboard layout changes when you use Remote Desktop Connection to connect to a Windows XP-based computer

Friday, October 31st, 2008

SYMPTOMS Consider the following scenario:•    You are using a Microsoft Windows XP-based computer that uses the English (United States) keyboard layout as the default keyboard layout. •    You install a new keyboard layout on the computer in addition to the default keyboard layout. For example, you install the Dvorak [...]

Windows 2003 版本区别

Thursday, September 25th, 2008

Technorati Tags: windows,2003,std,ent,标准版,企业版,区别

从Win 2000域升级到Win 2003域的详细步骤

Tuesday, September 23rd, 2008

从Windows 2000域升级到Windows 2003域的详细步骤
从Windows 2000域升级到Windows 2003域的问题,建议您参考以下步骤: 1.确认当前的Windows 2000域控制器工作正常,并且都打了Service Pack 4和最新的安全补丁。 2.确认Windows 2000活动目录中的5个FSMO角色都在第一台Windows 2000域控制器上(默认情况就是这样的),关于Windows 2000活动目录中FSMO角色的概念及查看方法,请参考下面两篇文档: 《Windows 2000 Active Directory FSMO 角色》: http://support.microsoft.com/?id=197132
《在图形用户介面中查看和转移 FSMO 角色》 http://support.microsoft.com/?id=255690
3.在Windows 2000域控制器的光驱中插入Windows Server 2003安装光盘。在命令行方式下进入光盘上的\I386目录,运行以下命令:adprep /forestprep。该命令成功完成之后,再运行以下命令:adprep /domainprep。
4.完成这一步之后,我们便扩展了当前的Windows 2000活动目录林的架构,这样就可以将Windows Server 2003加入到活动目录林中作为其中的域控制器,或者将现有的Windows 2000域控制器升级为Windows Server 2003。
关于将Windows 2000域控制器升级到Windows Server 2003以及将Windows Server 2003域控制器加入到Windows [...]

无法将 Windows Server 2003 域控制器提升至 Windows 2000 目录林

Tuesday, September 23rd, 2008

http://support.microsoft.com/kb/278875/zh-cn
症状 在通过运行 Active Directory 安装向导 (Dcpromo.exe) 将 Windows Server 2003 域控制器安装到现有 Windows 2000 目录林时,您可能会看到以下错误信息: The operation failed because:
A Schema validation check failed.
The Active Directory Installation Wizard cannot continue because the forest is not prepared for installing Windows Server 2003. Use the Adprep command-line tool to prepare both [...]

成功获取FSMO角色中的架构主机(schema master)角色

Tuesday, September 23rd, 2008

由于DC发生灾难性故障,主域崩溃,只有将FSMO角色全部获取方能使域正常工作及管理。经过一番努力,已成功获取结构主机(infrastructure master)、RID主机(RID master)、PDC模拟器(PDC)、域命名主机(domain naming master)的角色,唯有架构主机(schema master)角色难于获取。
1、 GUI介面: GUI介面下不能一次性获得五种角色的分布, ⑴、Schema Maste 点击“开始-运行”,输入:“regsvr32 schmmgmt”,回车:
然后点击“确定”。 再点击“开始-运行”,输入:“MMC”,回车,进入控制台,.
点击“文件-添加删除管理单元”
出来下面的介面:
再点击“添加”:
选中上图所示中有“Active Directory架构”,点击“添加”,然后点“关闭”:
然后点击“确定”,在控制台上选中“Active Directory架构”击“右键”,选择“操作主机”
出现下图:
就可以看到当前的架构主控了。 ⑵、RID Master、Infrastructure Master、PDC Emulator [...]