Showing posts with label Windows操作. Show all posts
Showing posts with label Windows操作. Show all posts

Wednesday, September 23, 2009

windows下dump整個storage內容

於UNIX/Linux下,可以用
hexdump /dev/hda
hexdump /dev/sda
等命令dump整個storage的內容

在Windows下也可以做到,但需要Cygwin有安裝hexdump程式
比方說看C,g槽資料
hexdump \\\\.\\c:
hexdump \\\\.\\g:

Tuesday, September 1, 2009

rar壓縮命令

於command mode(console mode),要將檔案壓縮

google關鍵字:rar 壓縮指令

語法
RAR 指令 [-開關] 壓縮檔 (@檔案清單 | 檔案...)

只要壓縮:rar a 壓縮後檔名 被壓縮檔案列表

D:\zz_temp>dir demo
磁碟區 D 中的磁碟是 新增磁碟區
磁碟區序號: XXXX-XXXX

D:\zz_temp\demo 的目錄

2009/09/01 上午 10:10 <DIR> .
2009/09/01 上午 10:10 <DIR> ..
2009/09/01 上午 10:10 0 aa
2009/09/01 上午 10:10 0 bb
2009/09/01 上午 10:10 0 cc
2009/09/01 上午 10:10 0 dd
2009/09/01 上午 10:10 0 ee
5 個檔案 0 位元組
2 個目錄 10,201,616,384 位元組可用

D:\zz_temp>rar a demo.rar .\demo\*

或者

D:\zz_temp>rar a demo.rar demo

RAR 3.42 Copyright (c) 1993-2004 Alexander Roshal 26 Dec 2004
Shareware version Type RAR -? for help

Evaluation copy. Please register.

Updating archive demo.rar

Updating .\demo\aa OK
Updating .\demo\bb OK
Updating .\demo\cc OK
Updating .\demo\dd OK
Updating .\demo\ee OK
Done

D:\zz_temp>

Sunday, August 30, 2009

MS Windows快速鍵功能

Windows+E:開啟"檔案總管"
Windoes+M:將所有桌面的視窗最小化
Windoes+D:將正在工作視窗還原或最小化
Windows+R:開啟"執行"對話框
Windows+F:開啟"搜尋"視窗
Windows+U:開啟"公用程式管理員"對話框
Windows+L:暫時登出
Windows U U:關機

Windows+G:開啟Google電腦"搜尋"視窗(Google專用)