Product Key : DNJXJ-7XBW8-2378T-X22TX-BKG7J
Processeur : 1 gigahertz (GHz) ou plus.
RAM: 1 gigabyte (Go) (32-bit) or 2 Go (64-bit)
Espace disque : 16 Go (32-bit) or 20 Go (64-bit)
Carte graphique : carte graphique compatible Microsoft DirectX 9 ou supérieur
Pour les fonctions tactiles, il faut une tablette ou un écran supportant le multitouch
Pour accéder au Windows Store et pour télécharger et exécuter les applications, il faut une connexion internet active et une résolution minimum de 1024 x 768 (attention dans une machine virtuelle).
Pour pouvoir épingler les applications, il faut une résolution minimum de 1366 x 768.
chbreton a écrit:Pour répondre à ta question DD, je n'ai pas trouvé de soucis de bécane qui rame, par rapport à Vista, j'ai pas senti de différence donc à ce niveau là pas de soucis...
r = MsgBox("Voulez-vous installer les boutons dans l'écran Démarrer",1,"Windows 8")
if r = 1 then
set WShell = WScript.CreateObject("WScript.Shell")
StartMenuPath = WShell.SpecialFolders("StartMenu")
set oLink = WShell.CreateShortcut(StartMenuPath & "\Redémarrer PC.lnk")
oLink.TargetPath = "%systemroot%\System32\shutdown.exe"
oLink.Arguments = "-r -t 0"
oLink.WindowStyle = 1
oLink.WorkingDirectory = "%systemroot%\System32\"
oLink.IconLocation = "%systemroot%\System32\shell32.dll,238"
oLink.Description = "Redémarrer PC"
oLink.Save
Set oLink = Nothing
set oLink = WShell.CreateShortcut(StartMenuPath & "\Éteindre PC.lnk")
oLink.TargetPath = "%systemroot%\System32\shutdown.exe"
oLink.Arguments = "-s -t 0"
oLink.WorkingDirectory = "%systemroot%\System32\"
oLink.IconLocation = "%systemroot%\System32\shell32.dll,27"
oLink.Description = "Eteindre PC"
oLink.WindowStyle = 1
oLink.Save
MsgBox "Les raccourcis ont été créés dans le répertoire..." + vbcrlf + StartMenuPath
Else
MsgBox "Les raccourcis n'ont pas été créés..."
End If
Retourner vers Actualité Internet
Utilisateurs parcourant ce forum: Claude [Bot], DotBot [Bot] et 0 invités