Vitajte na [www.pocitac.win] Pripojiť k domovskej stránke Obľúbené stránky
Otvorte textový editor a okamžite uložiť nový súbor ako
2
vložte nasledujúci kód do editora " BrowserKill.java . " :
import java.io.IOException ;
public class BrowserKill {
public static void main ( String [ ] args ) throws IOException {
String os = System.getProperty ( " os.name " ) ; .
if ( os.contains ( " Windows " ) ) {
Runtime.getRuntime ( ) exec ( " taskkill /F /IM chrome.exe " ) ;
Runtime.getRuntime ( ) exec ( " taskkill /F /IM Iexplorer.exe " ) ; .
Runtime.getRuntime ( ) exec ( " taskkill /F /IM firefox .. exe " ) ;
Runtime.getRuntime ( ) exec ( " . taskkill /F /IM safari.exe " ) ;
Runtime.getRuntime ( ) exec ( " . taskkill /F /IM opera.exe " ) ;
} else {
//Predpokladajme , non OS Windows budú niektoré verzie Unix , Linux , alebo Mac
Runtime.getRuntime ( ) . exec ( " kill ` ps - ef
Copyright © počítačové znalosti Všetky práva vyhradené