|
![]() |
#1 |
Premium
Datum registracije: Jun 2007
Lokacija: Earth
Postovi: 538
|
Testirajte brzinu restarta vašeg računala
Evo jedna zanimljiva stvar na koju sam naletio, koliko je potrebno vašem računalu da se restarta. Skinite sljedeću skriptu: http://forum.pcekspert.com/attachmen...1&d=1271926594 Ili možete ručno sljedeći tekst: Code:
Option Explicit On Error Resume Next Dim Wsh, Time1, Time2, Result, PathFile, MsgResult, MsgA, AppName, KeyA, KeyB, TimeDiff MsgA = "Please close all running applications and click on OK." KeyA = "HKEY_CURRENT_USER\Software\RestartTime\" KeyB = "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\RestartTime" AppName = "Restart-Time" Set Wsh = CreateObject("WScript.Shell") PathFile = """" & WScript.ScriptFullName & """" Result = wsh.RegRead(KeyA & "Times") if Result = "" then MsgResult = Msgbox (MsgA, vbOKCancel, AppName) If MsgResult = vbcancel then WScript.Quit Wsh.RegWrite KeyA & "Times", left(Time,8), "REG_SZ" Wsh.RegWrite KeyB, PathFile, "REG_SZ" Wsh.Run "cmd /c Shutdown -r -t 00", false, 0 else Wsh.RegDelete KeyA & "Times" Wsh.RegDelete KeyA Wsh.RegDelete KeyB TimeDiff = DateDiff("s",Result,left(Time,8)) MsgBox "Your computer restarts in " & TimeDiff & " seconds", VbInformation, AppName end if wscript.Quit a evo moj score: http://img85.imageshack.us/img85/7622/52606939.jpg Athlon 2350 BE 2 Gb RAM Svi procesi uključeni. |
![]() |
![]() |
![]() |
#2 |
Premium
Datum registracije: Dec 2004
Lokacija: U kući
Postovi: 53
|
re
Evo cisti winsi ![]()
__________________
Any sufficiently advanced technology is indistinguishable from magic. |
![]() |
![]() |
|
|
Oglas
|
Oglasni prostor
|
![]() |
#4 |
Premium
Datum registracije: Sep 2005
Lokacija: ZG
Postovi: 359
|
Zgodno, ali uglavnom beskorisno. AKo je spor start up neće se otkriti u čemu je problem. Bolje onda koristiti bootvis.
__________________
let my people go! |
![]() |
![]() |
![]() |
#5 | |
lepi
Datum registracije: Nov 2005
Lokacija: Zagreb
Postovi: 923
|
Citiraj:
![]() samo zalupim lap i ode u sleep...ponekad prodje dva tjedna da ne restartam komp.onda updejtam windowse pa moram. windowsi vista sp2 stari godinu i pol - oko dvije minute treba za potpuni restart. iskljucio sam sto sam mogao, ne bunim se. 3gb rama , 2ghz core duo.s tim da upisujem pass kod logiranja usera. |
|
![]() |
![]() |
![]() |
#6 |
Banned
Datum registracije: Dec 2006
Lokacija: Slavonija
Postovi: 1,200
|
Nisam ugasio PC ima sigurno godinu dana, tu i tamo neki reset... a i inace ne vidim svrhu ovakvih 'natjecanja', nit je korisno nit ista... |
![]() |
![]() |
|
|
Oglas
|
|
![]() |
|
|