Pages

Showing posts with label XP. Show all posts
Showing posts with label XP. Show all posts

Wednesday, January 20, 2010

Windows XP 不自動安裝(PnP)設備 - 復原 Factory Mode

現像:

PnP(隨插即用設備第一次插入後無法自動安裝,但可手動至裝置管理員裡更新)


查詢事件檢視器警告:來源 PlugPlayManager,ID 270, 描述 隨插即用使用者介面對話方塊已在 Factory 模式中抑制。

("Plug and Play user-interface dialogs have been suppressed in Factory Mode.”)


應該是當初用 sysprep 時選錯了


1.修改以下兩個機碼:

HKLM\SYSTEM\Setup

FactoryPreInstallInProgress (REG_DWORD) = 0x0

AuditInProgress (REG_DWORD) = 0x0

或者删除這兩個值。

2.刪除這個機碼(及子機碼):

HKLM\SOFTWARE\Microsoft\Factory


參考:

http://groups.google.com/group/microsoft.public.windowsxp.general/browse_thread/thread/cd58cb07980ac9cc/32657c8eecb69c2f?pli=1

http://www.uwe-sieber.de/usbtrouble_e.html

搜尋:

windows xp 不自動安裝設備


Friday, May 05, 2006

無法預覽 PSD 縮圖

Support Knowledgebase
Photoshop CS doesn't create thumbnail previews (Windows)
Issue

Adobe Photoshop doesn't create thumbnail previews for images on the desktop or in Windows Explorer.


Solution: View images in the File Browser in Photoshop.

Choose File > Browse to open the Photoshop File Browser and view and open images.


Background information

Previous versions of Photoshop produced thumbnail previews for images by using the psicon.dll file. This file isn't installed with Photoshop CS.


In Windows Explorer, if you choose View > Thumbnails, Windows Explorer displays thumbnail previews for some image formats, such as JPEG files; however, it cannot display thumbnail previews for native Photoshop (PSD) files.
.............................................................
SOLUTIONS:
copy phtoshop 7 dll file: psicon.rar to
C:\Program Files\Common Files\Adobe\SELL\psicon.dll

REGEDIT:


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{0B6DC6EE-C4FD-11d1-819A-00C04FB69B4D}\InProcServer32]
@="C:\\Program Files\\Common Files\\Adobe\\Shell\\PSICON.DLL"
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\CLSID\{0B6DC6EE-C4FD-11d1-819A-00C04FB69B4D}\InProcServer32]
@="C:\\Program Files\\Common Files\\Adobe\\Shell\\PSICON.DLL"
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\.psd\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@="{0B6DC6EE-C4FD-11d1-819A-00C04FB69B4D}"