Deprecated: Optional parameter $attach_id declared before required parameter $height is implicitly treated as a required parameter in /home/freestud/public_html/wp-content/plugins/tiled-gallery-carousel-without-jetpack/tiled-gallery.php on line 138

Deprecated: Optional parameter $img_url declared before required parameter $height is implicitly treated as a required parameter in /home/freestud/public_html/wp-content/plugins/tiled-gallery-carousel-without-jetpack/tiled-gallery.php on line 138

Deprecated: Optional parameter $depth declared before required parameter $output is implicitly treated as a required parameter in /home/freestud/public_html/wp-content/themes/bfastmag_pro/inc/functions/custom-functions.php on line 839

Deprecated: Optional parameter $args declared before required parameter $output is implicitly treated as a required parameter in /home/freestud/public_html/wp-content/themes/bfastmag_pro/inc/functions/custom-functions.php on line 839
Shutdown computer using VB.Net - Free Student Projects
Free Student Projects

Shutdown computer using VB.Net

Shutdown computer using VB.Net

This will explain how to shut down the computer using VB.Net. Using VB.NET source code, we can shut down, restart, or log out a machine with a few lines of code.

Here is the code to shut down the PC:

System.Diagnostics.Process.Start(“ShutDown”, “/s”)

Here is the code to restart the pc:

System.Diagnostics.Process.Start(“ShutDown”, “/r”)

 

DOWNLOAD NOW

Exit mobile version