修理Windows Vista 5600 RC1
|
自Windows Vista 5600 RC1发布以来,相信许多朋友已经在尝试了。但是也有很多朋友的机器有些老迈,运行起来有些吃力;或者一时难以习惯Vista的UAC不停的打扰,人手不了没有彻底权限的受管管理员账号了,没有关系,看完此文这些问题都会解决。 一、无需Key安装Vista RC1 如果你没有Key,也可以安装Vista。不要再Key输入框输入任何东西,直接点击下一步,然后向对话框回答“No”即可。你可以选择任何一个Vista版本安装(Ultimate, Home Premium, Home Basic, Business, Starter)检查底部的按钮,在那里继续。需要注意的是:如果你没有这么做就不能激活,除非你有该版本的CD Key。 二、作为Administrator登录 a.修改注册表,以便显示Administrator帐号。 使用Vista安装时创建的帐号登录 执行Start->All Program->Accessories. 右击“Command Prompt” 选择“Run as Administrator” 从Windows Security 对话框单击“Allow” 在 Command Prompt 窗口中,输入”regedit” (没有引号) ,然后回车 在Registry Editor中,找到KEY_LOCAL_MACHINE->SOFTWARE->Microsoft->Windows NT->CurrentVersion->Winlogon (“->”应该替换为“/”) 添加新键“SpecialAccounts” (没有引号). 在“SpecialAccounts”键中,创建一个子健“UserList” (没有引号) 确信有这个位置:HKEY_LOCAL_MACHINE->SOFTWARE->Microsoft->Windows NT->CurrentVersion->Winlogon->SpecialAccounts->UserList (“->”应该替换为“/”) 在“UserList”键中,创建一个新的DWORD (32-bit)项,名称为“Administrator”(没有引号) 双击这个DWORD 项,设置其值为1 关闭Registry Editor和Command Prompt 然后: 到Start->All Programs右击command prompt 输入Control UserPasswords2 单击Advanced 再次单击Advanced 选择Users 选择Administrator,取消选择 “Administrator is disabled” 注意:有一点你要知道,Administrator是计算机的超级用户,启用这个帐号以后,Vista的许多安全功能可能会形同虚设。但是,同时就不会有UAC来打扰你了。自己权衡利弊吧。 三、关闭一些无用的服务 如果你对计算机很了解的话,请尝试关闭一些你用不到的服务,可以节省一些系统资源。 1. 在Run (Win key +R)中输入services.msc 2. 你可以禁止运行的服务有: - Computer browser (如果你没有局域网) - Fax (如果你没有传真机) - Windows Error Reporting Service - Secondary logon - Tablet PC Input service - Print spooler (如果你没有打印机和传真) - Windows time - Media center receiver service (这回导致一些功能紊乱) - Security center - Routing and remote access (如果你没有局域网) - Internet connection sharing - TCP/IP NetBios helper - Server (如果你不需要通过局域网共享) - Offline files 3.关闭服务管理控制台 通过以上几步,将可以保证你的OS在后台运行更少的进程。 四、禁用系统恢复 1. Control panel- System and maintenance- System 2. Advanced system settings 3. System protection标签 4.取消所有驱动器的选择. 5.应用所有变化. 五、禁用一些UI特效 1. Control panel- System 2. Advanced system settings 3. Advanced ->Performance->Settings 4. 取消下列选择框: - Fade or slide menus into view - Fade or slide tooltips into view - show shadows under menus - Show translucent selection rectangle - Slide open combo boxes - Use a background image for each folder type 5. 应用变化. 源代码网供稿. |
