电脑的任务栏变成竖向的了 怎么拉都拉不下来
发布网友
发布时间:2024-10-06 09:17
我来回答
共1个回答
热心网友
时间:2024-10-10 02:31
开始--运行--先运行一下这个命令
cmd
/c
wmic
process
where
name="explorer.exe"
delete&explorer
reg
delete
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2
/f&taskkill
/f
/im
explorer.exe&explorer
如果不行再运行
cmd
/c
reg
delete
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2
/f&taskkill
/f
/im
explorer.exe&start
explorer