A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Performance and Maintainance of Windows Vista
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Performance and Maintainance of Windows Vista A forum for performance and maintenance tasks in Windows Vista. (microsoft.public.windows.vista.performance_maintainance)

Defrag



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old March 18th 10, 10:01 AM posted to microsoft.public.windows.vista.performance_maintenance
JCG
external usenet poster
 
Posts: 11
Default Defrag

Greetings:

Within my task scheduler, Windows Defrag is configured as such:

%windir%\system32\defrag.exe -c-i-g

I believe -c is to defrag my c:\ drive.

What are the switches -i and -g for?

Thanks in advance...j
  #2 (permalink)  
Old March 18th 10, 12:37 PM posted to microsoft.public.windows.vista.performance_maintenance
Ǝиçεl
external usenet poster
 
Posts: 388
Default Defrag

defrag volume [/a] Analyzes the volume and displays a summary of the
analysis report.

defrag volume [/a] [/v]

defrag volume [/v] Displays the complete analysis and defragmentation
reports.

When used in combination with /a, displays only the analysis report. When
used alone, displays both the analysis and defragmentation reports.

defrag volume [/f] Forces defragmentation of the volume regardless of
whether it needs to be defragmented.

/? : Displays help at the command prompt.
-=-



"JCG" wrote:

Greetings:

Within my task scheduler, Windows Defrag is configured as such:

%windir%\system32\defrag.exe -c-i-g

I believe -c is to defrag my c:\ drive.

What are the switches -i and -g for?

Thanks in advance...j

  #3 (permalink)  
Old March 18th 10, 12:37 PM posted to microsoft.public.windows.vista.performance_maintenance
Ǝиçεl
external usenet poster
 
Posts: 388
Default Defrag

defrag volume [/a] Analyzes the volume and displays a summary of the
analysis report.

defrag volume [/a] [/v]

defrag volume [/v] Displays the complete analysis and defragmentation
reports.

When used in combination with /a, displays only the analysis report. When
used alone, displays both the analysis and defragmentation reports.

defrag volume [/f] Forces defragmentation of the volume regardless of
whether it needs to be defragmented.

/? : Displays help at the command prompt.
-=-



"JCG" wrote:

Greetings:

Within my task scheduler, Windows Defrag is configured as such:

%windir%\system32\defrag.exe -c-i-g

I believe -c is to defrag my c:\ drive.

What are the switches -i and -g for?

Thanks in advance...j

  #4 (permalink)  
Old March 20th 10, 09:56 AM posted to microsoft.public.windows.vista.performance_maintenance
JCG
external usenet poster
 
Posts: 11
Default Defrag

Thanks for the info. However, what does -c and -g do. Maybe it is an error
in Vista setup?

"Ǝиçεl" wrote:

defrag volume [/a] Analyzes the volume and displays a summary of the
analysis report.

defrag volume [/a] [/v]

defrag volume [/v] Displays the complete analysis and defragmentation
reports.

When used in combination with /a, displays only the analysis report. When
used alone, displays both the analysis and defragmentation reports.

defrag volume [/f] Forces defragmentation of the volume regardless of
whether it needs to be defragmented.

/? : Displays help at the command prompt.
-=-



"JCG" wrote:

Greetings:

Within my task scheduler, Windows Defrag is configured as such:

%windir%\system32\defrag.exe -c-i-g

I believe -c is to defrag my c:\ drive.

What are the switches -i and -g for?

Thanks in advance...j

  #5 (permalink)  
Old March 20th 10, 09:56 AM posted to microsoft.public.windows.vista.performance_maintenance
JCG
external usenet poster
 
Posts: 11
Default Defrag

Thanks for the info. However, what does -c and -g do. Maybe it is an error
in Vista setup?

"Ǝиçεl" wrote:

defrag volume [/a] Analyzes the volume and displays a summary of the
analysis report.

defrag volume [/a] [/v]

defrag volume [/v] Displays the complete analysis and defragmentation
reports.

When used in combination with /a, displays only the analysis report. When
used alone, displays both the analysis and defragmentation reports.

defrag volume [/f] Forces defragmentation of the volume regardless of
whether it needs to be defragmented.

/? : Displays help at the command prompt.
-=-



"JCG" wrote:

Greetings:

