新闻详情

win常用的一些修复小技巧

发布时间: 2012-04-23

近重装了系统本地安全相关选项没有了,网上找到了相关方法,现整理一下:1
首先,需要将磁盘格式是否为ntfs格式,如果是fat32就需要转换为ntfs格式,fat32格式是没有安全选项卡的。
xp在默认情况下在“共享”选项卡中是不能对特定用户做权限设置的。打开“我的电脑”,在工具栏上选择 工具->文件夹选项->查看->去掉"使用简单文件共享"前面的勾,确定就可以了
我用右键运行方式不能打开程序,用下面方法修复:
1 解决方法:控制面板————管理工具————服务 找到secondary logon (启用替换凭据下的启用进程。如果此服务被终止,此类型登录访问将不可用。如果此服务被禁用,任何依赖它的服务将无法启动。) 启用它就可以
无任务栏修复vbs
set wshshell = wscript.createobject("wscript.shell")
message = "本脚本用于修复windows xp中当小化程序时,无法在任务栏显示图标的问题。"& vbcr & vbcr
message = message & "为了正常工作,本脚本将关闭和重启 windows explorer 外壳,这个操作不会损坏你的系统。" & vbcr & vbcr
message = message & "请关闭所有杀毒软件的实时监控!并保存所有打开的文件。"& vbcr & vbcr
message = message & "是否继续?"
x = msgbox(message, vbyesno+vbexclamation, "注意")
if x = 6 then
on error resume next
wshshell.regdelete "hkcu\software\microsoft\windows\currentversion\explorer\stuckrects2\"
wshshell.regdelete "hkcu\software\microsoft\windows\currentversion\explorer\streamsmru\"
wshshell.regdelete "hkcu\software\microsoft\windows\currentversion\explorer\streams\desktop\"
wshshell.regdelete "hkcu\software\microsoft\internet explorer\explorer bars\{32683183-48a0-441b-a342-7c2a440a9478}\barsize"
p1 = "hkcu\software\microsoft\windows\currentversion\policies\explorer\"
wshshell.regwrite p1 & "nobandcustomize", 0, "reg_dword"
wshshell.regwrite p1 & "nomovingbands", 0, "reg_dword"
wshshell.regwrite p1 & "noclosedragdropbands", 0, "reg_dword"
wshshell.regwrite p1 & "nosettaskbar", 0, "reg_dword"
wshshell.regwrite p1 & "notoolbarsontaskbar", 0, "reg_dword"
wshshell.regwrite p1 & "nosavesettings",0,"reg_dword"
wshshell.regwrite p1 & "notoolbarsontaskbar", 0, "reg_dword"
wshshell.regwrite p1 & "nosettaskbar",0,"reg_dword"
wshshell.regwrite p1 & "noactivedesktop",0,"reg_dword"
wshshell.regwrite p1 & "classicshell",0,"reg_dword"
p1 = "hkcu\software\microsoft\windows\currentversion\group policy objects\localuser\software\microsoft\windows\currentversion\policies\explorer\"
wshshell.regwrite p1 & "noclosedragdropbands", 0, "reg_dword"
wshshell.regdelete p1 & "nomovingbands"
p1 = "hklm\software\microsoft\windows nt\currentversion\winlogon\shell"
wshshell.regwrite p1, "explorer.exe", "reg_sz"
p1 = "hkcu\software\microsoft\internet explorer\explorer bars\{32683183-48a0-441b-a342-7c2a440a9478}\"
wshshell.regdelete p1 & "barsize"
wshshell.regwrite p1, "media band", "reg_sz"
on error goto 0
for each process in getobject("winmgmts:")。 _
execquery ("select * from win32_process where name='explorer.exe'")
process.terminate(0)
next
msgbox "完成!" & vbcr & vbcr & "?kelly theriot and doug knox", 4096, "完成"
else
msgbox "没有对你的系统进行任何改变。" & vbcr & vbcr & "?kelly theriot and doug knox", 4096, "用户取消了"
end if

展开全文

供应商
北京百顺世纪科技有限公司
联系电话
010-62794645
在线咨询QQ
819126898
经理
莫增亮
所在地
北京海淀区清华南门文津国际西塔12B05
我们的新闻
咨询 在线询价 拨打电话