Description : Ce script VBS permet de formater un volume.
Script :
strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colVolumes = objWMIService.ExecQuery _ ("Select * from Win32_Volume Where Name = 'D:\\'")
For Each objVolume in colVolumes errResult = objVolume.Format("NTFS") Next
Proposer un script
|
Notre avis :

Votre avis :

Réactions : 0
Votants : 18
Visites : 12903
|