一个修复 Windows XP 任务栏的批处理文件
作者:parno 日期:2010-03-30
引用内容
@echo off
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2" /f
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StreamsMRU" /f
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop" /f
set regPath=HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
for %%a in (NoBandCustomize,NoMovingBands,NoCloseDragDropBands,NoSetTaskbar,NoToolbarsOnTaskbar,NoSaveSettings,NoToolbarsOnTaskbar,NoSetTaskbar,NoActiveDesktop,ClassicShell) do reg delete "%regPath%" /v "%%a" /f
cmd /c taskkill /f /im explorer.exe&&explorer.exe
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2" /f
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StreamsMRU" /f
reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop" /f
set regPath=HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
for %%a in (NoBandCustomize,NoMovingBands,NoCloseDragDropBands,NoSetTaskbar,NoToolbarsOnTaskbar,NoSaveSettings,NoToolbarsOnTaskbar,NoSetTaskbar,NoActiveDesktop,ClassicShell) do reg delete "%regPath%" /v "%%a" /f
cmd /c taskkill /f /im explorer.exe&&explorer.exe
上一篇: IIS 使用技巧和周边辅助工具介绍
下一篇: Skiller V3 beta 2[7Z]
文章来自: 网络
引用通告: 查看所有引用 | 我要引用此文章
Tags: 任务栏 修复 批处理 BAT
相关日志:
下一篇: Skiller V3 beta 2[7Z]
文章来自: 网络
引用通告: 查看所有引用 | 我要引用此文章
Tags: 任务栏 修复 批处理 BAT
相关日志:
评论: 0 | 引用: 0 | 查看次数: 7256
发表评论