Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
Control Windows Center v.2.0 - Gest_Sist.frm

Gest_Sist.frm

Caricato da:
Scarica il programma completo

  1. Private Sub Command1_Click()
  2. Shell "C:\Windows\system32\restore\rstrui.exe"
  3. End Sub
  4.  
  5. Private Sub Command2_Click()
  6. Shell "c:\Windows\System32\ntbackup.exe"
  7. End Sub
  8.  
  9. Private Sub Command3_Click()
  10. Shell "C:\Windows\system32\cmd.exe"
  11. End Sub
  12.  
  13. Private Sub Command4_Click()
  14. Shell "C:\Windows\system32\cleanmgr.exe"
  15. End Sub
  16.  
  17. Private Sub Command5_Click()
  18. Shell "C:\Windows\system32\wupdmgr.exe"
  19. End Sub
  20.  
  21. Private Sub Command6_Click()
  22. Shell "C:\Windows\system32\clipbrd.exe"
  23. End Sub
  24.  
  25. Private Sub Command7_Click()
  26. Shell "C:\Windows\system32\charmap.exe"
  27. End Sub
  28.  
  29. Private Sub Command8_Click()
  30. Shell "C:\Windows\system32\drwtsn32.exe"
  31. End Sub
  32.  
  33. Private Sub Command9_Click()
  34. Unload Me
  35. Inizio.Show 1
  36. End Sub