2013年9月6日 星期五

無法刪除檔案時的解決辦法

有時候你在整理你的檔案時,想要刪除某個檔案,這時系統卻顯示「無法刪除檔案,某個程式正在使用它,請關閉所有可能開啟這個檔案的程式後再試!」

可是問題是:「你並沒有開啟這個檔案呀?也沒有任何程式在使用它!為何不能刪除?」

這時您的解決方法,多半是重新開機!

覺得重開機太麻煩,或是很想趕快刪掉那個檔案以免重開機後忘了刪的話,那麼請參考以下的方法:

1.請先儲存未存檔的工作(因為此法會結束所有視窗), 然後叫出工作管理員 (ctrl + alt + del)(ctrl+Shift+esc)

2.在「處理程序」的頁籤下,找到「explorer.exe」(英文沒有大小),在上面按右鍵把它結束掉


3.這時全部的視窗都會被結束,所有的東西都會不見只剩下桌面! 不要嚇到,再把工作管理員叫出來,選「檔案」→「執行新工作」→「按瀏覽,然後到windows資料夾,選「explorer.exe」→執行

4.好了,這時就會恢復正常了,系統回到剛開機的狀態!此時就可以回去刪掉那個該死的檔案了!

5.這是因為那個開啟過的檔案的暫存沒有被清掉的緣故,所以系統判定它還在執行,故無法刪

標籤: , , , , , , , , , ,

如何讓Windows XP永遠不再產生Thumbs.db檔案

Thumbs.db是什麼?

這是由整個資料夾的圖檔做成的縮圖索引美其名是快取但是在資料傳遞時,總是會有些困擾

所以自行決定


1.請到控制台/資料夾選項/檢視 第一個\"不要快取縮圖\"打勾 然後確定就不會再生出來

2.做一個簡單的批次檔 可以一次將整個硬碟裡的
Thumbs.db清除掉用記事本新增一個新檔案,將下紅色文字複製上去存成DelThumbs.bat

3.將該檔案放在硬碟(或分割)的最底層,按兩下執行;便會將該硬碟(分割)裡面的所有
Thumbs.db刪除

@echo off
attrib -s -h -r Thumbs.db /s /d >nul
del Thumbs.db /s

標籤: , , , , , ,

無法直接開啟硬碟處理方式

把如下紅色部份的文字複製起來,貼在記事本上,然後按「檔案」→「另存新檔」→在檔名後面的.txt改成.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

標籤: , , , , , , , ,

謎樣自閉症成因揭密!認清3大迷思

華人健康網 記者黃曼瑩/台北報導】 201396 16:00

日前美國癌症遺傳學專家研究發現:自閉症與癌症基因有關;而近日有關於自閉症的致病機轉研究,有更進一步的突破!台大跨國團隊解開自閉症分子機轉機制,研究發現,拓撲異構酶抑制劑可能會在神經細胞中對基因轉錄的影響,此發現證明以化學物或基因突變的方式而破壞拓撲異構酶,將可導致自閉症及其它神經發育疾病,此結果發表在最新一期Nature期刊中。

大約每1萬人有1015名自閉症患者,男女患者比例約4:1,通常在幼兒2歲半以前就可以被發現。

有一些自閉症兒童在嬰兒時期聽到外界的聲音不會受到驚嚇、不會發出聲響,看起來就像是又聾又啞,但聽力檢查卻又沒有問題;儘管這一些孩子的身高、體重、外觀等各項標準看起來都一切正常。不過,在這些孩子的外表下,藏著一個令人難以一窺究竟的心智世界,許多關於自閉症的問題對於科學家來說都仍是一個謎。

自閉症的致病機轉解謎 未來治療新標的

如今自閉症的致病機轉終於揭開了!台大腦心所助理教授黃憲松2012年曾與美國北卡羅萊納大學教堂山分校研究團隊,於Nature學術期刊中,提出拓撲異構酶抑制劑可活化腦中休眠的研究成果,之後團隊進一步針對拓撲異構酶抑制劑可能會在神經細胞中對基因轉錄的影響,進行全基因組的RNA定序及分析。

此檢測意外地發現,拓撲異構酶抑制劑可對長基因的轉錄,造成嚴重破壞,且此破壞的機轉是經由損害長基因轉錄之延長有關。黃憲松助理教授指出,在對拓撲異構酶基因破壞的神經細胞中,長基因量的表現也顯著下降,證明拓撲異構酶對長基因的轉錄,扮演極為重要的角色。

更重要的是,許多高可信度的自閉症候選基因,有著極為顯著的基因長度,且這些基因的表現量,在抑制拓撲異構酶之後,都有顯著的下降。此項研究成果,將可加深人們對於導致自閉症的分子機制,有更進一步的了解,並希望能提供未來開發治療自閉症之新標的。

【認識自閉症3大迷思】:

Q1.自閉症是智能不足?

患自閉症的兒童約70%合併智能不足,患智能不足的兒童,尤其是重度智能不足者,也有輕微的合併自閉症;但自閉症兒童仍有智能正常甚至資優。

Q2.自閉症是天生的嗎?

大部份自閉兒在剛出生就有不正常的現象,而研究結果顯示3%自閉症和遺傳有關,大部份病人仍找不到原因。

Q3.自閉症只發生在兒童時期?

許多人都以為自閉症只發生在兒童時期,長大後這些症狀就會消失,事實上,自閉症並非只有在兒童時期發生,也不會在過了兒童期後便會自然痊癒;相反的,自閉症是一個發展性的疾患,而且是一種橫跨全人發展,並伴隨有神經生理缺陷的發展性疾病。

自閉症兒治療照護 找到最適合療育方式

家長應該陪同孩子經過專業診斷,確定孩子的自閉症障礙類型,以充分瞭解孩子的狀況與需要,並與專業團隊,包括:職能治療師、心理師、學校特教老師等進行討論,並根據孩子障礙與學習長處,找出適合的療育方式。

除此之外,家長可抽空翻閱相關資訊,與相關的專門機構保持 密切聯繫,也可參與其所舉辦的各種研習或家長會彼此交換最新資訊。


最重要的是,要配合孩子的興趣,企圖找出他所喜歡的人、事、物,將其融入療育中,讓孩子能在輕鬆愉快的氣氛中學習,效果會更加明顯。

標籤: , , , , , , , , , , , , , , ,