FreeDiskSpace measure FreeDiskSpaceメジャー

Measure=FreeDiskSpace measures disk usage. By default the value will be the amount of free space. To obtain the used space, add InvertMeasure=1.Measure=FreeDiskSpaceディスク使用量を測定します。デフォルトでは、この値は空き容量です。使用済みスペースを取得するには、InvertMeasure = 1を追加してください

The measure will have a range from 0 to the actual total size of the measured disk resource for use by meters requiring a percentage.測定値は、0から測定されたディスクリソースの実際の合計サイズまでの範囲で、メーターで使用するためにパーセンテージが必要です。

Optionsオプション

General measure options一般的な測定オプション
All general measure options except MaxValue are valid.を除くすべての一般的な測定オプション は有効です。 MaxValue
Drive Default: C:Drive デフォルト: C:
Defines the drive to measure.測定するドライブを定義します。
Total Default: 0Total デフォルト: 0
If set to 1, provides the total drive space.に設定されている場合1、総ドライブ容量を提供します。
Label Default: 0Label デフォルト: 0
If set to 1, the string value is the drive label. The number value is not altered.に設定されている1場合、文字列値はドライブラベルです。数値は変更されません。
Type Default: 0Type デフォルト: 0

If set to 1, provides the drive type as a string and a number.に設定する1と、ドライブの種類を文字列数字で指定します。

String Number
Error 0
Removed 1
Removable 3
Fixed 4
Network 5
CDRom 6
Ram 7

Note: FreeDiskSpace does not support CD or DVD drives other than with Type and Label.
IgnoreRemovable Default: 1IgnoreRemovable デフォルト: 1
If set to 1, removable drives are ignored. If set to 0, removable drives are measured. Be sure to set IgnoreRemovable=0 to measure a USB drive.1に設定すると、リムーバブルドライブは無視されます。0に設定すると、リムーバブルドライブが測定されます。USBドライブを測定するには、必ずIgnoreRemovable = 0に設定してください。
DiskQuota Default: 1DiskQuota デフォルト: 1
If set to 1, user specific disk quotas in Windows are obeyed. If set to 0, user account specific disk quotas are ignored when obtaining free or used space on the disk.1に設定すると、Windowsのユーザー固有のディスククォータに従います。0に設定すると、ディスク上の空きスペースまたは使用済みスペースを取得するときに、ユーザーアカウント固有のディスククォータが無視されます。

Example

[Rainmeter]
Update=1000
DynamicWindowSize=1

[MeasureDiskLabel]
Measure=FreeDiskSpace
Drive=C:
Label=1
UpdateDivider=5

[MeasureTotalDiskSpace]
Measure=FreeDiskSpace
Drive=C:
Total=1
UpdateDivider=5

[MeasureFreeDiskSpace]
Measure=FreeDiskSpace
Drive=C:
UpdateDivider=5

[MeasureUsedDiskSpace]
Measure=FreeDiskSpace
Drive=C:
InvertMeasure=1
UpdateDivider=5

[MeterDriveInfo]
Meter=String
MeasureName=MeasureDiskLabel
MeasureName2=MeasureTotalDiskSpace
MeasureName3=MeasureFreeDiskSpace
MeasureName4=MeasureUsedDiskSpace
X=0
Y=0
FontSize=10
FontColor=255,255,255,255
SolidColor=0,0,0,255
AntiAlias=1
AutoScale=1
Text="C:\ (%1): [Total: %2B] [Free: %3B] [Used: %4B]"

関連記事

スポンサーリンク

-moz-border-radius-bottomleft 左下の角の丸みを指定する

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る