电脑桌面出现VOLUME窗口
发布网友
发布时间:2022-04-25 01:38
我来回答
共5个回答
热心网友
时间:2023-10-19 21:27
解决方法如下:
1)在"开始"-->"运行"下键入:cmd,进入msdos下,使用fsutil dirty query d: 来检查d盘,报:The Volume is dirty.再键入CHKNTFS /X D:,报该盘分区NTFS.
2)键入Chkdsk /f /r d:,会提示你:是否卸下所有的句柄,选Y,然后就分5个stage检测d盘(由于没了句柄,在check过程中D盘的东西不能用),结束后用 fsutil dirty query d:来测试发现结果:没有损坏。修复成功。
3)重新启动,发现系统好了。
将英文方案附在后面:
what you're experiencing is what Windows refers to as "setting the dirty bit" and what you have to do is unset that bit. Every time Windows XP starts, autochk.exe is called by the kernel to scan all volumes to check if the volume dirty bit is set. If the dirty bit is set, autochk performs an immediate chkdsk /f on that volume. Chkdsk /f verifies file system integrity and attempts to fix any problems with the volume. It is usually caused by a hard shut down or a power loss ring a read-right operation on that particular drive.
How do I fix it, you ask?
Well, that's easy. First click Start> Run> bring up a command prompt by typing in "CMD" and type " fsutil dirty query d: ". This queries the drive, and more than likely it will tell you that it is dirty. Next, type "CHKNTFS /X D:". The X tells Windows to NOT check that particular drive on the next reboot. At this time, manually reboot your computer, it should not do a Chkdsk and take you directly to Windows.
Once Windows has fully loaded, bring up another CMD prompt and type and now you want to do a Chkdsk manually by typing "Chkdsk /f /r d:". This should take you through 5 stages of the scan and will unset that dirty bit. Finally, type "fsutil dirty query d:" and Windows will confirm that the dirty bit is not set on that drive.
热心网友
时间:2023-10-19 21:27
alt+ctrl+delete 打开任务管理器 在 应用程序 这项上看吧 应该有关于VOLUME应用程序的 然后选中它 点击结束任务 就OK了
这个应该不关驱动的吧 你可以找到有关VOLUME的 菜单之类的 设置一下吧
热心网友
时间:2023-10-19 21:28
如果是笔记本或者是多媒体键盘,那可能是笔记本的快捷键或者是多媒体键盘有问题
热心网友
时间:2023-10-19 21:28
增大音量的那个按钮不好用了,是不是自己一直凹下去了
热心网友
时间:2023-10-19 21:29
用任务管理器或者用taskkill命令结束掉试试