I am not able run the following VB Script in Hard Disk bootable 64 Bit WinPE. Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer _ & "\root\cimv2") It is not able to initialise "winmgmts:". The above code runs in CD Based 64 Bit WinPE. Could any one help me out in running the above code in 64 Bit HardDisk based WinPE.