要利用工作排程執行(安裝) MSI 檔時,不能直接在"執行" 的欄位內輸入 完整的MSI檔路徑。
正確的語法範例如下:
msiexec /a MSI路徑 /quiet
要利用msiexec這個程式來執行MSI檔才行,檔案的路徑前面要加上 /a這個參數,後面的 /quiet是指在背景執行的意思。
其他相關的參數使用,可在cmd 底下執行 msiexec /?查詢。
2012/05/23
2012/04/27
XP WIN 7 用 登錄檔/機碼 鎖定 USB 儲存 權限
enable USB storage
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\usbstor]
"Start"=dword:00000003
--------------------------------------------------------------------------------
disable USB storage
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\usbstor]
"Start"=dword:00000004
proxy 啟動/關閉 batch檔 dos指令
關閉
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "ProxyEnable" /t REG_DWORD /d 0 /f
啟動
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "ProxyEnable" /t REG_DWORD /d 1 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "ProxyEnable" /t REG_DWORD /d 0 /f
啟動
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v "ProxyEnable" /t REG_DWORD /d 1 /f
2012/04/23
outlook2003 郵件類別 設定檔位置
HKEY_CURRENT_USER \ Software \ Microsoft \Office ~ 下面是一些版本的路径:
* 8.0 \ Outlook \ Categories \ means Outlook 98
* 9.0 \ Outlook \ Categories \ means Outlook 2000
* 10.0 \ Outlook \ Categories \ means Outlook XP
* 11.0 \ Outlook \ Categories \ means Office 2003
* 12.0 \ Outlook \ Categories \ means Office 2007
2012/04/19
RealVNC 免費版不支援win 7, 會黑屏
從 xp 用 vnc 連 wins7 時,可連線,可是都是黑屏,去官網查了一下,才發現沒支援 win 7~~ 只好改用 utralvnc
http://www.realvnc.com/products/free/4.1/winvnc.html
http://www.realvnc.com/products/free/4.1/winvnc.html
2012/04/17
2012/04/11
2012/04/06
XP 主機開啟其他台電腦的共享資料夾(網芳)
A電腦無法去開啟其他台電腦的共享資料夾,但是其他台電腦都可以開啟A電腦的共享資料夾。
可以檢查 workstation 這支服務有沒有啟動,正常的話要啟動才對。
可以檢查 workstation 這支服務有沒有啟動,正常的話要啟動才對。
訂閱:
文章 (Atom)