Fyi: Command line values - admin

pacinitaly

HappyGuru Lovin2Help
Vista Guru
Hi All,


Open CMD prompt as admin and copy and paste values below in red

Here are some command line values I have, do you know of any others?

---------------------------------------------------------------------


powercfg -h on -- recreate hibernate file

ipconfig /flushdns --flush dns
ipconfig /displaydns --view dns stuff

ipconfig /all -- view ip config


netsh int tcp set global autotuninglevel=disable --speed up utorrent

netsh int tcp set global autotuninglevel=normal --revert


fsutil behavior set disable8dot3 1 --Disabling legacy filename

fsutil behavior set disable8dot3 0 --enable legacy filename



fsutil behavior set disablelastaccess 1 --disabling file access timestamp

fsutil behavior set disablelastaccess 0 --enable file access timestamp



BCDEdit /set PAE forceenable --enable to see 4GB RAM

BCDEdit /deletevalue PAE --disable to see 4GB RAM

%SystemRoot%\System32\Cmd.exe /c Cleanmgr /sageset:65535 & Cleanmgr /sagerun:65535
--super disk cleaner




~ Carmine
 

Attachments

  • DeleteTempFiles.vbs
    4.3 KB · Views: 34
  • preftech .bat
    30 bytes · Views: 49

My Computer

System One

  • Manufacturer/Model
    gateway/m6881
    CPU
    centrino core 2 duo 2.2ghz T7500
    Memory
    3GB
    Hard Drives
    500GB WD
    Mouse
    logitech
    Internet Speed
    fios 35MB not!!!!
Using /? as the command-line argument with any command will generally show you all its switches:

IPCONFIG /?
NET /?
NETSH /?
BCDEDIT /?
VSSADMIN /?
CMD /?
FOR /?
...
Have fun :)

Out of curiosity, why do you believe disabling auto-tuning will speed up torrents or any other transfer speed? Generally, when that's true it means there's a problem with the router(s).

Also, ForcePAE does nothing in this context for Vista and XP. They won't "see" 4.0GB of physical RAM if bits of it are masked by video memory or other devices, irrespective of whether PAE is enabled or not.
 

My Computer

Using /? as the command-line argument with any command will generally show you all its switches:

IPCONFIG /?
NET /?
NETSH /?
BCDEDIT /?
VSSADMIN /?
CMD /?
FOR /?
...
Have fun :)

Out of curiosity, why do you believe disabling auto-tuning will speed up torrents or any other transfer speed? Generally, when that's true it means there's a problem with the router(s).

Also, ForcePAE does nothing in this context for Vista and XP. They won't "see" 4.0GB of physical RAM if bits of it are masked by video memory or other devices, irrespective of whether PAE is enabled or not.


Thanks for the great info.

I got these from either this site or some other forum.
the auto tuning thing never made a diff for me.
I only have 3GB of ram so I never tried the latter.
 

My Computer

System One

  • Manufacturer/Model
    gateway/m6881
    CPU
    centrino core 2 duo 2.2ghz T7500
    Memory
    3GB
    Hard Drives
    500GB WD
    Mouse
    logitech
    Internet Speed
    fios 35MB not!!!!
Thanks for the great info.

I got these from either this site or some other forum.
the auto tuning thing never made a diff for me.
I only have 3GB of ram so I never tried the latter.

No problem. Many of those utilities can also give you more detailed syntax help if you specify a particular option you're interested in. For example: NET HELP SHARE

Re the tweaks, there are plenty of ways to slow things down, but almost none to speed things up past the default settings, and many people find that dispiriting ;)
 

My Computer

Back
Top