PIXNET Logo登入

風箏

跳到主文

準備好要開始~~~~亂談了嗎??~~~~~

部落格全站分類:數位生活

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 10月 23 週六 201021:34
  • XP 設定 預設 登入 開機 免登入

control userpasswords2
(繼續閱讀...)
文章標籤

風箏 發表在 痞客邦 留言(0) 人氣(98)

  • 個人分類:Windows
▲top
  • 7月 21 週三 201010:21
  • Outlook 2G ansi Unicode 限制 轉檔 問題

記錄一下,免得自己忘了~~~

過往 Outlook 的版本,主要的郵件檔 pst 檔最大容量便是 2GB;但在 Outlook 2003 版本之後,如果電腦的檔案系統為 NTFS 檔案系統,pst 檔案便不再受制於 2 GB,而可以成長到 20GB。
(繼續閱讀...)
文章標籤

風箏 發表在 痞客邦 留言(1) 人氣(1,145)

  • 個人分類:Windows
▲top
  • 10月 02 週五 200912:12
  • UltraEdit 熱鍵/快速鍵/Hot Key/Keyboard Shortcuts



Ctrl+Up
Scroll up one line keeping cursor in view


Ctrl+Down
Scroll down one line keeping cursor in view


F4
Toggle focus between active file and Tree View if shown


Alt+Right
Position cursor at first not space character of next paragraph


Alt+Left
Position cursor at first not space character of current paragraph (if positioned mid-paragraph) or previous paragraph


Alt+Page Up
Position cursor beginning of first line in of the display


Alt+Page Down
Position cursor beginning of last line in of the display


Alt+'-' *NM
Position line with cursor at top of window


Alt+'+' *NM
Position line with cursor at bottom of window


Alt+"*" *NM
Position line with cursor at center of window


Ctrl+'1' *NM
Position the cursor at the end of the previous word


Ctrl+'2' *NM
Position the cursor at the end of the next word


Ctrl+F6
Make the next document window active


Ctrl+Shift+F6
Make the previous document window active


*NM : Will Only work on the numeric keypad.

(繼續閱讀...)
文章標籤

風箏 發表在 痞客邦 留言(0) 人氣(1,856)

  • 個人分類:Windows
▲top
  • 6月 17 週二 200812:09
  • 一些script add printer 的相關知識

查詢了一下參數的說明,把bat內容修改成如下 ***************.bat****************
rundll32 printui.dll,PrintUIEntry /in /u /q /n \\{server name}\{Print name}
rundll32 printui.dll,PrintUIEntry /y /q /n \\{server name}\{Print name}
*****************************************************************************
第一行是加入印表機,
第二行是將其設為預設,加入/u的參數是如果印表機已存在不會再加入一次,
如果沒有加上/u的參數,每次登入時都會再加印表機一次,浪費時間。
*****************************************************************************
如何在 Windows XP 中以沒有使用者互動的方式新增印表機
http://support.microsoft.com/kb/314486/zh-tw
*****************************************************************************
Script Center - 列印
http://www.microsoft.com/taiwan/technet/co...ng/default.mspx
這玩意不能不看呀....!!!!
安裝印表機驅動程式
http://www.microsoft.com/taiwan/technet/co...g/ScrPrn22.mspx
安裝印表機連接埠
http://www.microsoft.com/taiwan/technet/co...g/ScrPrn23.mspx
*****************************************************************************
普及基本知識很有必要。
RUNDLL32.EXE 是什麼程序.............
Rundll32.exe是什麼?顧名思意,「執行32位的DLL文件」。
它的作用是執行DLL文件中的內部函數,這樣在行程當中,只會有Rundll32.exe,而不會有DLL後門的行程,這樣,就實現了行程上的隱藏。
動態鏈接庫函數啟動器——Rundll32
  在Windows中使用了許多動態鏈接庫,這樣就使得所有Windows程序都可共享這些動態鏈接庫中的函數。一般情況下,許多應用程序都通過 Windows API來操作這些函數,但歸根結底是通過Windows文件夾下的rundll32.exe程序來啟動相應的函數。它的用法是:「rundll32.exe 動態鏈接庫名,函數名,參數名」。如筆者需要實現一鍵關機,則在桌面上建立一快捷方式,命令行為「rundll32.exe user.exe,ExitWindows」,並設置其快捷鍵為F4即可。再如,筆者要打開控制面板,則只需要輸入命令「rundll32.exe shell32.dll,Control_RunDLL」即可,要打開桌面屬性,只需要使用「rundll32.exe shell32.dll,Control_RunDLL desk.cpl」,其餘的以此類推。
如果看到系統中有多個Rundll32.exe,不必驚慌,這證明用Rundll32.exe啟動了多少個的DLL文件。當然,這些Rundll32.exe執行的DLL文件是什麼,我們都可以從系統自動載入的地方找到。
現在,我來介紹一下Rundll32.exe這個文件,意思上邊已經說過,功能就是以指令行的方式使用動態連接程序庫。系統中還有一個 Rundll.exe文件,他的意思是「執行16位的DLL文件」,這裡要注意一下。在來看看Rundll32.exe使用的函數原型:
Void CALLBACK FunctionName (
HWND hwnd,
HINSTANCE hinst,
LPTSTR lpCmdLine,
Int nCmdShow
);
其指令行下的使用方法為:Rundll32.exe DLLname,Functionname [Arguments]
DLLname為需要執行的DLL檔案名;Functionname為前邊需要執行的DLL文件的具體引出函數;[Arguments]為引出函數的具體參數。
*****************************************************************************
(繼續閱讀...)
文章標籤

風箏 發表在 痞客邦 留言(0) 人氣(1,166)

  • 個人分類:Windows
▲top
1

近期文章

  • linux 解rar 多檔 command line cmd
  • linux 主機板型號
  • shell script 大量/批次 修改檔名 大寫小寫~~~
  • XP 設定 預設 登入 開機 免登入
  • SciTE Text Editor 中文 相關 設定 編輯器 ubuntu
  • ubuntu gedit(Gedit) 中文 亂碼 編碼 問題
  • 三用電錶 的用法、三用電表 用法/零件測試(好用)
  • shell script BASH 教學 基楚 概念
  • Outlook 2G ansi Unicode 限制 轉檔 問題
  • ubuntu firefox flash 中文顯示 變方塊 問題修正

文章分類

toggle 系統管理 (2)
  • Windows (4)
  • Unix-Like (10)
toggle 程式語言 (5)
  • C++ (6)
  • ASP (1)
  • ANSI SQL (2)
  • ACM (2)
  • PHP (9)
toggle 風箏 (4)
  • 電子空間 (1)
  • 亂談囉 (1)
  • 生活週記 (1)
  • 電腦亂談 (4)
  • 未分類文章 (1)

部落格文章搜尋