close
登錄檔,算是Windows系統的核心之一嗎?我不清楚。
但是可以確定的是,很多windows系統設定,都牽扯到登錄檔。
但對於登錄檔的設定,我想,真的懂得人不多。
(除卻微軟的那些電腦工程師)
但一旦懂得登錄檔全部的設定,那就差不多可以稱得上windows電腦達人了。
因為,你可以不用靠軟體就可以將系統給鎖死。
(包括鎖資料夾、變更無法單靠滑鼠就可更改的設定、鎖住各類資源)
如最近的一種變種病毒,就專門更改登錄檔設定,將隱藏檔設定鎖住,
一旦病毒被掃毒軟體清除後,但因殘存的autorun.inf檔,
使得硬碟開啟發生錯誤,每次雙擊都會彈跳出軟體開啟視窗。
雖然已無病毒存在,但是因為autorun.inf為隱藏檔,所以要刪也麻煩。
就算autorun.inf刪掉了,但是登錄檔也沒改回來,所以問題仍在。
雖然這類病毒危害似乎不嚴重,但它所造成的麻煩,就足以令人髮指。
當然,所謂的麻煩也不是真正的麻煩,
而是使用者對登錄檔檔的認識不深,所以也無從改起。
先前有在書局看過一本書在介紹100種方法的設定,
教人如何使用登錄檔來做到系統更改、更改開機畫面圖示諸如此類的。
雖然很想買來玩玩,但又想想Windows登錄檔永遠都不會更改嗎?
而且不同版本的系統,相同的登錄檔設定可能就不見得有效。
所以後來就僅僅翻閱而已。
話說會善用登錄檔的人,好處還真的多得數不了。
例如:
破解軟體使用期限(記得在2002年前都還挺管用的)、
成為遊戲王(這件事我有做過一次,讓自己在遊戲一開始就成為最強的)、
解除msn傳檔頻寬的限制(據聞msn對傳檔鎖了40%的頻寬)...
不過,在此不是教人如何成為駭客,而是希望喚起大家對登錄檔的重視。
後記:
而登錄檔設定的教學,在Google上面搜尋就會有萬篇以上的教學了。
包括XP系統優化,通通都有。
只是,我只能說:「為什麼還沒看到一篇是微軟官方的登錄檔標準教學?」
當然我並不能說微軟在刻意隱藏技術,可能只是我還沒把微軟官方網站給翻遍罷了。
但相對來講,Linux內絕大多數設定檔一定都會有設定教學(只差絕大多數都是英文的)。
所以只要有軟體,至少都有使用上手的可能。
而對於Windows而言,採80/20理論來講,系統內有80%的好用軟體,但80%的人只會20%的。
所以,80%的人會去買或者使用其他非內含在Windows的軟體,
而去完成就算不增添其他軟體也可以達到的80%的事。
最後附上在網路上找到修正硬碟無法正常開啟的方法:
前面有reg的就是設定登錄檔回一般使用狀態,那些C:~Z:的則是將硬碟內的autorun.inf更名另存。
不過不是所有的問題都可以單靠以下來解決,得視情況而定。
將以下內容剪貼至記事本,另存新檔副檔名為.bat的檔案執行。(存檔類型要選所有檔案來存)
@echo off
reg.exe add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoDriveAutoRun /t REG_BINARY /d ffffff03 /f
reg.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer" /v NoDriveTypeAutoRun /t REG_DWORD /d 0x000000df /f
reg.exe add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoDriveTypeAutoRun /t REG_DWORD /d 0x000000df /f
reg.exe add "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoDriveTypeAutoRun /t REG_DWORD /d 0x000000df /f
reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2" /f
cd\
C:
md autodir
attrib -a -s -h -r autorun.inf /q
ren autorun.inf cauto.txt
move cauto.txt autodir
D:
attrib -a -s -h -r autorun.inf
ren autorun.inf dauto.txt
move dauto.txt C:\autodir\
E:
attrib -a -s -h -r autorun.inf
ren autorun.inf eauto.txt
move eauto.txt C:\autodir\
F:
attrib -a -s -h -r autorun.inf
ren autorun.inf fauto.txt
move fauto.txt C:\autodir\
G:
attrib -a -s -h -r autorun.inf
ren autorun.inf gauto.txt
move gauto.txt C:\autodir\
H:
attrib -a -s -h -r autorun.inf
ren autorun.inf hauto.txt
move hauto.txt C:\autodir\
I:
attrib -a -s -h -r autorun.inf
ren autorun.inf iauto.txt
move iauto.txt C:\autodir\
J:
attrib -a -s -h -r autorun.inf
ren autorun.inf jauto.txt
move jauto.txt C:\autodir\
K:
attrib -a -s -h -r autorun.inf
ren autorun.inf kauto.txt
move kauto.txt C:\autodir\
L:
attrib -a -s -h -r autorun.inf
ren autorun.inf lauto.txt
move lauto.txt C:\autodir\
M:
attrib -a -s -h -r autorun.inf
ren autorun.inf mauto.txt
move mauto.txt C:\autodir\
N:
attrib -a -s -h -r autorun.inf
ren autorun.inf nauto.txt
move nauto.txt C:\autodir\
O:
attrib -a -s -h -r autorun.inf
ren autorun.inf oauto.txt
move oauto.txt C:\autodir\
P:
attrib -a -s -h -r autorun.inf
ren autorun.inf pauto.txt
move pauto.txt C:\autodir\
Q:
attrib -a -s -h -r autorun.inf
ren autorun.inf qauto.txt
move qauto.txt C:\autodir\
R:
attrib -a -s -h -r autorun.inf
ren autorun.inf rauto.txt
move rauto.txt C:\autodir\
S:
attrib -a -s -h -r autorun.inf
ren autorun.inf sauto.txt
move sauto.txt C:\autodir\
T:
attrib -a -s -h -r autorun.inf
ren autorun.inf tauto.txt
move tauto.txt C:\autodir\
U:
attrib -a -s -h -r autorun.inf
ren autorun.inf uauto.txt
move uauto.txt C:\autodir\
V:
attrib -a -s -h -r autorun.inf
ren autorun.inf vauto.txt
move vauto.txt C:\autodir\
W:
attrib -a -s -h -r autorun.inf
ren autorun.inf wauto.txt
move wauto.txt C:\autodir\
X:
attrib -a -s -h -r autorun.inf
ren autorun.inf xauto.txt
move xauto.txt C:\autodir\
Y:
attrib -a -s -h -r autorun.inf
ren autorun.inf yauto.txt
move yauto.txt C:\autodir\
Z:
attrib -a -s -h -r autorun.inf
ren autorun.inf zauto.txt
move zauto.txt C:\autodir\
explorer c:\autoDir
@echo on
exit
但是可以確定的是,很多windows系統設定,都牽扯到登錄檔。
但對於登錄檔的設定,我想,真的懂得人不多。
(除卻微軟的那些電腦工程師)
但一旦懂得登錄檔全部的設定,那就差不多可以稱得上windows電腦達人了。
因為,你可以不用靠軟體就可以將系統給鎖死。
(包括鎖資料夾、變更無法單靠滑鼠就可更改的設定、鎖住各類資源)
如最近的一種變種病毒,就專門更改登錄檔設定,將隱藏檔設定鎖住,
一旦病毒被掃毒軟體清除後,但因殘存的autorun.inf檔,
使得硬碟開啟發生錯誤,每次雙擊都會彈跳出軟體開啟視窗。
雖然已無病毒存在,但是因為autorun.inf為隱藏檔,所以要刪也麻煩。
就算autorun.inf刪掉了,但是登錄檔也沒改回來,所以問題仍在。
雖然這類病毒危害似乎不嚴重,但它所造成的麻煩,就足以令人髮指。
當然,所謂的麻煩也不是真正的麻煩,
而是使用者對登錄檔檔的認識不深,所以也無從改起。
先前有在書局看過一本書在介紹100種方法的設定,
教人如何使用登錄檔來做到系統更改、更改開機畫面圖示諸如此類的。
雖然很想買來玩玩,但又想想Windows登錄檔永遠都不會更改嗎?
而且不同版本的系統,相同的登錄檔設定可能就不見得有效。
所以後來就僅僅翻閱而已。
話說會善用登錄檔的人,好處還真的多得數不了。
例如:
破解軟體使用期限(記得在2002年前都還挺管用的)、
成為遊戲王(這件事我有做過一次,讓自己在遊戲一開始就成為最強的)、
解除msn傳檔頻寬的限制(據聞msn對傳檔鎖了40%的頻寬)...
不過,在此不是教人如何成為駭客,而是希望喚起大家對登錄檔的重視。
後記:
而登錄檔設定的教學,在Google上面搜尋就會有萬篇以上的教學了。
包括XP系統優化,通通都有。
只是,我只能說:「為什麼還沒看到一篇是微軟官方的登錄檔標準教學?」
當然我並不能說微軟在刻意隱藏技術,可能只是我還沒把微軟官方網站給翻遍罷了。
但相對來講,Linux內絕大多數設定檔一定都會有設定教學(只差絕大多數都是英文的)。
所以只要有軟體,至少都有使用上手的可能。
而對於Windows而言,採80/20理論來講,系統內有80%的好用軟體,但80%的人只會20%的。
所以,80%的人會去買或者使用其他非內含在Windows的軟體,
而去完成就算不增添其他軟體也可以達到的80%的事。
最後附上在網路上找到修正硬碟無法正常開啟的方法:
前面有reg的就是設定登錄檔回一般使用狀態,那些C:~Z:的則是將硬碟內的autorun.inf更名另存。
不過不是所有的問題都可以單靠以下來解決,得視情況而定。
將以下內容剪貼至記事本,另存新檔副檔名為.bat的檔案執行。(存檔類型要選所有檔案來存)
@echo off
reg.exe add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoDriveAutoRun /t REG_BINARY /d ffffff03 /f
reg.exe add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer" /v NoDriveTypeAutoRun /t REG_DWORD /d 0x000000df /f
reg.exe add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoDriveTypeAutoRun /t REG_DWORD /d 0x000000df /f
reg.exe add "HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoDriveTypeAutoRun /t REG_DWORD /d 0x000000df /f
reg delete "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2" /f
cd\
C:
md autodir
attrib -a -s -h -r autorun.inf /q
ren autorun.inf cauto.txt
move cauto.txt autodir
D:
attrib -a -s -h -r autorun.inf
ren autorun.inf dauto.txt
move dauto.txt C:\autodir\
E:
attrib -a -s -h -r autorun.inf
ren autorun.inf eauto.txt
move eauto.txt C:\autodir\
F:
attrib -a -s -h -r autorun.inf
ren autorun.inf fauto.txt
move fauto.txt C:\autodir\
G:
attrib -a -s -h -r autorun.inf
ren autorun.inf gauto.txt
move gauto.txt C:\autodir\
H:
attrib -a -s -h -r autorun.inf
ren autorun.inf hauto.txt
move hauto.txt C:\autodir\
I:
attrib -a -s -h -r autorun.inf
ren autorun.inf iauto.txt
move iauto.txt C:\autodir\
J:
attrib -a -s -h -r autorun.inf
ren autorun.inf jauto.txt
move jauto.txt C:\autodir\
K:
attrib -a -s -h -r autorun.inf
ren autorun.inf kauto.txt
move kauto.txt C:\autodir\
L:
attrib -a -s -h -r autorun.inf
ren autorun.inf lauto.txt
move lauto.txt C:\autodir\
M:
attrib -a -s -h -r autorun.inf
ren autorun.inf mauto.txt
move mauto.txt C:\autodir\
N:
attrib -a -s -h -r autorun.inf
ren autorun.inf nauto.txt
move nauto.txt C:\autodir\
O:
attrib -a -s -h -r autorun.inf
ren autorun.inf oauto.txt
move oauto.txt C:\autodir\
P:
attrib -a -s -h -r autorun.inf
ren autorun.inf pauto.txt
move pauto.txt C:\autodir\
Q:
attrib -a -s -h -r autorun.inf
ren autorun.inf qauto.txt
move qauto.txt C:\autodir\
R:
attrib -a -s -h -r autorun.inf
ren autorun.inf rauto.txt
move rauto.txt C:\autodir\
S:
attrib -a -s -h -r autorun.inf
ren autorun.inf sauto.txt
move sauto.txt C:\autodir\
T:
attrib -a -s -h -r autorun.inf
ren autorun.inf tauto.txt
move tauto.txt C:\autodir\
U:
attrib -a -s -h -r autorun.inf
ren autorun.inf uauto.txt
move uauto.txt C:\autodir\
V:
attrib -a -s -h -r autorun.inf
ren autorun.inf vauto.txt
move vauto.txt C:\autodir\
W:
attrib -a -s -h -r autorun.inf
ren autorun.inf wauto.txt
move wauto.txt C:\autodir\
X:
attrib -a -s -h -r autorun.inf
ren autorun.inf xauto.txt
move xauto.txt C:\autodir\
Y:
attrib -a -s -h -r autorun.inf
ren autorun.inf yauto.txt
move yauto.txt C:\autodir\
Z:
attrib -a -s -h -r autorun.inf
ren autorun.inf zauto.txt
move zauto.txt C:\autodir\
explorer c:\autoDir
@echo on
exit
全站熱搜
留言列表