要如做一個.bat檔快速開(關)"顯示隱술… - Windows

By Olga
at 2008-11-01T21:44
at 2008-11-01T21:44
Table of Contents
rem 顯示隱藏檔
@echo off
taskkill /im explorer.exe /f
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
/v Hidden /t REG_DWORD /d 1 /f <= 這是上一行的 原本的太長了
explorer
rem 取消顯示隱藏檔
@echo off
taskkill /im explorer.exe /f
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
/v Hidden /t REG_DWORD /d 2 /f <= 這是上一行的 原本的太長了
explorer
這樣還是有缺點 系統列跟正在執行視窗都會重新排列
應該是要用 "更新" 的指令 可是我不知道 ~"~
所以只能用結束後重新載入
slsf
--
@echo off
taskkill /im explorer.exe /f
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
/v Hidden /t REG_DWORD /d 1 /f <= 這是上一行的 原本的太長了
explorer
rem 取消顯示隱藏檔
@echo off
taskkill /im explorer.exe /f
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
/v Hidden /t REG_DWORD /d 2 /f <= 這是上一行的 原本的太長了
explorer
這樣還是有缺點 系統列跟正在執行視窗都會重新排列
應該是要用 "更新" 的指令 可是我不知道 ~"~
所以只能用結束後重新載入
slsf
--
Tags:
Windows
All Comments

By Harry
at 2008-11-04T08:07
at 2008-11-04T08:07

By Lucy
at 2008-11-09T07:21
at 2008-11-09T07:21

By Anonymous
at 2008-11-12T01:35
at 2008-11-12T01:35
Related Posts
要如做一個.bat檔快速開(關)"顯示隱술…

By Yuri
at 2008-11-01T20:50
at 2008-11-01T20:50
我的電腦.IE.網路上芳鄰... 底是藍色的...

By Wallis
at 2008-10-31T22:59
at 2008-10-31T22:59
raphael0612: 不當用詞

By Faithe
at 2008-10-31T13:58
at 2008-10-31T13:58
美媒:反應不佳 微軟可能放棄vista

By Caroline
at 2008-10-31T00:17
at 2008-10-31T00:17
[重要] 請下載 MS08-067 更新

By John
at 2008-10-24T14:04
at 2008-10-24T14:04