Question Change Workgroup Using WMI

Errods

Well-known member
Joined
Dec 17, 2007
Messages
71
Location
Kundapur, Karnataka, Udupi, India.
Programming Experience
1-3
Hi,

Is there any way i could change my current workgroup without rebooting my Machine........


Can this be done using WMI event......... Or is there any other way to prevent reboots after changing the Current Workgroup.........
 
With WMI class Win32_ComputerSystem there is JoinDomainOrWorkgroup method, you still have to restart computer for change to take effect.
 
Back
Top