Pages

Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts

Monday, April 11, 2011

Windows 7 共用根目錄

http://windows.microsoft.com/zh-TW/windows7/Share-files-with-someone

"與他人共用檔案

在 Windows 7 中,您可以與其他人員共用個別檔案和資料夾,甚至整個媒體櫃 (如需概觀,請參閱「檔案共用基本資訊」。)
"

"進階共用

基於安全理由,Windows 中的某些位置不能直接使用 [共用對象] 功能表進行共用。其中一個範例是您嘗試共用電腦上的整個磁碟機 (例如磁碟機 C) (有時稱為磁碟機的「根目錄」) 或系統資料夾 (包括使用者和 Windows 資料夾)。

若要共用這些位置,則您必須改用 [進階共用]。不過,一般並不建議共用整個磁碟機或 Windows 系統資料夾。
"

"注意

您無法像在比 Windows Vista 舊的 Windows 版本中使用磁碟機代號加上錢字號來共用磁碟機的根目錄。例如,您無法以 "C$" 來共用 C 磁碟機的根目錄,但您可以使用 "C" 或其他任何名稱來進行共用。
"

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}"