我的电脑上面把一个文件夹最小化,就找不见了.
发布网友
发布时间:2022-05-02 07:12
我来回答
共4个回答
热心网友
时间:2022-07-01 15:53
1,按Alt+Tab组合键,看能否切换到文件夹窗口。
2,按Ctrl+Alt+Del组合键,打开任务管理器,结束explorer.exe进程,然后在管理器上方的文件,新建任务运行,输入explorer.exe,重新打面桌面进程看是否能恢复。
3,是否安装如RocketDock之类的多面板设置工具,如果是可以在程序面板中查看缩小的文件夹。
4,把以下文本另存为xp_taskbar_desktop_fixall_chs.vbs双击运行即可。
'xp_taskbar_desktop_fixall.vbs - Repairs the Taskbar when minimized programs don't show.
'Kelly Theriot and Doug Knox - 8/22/2003
'翻译:Smallfrogs。翻译内容:将英文提示改为简体中文
'来源:Microsoft Windows XP NewsGroup
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
热心网友
时间:2022-07-01 15:54
你在出现故障前估计使用过系统优化软件或者手动对注册表进行了修改,这个故障属于Windows xp的常见故障,是由于注册表中任务栏相关的健值数据被损坏
导致的,解决的方法是将注册表相关健值恢复原状,为了简单起见,可用一个修复脚本可以解决此问题,下载解压后运行即可。
下载地址: http://www.newhua.com/cfan/200604/taskbar.rar
热心网友
时间:2022-07-01 15:54
自动寻找ip就是由DHCP服务自动获取ip地址。
设置步骤如下:
1、选择你需要自动获取ip地址的网卡。一般在右下角会有显示,像小电脑似的图标。单击可以打开连接的对话框。
如果没有的话,需要单击开始按钮,然后打开控制面板,双击网络连接,打开了网络连接对话框,选择相应的连接双击打开连接的对话框。如图以本地连接为例。
2、单击属性按钮,选择Internet协议选项,单击属性按钮。打开如图对话框。
3、选中自动获得ip地址选项即可自动获取ip地址。
注意:一般自动获得DNS服务器地址为默认选择的,如有需要可以自行设置。
热心网友
时间:2022-07-01 15:55
“程序最小化丢失”
如果只是任务栏没有图标,传给你一个任务栏修复的小软件,其中有一个选项“程序最小化丢失”你选择修复即可。
如果因为错误上传不能用,自己到网上下载。