顯示具有 電腦疑難雜症 標籤的文章。 顯示所有文章
顯示具有 電腦疑難雜症 標籤的文章。 顯示所有文章

2013年12月20日 星期五

修復: PDF 檔案於 Internet Explorer 10 | 11無法開啟的解決方法

文章轉貼資料來源:The Windows Club

1. Press Windows Key + R combination, type put Regedt32.exe in Run dialog box and hit Enter to open the Registry Editor.


2. Navigate to the following location:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
3. In the right pane of this location, look for the TabProcGrowth named DWORD. This DWORD actually is short from of Tab Process Growth; which sets the rate at which IE creates New Tab processes. If you’ll find the DWORD there, it must having the Value data as 0. If you don’t find it there, create it manually using Right click -> New -> DWORD Value. Now click on the same DWORD to modify its Value data:

 4. Now set the Value data from 0 to 1. Click OK. Putting Value data 1 ensures that all tabs for a given frame process run in a single tab process for a given mandatory integrity level (MIC) level. You may now close the Registry Editor and reboot to see the results.

2011年2月7日 星期一

解決「User Profile Service服務無法登入…」的問題

公司同事的Notebook遇到此問題,習慣性動作直接Google了一下,按照找到的資料操作不到十分鐘就解決了,真是太感謝Googe大神及下面這位部落格大大的分享


感謝這位仁兄黑輪的Blog分享解決問題的操作步驟:

解決方法如下:

用下面的動作應該可以解決你的問題

1. 進入安全模式(開機時按鍵盤上的F8

2. 點選左下角開始->所有程式->附屬應用程式->命令提示字元上點選右鍵選擇以系統管理員身分執行

3. 在黑色視窗輸入net user Administrator /active:yes並按下enter鍵(此動作為將Administrator帳號啟動,若要停用此帳戶時將後面的Yes
No後即可

4. 執行完上述動作後重新開機進入正常模式,並以Administrator帳號做登入的動作

5. 登入後點選左下角開始->輸入regedit並按下enter鍵,會出現登錄編輯程式

6. 進入下列機碼HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
您在左邊的畫面會看到兩個類似的資料夾,應該為為S-1-5-21-xxxxx & S-1-5-21xxxxx.bak(前面都一樣,只有後面有一個會加上.bak

7. S-1-5-21-xxxxx上點選右鍵->重新命名,在檔名最後面輸入.old

8. S-1-5-21-xxxxx.bak上點選右鍵->重新命名,在檔名最後面的.bak刪除,檔名會變成S-1-5-21-xxxxx

9. 點選資料夾S-1-5-21-xxxxx在右邊視窗點選RefCount兩下,並將數值修改為0,修改完後點選State兩下,也將數值修改為0

上述動作完成後關閉所有視窗並重新開機,使用原來的帳號登入即可