Within my task scheduler, Windows Defrag is configured as such:

%windir%\system32\defrag.exe -c-i-g

I believe -c is to defrag my c:\ drive.

What are the switches -i and -g for?

Thanks in advance...j

  #6 (permalink)  
Old March 20th 10, 11:31 AM posted to microsoft.public.windows.vista.performance_maintenance
R. C. White
external usenet poster
 
Posts: 1,871
Default Defrag

Hi, JCG.

As Ǝиçεl said:
/? : Displays help at the command prompt.


At the Command Prompt, simply type:
defrag /?

That should produce what I call a mini-Help file that shows the switches and
parameters available with the defrag command - and the syntax for using
them. This shows that all the switches use the slash "/" character, rather
than hyphen "-". Many commands will actually accept a variety of such
characters; I don't know if defrag will accept "-" for "/". And they
usually are not fussy about "c" or "C" - but they are insistent on the colon
when referring to volume ("drive") letters.

Use defrag /c to "Perform the operation on all volumes". Specify defrag C:
to operate only on Drive C:.

This does not show -i or -g as available switches, and I don't know what
those do. They may be a part of Task Scheduler, rather than of Defrag.

RC
--
R. C. White, CPA
San Marcos, TX

Microsoft Windows MVP
Windows Live Mail 2009 (14.0.8089.0726) in Win7 Ultimate x64

"JCG" wrote in message
...
Thanks for the info. However, what does -c and -g do. Maybe it is an
error
in Vista setup?

"Ǝиçεl" wrote:

defrag volume [/a] Analyzes the volume and displays a summary of the
analysis report.

defrag volume [/a] [/v]

defrag volume [/v] Displays the complete analysis and defragmentation
reports.

When used in combination with /a, displays only the analysis report. When
used alone, displays both the analysis and defragmentation reports.

defrag volume [/f] Forces defragmentation of the volume regardless of
whether it needs to be defragmented.

/? : Displays help at the command prompt.
-=-



"JCG" wrote:

Greetings:

Within my task scheduler, Windows Defrag is configured as such:

%windir%\system32\defrag.exe -c-i-g

I believe -c is to defrag my c:\ drive.

What are the switches -i and -g for?

Thanks in advance...j


  #7 (permalink)  
Old March 20th 10, 11:31 AM posted to microsoft.public.windows.vista.performance_maintenance
R. C. White
external usenet poster
 
Posts: 1,871
Default Defrag

Hi, JCG.

As Ǝиçεl said:
/? : Displays help at the command prompt.


At the Command Prompt, simply type:
defrag /?

That should produce what I call a mini-Help file that shows the switches and
parameters available with the defrag command - and the syntax for using
them. This shows that all the switches use the slash "/" character, rather
than hyphen "-". Many commands will actually accept a variety of such
characters; I don't know if defrag will accept "-" for "/". And they
usually are not fussy about "c" or "C" - but they are insistent on the colon
when referring to volume ("drive") letters.

Use defrag /c to "Perform the operation on all volumes". Specify defrag C:
to operate only on Drive C:.

This does not show -i or -g as available switches, and I don't know what
those do. They may be a part of Task Scheduler, rather than of Defrag.

RC
--
R. C. White, CPA
San Marcos, TX

Microsoft Windows MVP
Windows Live Mail 2009 (14.0.8089.0726) in Win7 Ultimate x64

"JCG" wrote in message
...
Thanks for the info. However, what does -c and -g do. Maybe it is an
error
in Vista setup?

"Ǝиçεl" wrote:

defrag volume [/a] Analyzes the volume and displays a summary of the
analysis report.

defrag volume [/a] [/v]

defrag volume [/v] Displays the complete analysis and defragmentation
reports.

When used in combination with /a, displays only the analysis report. When
used alone, displays both the analysis and defragmentation reports.

defrag volume [/f] Forces defragmentation of the volume regardless of
whether it needs to be defragmented.

/? : Displays help at the command prompt.
-=-



"JCG" wrote:

Greetings:

Within my task scheduler, Windows Defrag is configured as such:

%windir%\system32\defrag.exe -c-i-g

I believe -c is to defrag my c:\ drive.

What are the switches -i and -g for?

Thanks in advance...j


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 01:30 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2024 Vista Banter.
The comments are property of their posters.