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 這支服務有沒有啟動,正常的話要啟動才對。
2012/04/02
MSSQL 中文字串變問號????
在MSSQL資料表的欄位裡面輸入中文的字串後,顯示出來的卻是問號,是因為SQL的版本是英文的,所以必須在輸入的值前面加一個"N"。
範例 :
範例 :
UPDATE tablename
SET xxx = N'中文測試'
WHERE yyy = 4273
訂閱:
文章 (Atom)