Important! This is an automatic machine translated page. If you can read english, you should Click Here to read the original English version of the article.

Make a Shortcut Icon to Create a System Restore Point in Windows Vista Make drobčjiv kruh ikona v Ustvarjanje obnovitvene točke sistema v operacijskem sistemu Windows Vista

One of the best features in Windows Vista is the updated System Restore feature, which saves people from certain destruction on a nearly daily basis, judging from the feedback on our forums. Ena najboljših funkcij v operacijskem sistemu Windows Vista je posodobitev sistema Obnovitev funkcijo, ki rešuje ljudi iz nekaterih uničenja na skoraj vsak dan, sodeč iz povratne informacije o naših forumih. The only problem is that it takes far too many steps to Edini problem je, da ima veliko preveč ukrepe, s katerimi manually create a new restore point ročno ustvarite novo obnovitveno točko . . Can't we just make a shortcut icon for it? Ne morem vam lahko le bližnjica ikono za to?

Naturally, we can. Seveda, mi lahko. It's as simple as a little vbscript that creates a restore point. To je tako enostavno, kot malo VBScript, ki ustvarja obnovitvene točke.

Create a System Restore Point Shortcut Icon Ustvarjanje obnovitvene točke sistema Bližnjica Icon

If you want to manually create the script, create a new file named something.vbs and paste in the following. Če želite ročno ustvariti skript, ustvarite novo datoteko z imenom something.vbs in prilepite v nadaljevanju. Otherwise the downloadable scripts are provided at the bottom of the article. Sicer so downloadable skripte, ki na dnu članka.

If WScript.Arguments.Count = 0 Then Če WScript.Arguments.Count = 0 Nato
Set objShell = CreateObject(”Shell.Application”) Set objShell = CreateObject ( "Shell.Application")
objShell.ShellExecute “wscript.exe”, WScript.ScriptFullName & ” Run”, , “runas”, 1 objShell.ShellExecute "wscript.exe", WScript.ScriptFullName & "Run", "runas", 1
Else Še
GetObject(”winmgmts:\\.\root\default:Systemrestore”).CreateRestorePoint “description”, 0, 100 GetObject ( "winmgmts: \ \. \ Root \ default: Systemrestore"). CreateRestorePoint "opis", 0, 100
End If End If

You'll notice that there's a shellexecute line with a “runas”, which will automatically re-launch the script as administrator in order to create the restore point. Opazili boste, da obstaja shellexecute skladu z "runas", ki bo samodejno ponovno zagon skript kot skrbnik, da se ustvari obnovitveno točko.

Once you have the script file saved somewhere, you'll likely want to create a shortcut that you can customize. Ko boste skript datoteke shranjene nekje, boste verjetno želeli ustvariti bližnjico, ki jo lahko prilagodite. Just right-click / drag the file to where you want the shortcut… and choose “Create Shortcuts Here” when prompted. Samo desni klik / povlecite datoteke, kjer želite bližnjico ... in izberite "Ustvari Bližnjice Here" čas sufler.

image

Now you'll have a shortcut icon that can be used to create a restore point. Sedaj boste imeli ikono bližnjice, ki se lahko uporablja za ustvarjanje obnovitvene točke. Note that you could change the icon in the shortcut properties if you want, or even assign a hotkey. Upoštevajte, da bi lahko sprememba ikona v priročni lastnosti, če želite, ali celo dodeliti a hotkey.

image

The downloadable script contains two different scripts, the default one will prompt you to type in a description for the restore point (very helpful when restoring), but there's also a CreateRestorePointSilent script that will simply create the restore point without the prompt. Prenesete skript vsebuje dve različni scenariji, privzeta vas bo pozvala, da tip v opisu za obnovitveno točko (zelo koristna, ko obnavljanje), vendar pa je tudi scenarij CreateRestorePointSilent, da bo preprosto ustvarite obnovitveno točko, ne da bi poziv.

image

If you want to verify that the restore point is created, you can open up System Restore through the start menu search or control panel, and then choose the option to “Choose a restore point”, at which point you should see the new item in the list: Če želite preveriti, da se ustvari obnovitveno točko, lahko odpre obnovitev sistema skozi iskanje začetek jedilnik ali nadzorni plošči, in nato izberite možnost "Izberite obnovitveno točko", na kateri točki bi smeli videti nov element v seznam:

image

Remember to create a restore point whenever you are making changes to your system that you aren't confident about… like installing questionable software. Ne pozabite ustvariti obnovitveno točko vsakič, ko se vnaša spremembe v vaš sistem, ki se ne morete povsem zanesti na ... všeč namestitvi programske opreme vprašljiva.

Download CreateRestorePoint Script for Manually Creating Restore Points CreateRestorePoint Download Script za ročno Ustvarjanje Restore Points

This article was originally written on 05/14/08 Tagged with: Ta članek je bil prvotno napisan na 05/14/08 Tagged with: System Administration System Administration , , Windows Vista Windows Vista

Daily Email Updates Dnevni Email Updates

You can get our how-to articles in your inbox each day for free. Lahko dobite našo kako do člankov v vašo mapo »Prejeto vsak dan brezplačno. Just enter your name and email below: Preprosto vpišite vaše ime in e-pošto spodaj:


Name: Ime:
Email: E-pošta:

Comments (12) Komentarji (12)

  1. BillyG BillyG

    Is there a version for XP? Ali obstaja različica za XP?

  2. The Geek Geek

    @BillyG @ BillyG

    I just uploaded a new file that contains a script for XP as well. Pravkar sem naložila novo datoteko, ki vsebuje scenarij za XP tudi.

  3. gadzooks64 gadzooks64

    I downloaded this scrip. Jaz downloaded to uresnič. When I ran it I received the following error: Ko sem tekel, da sem prejel naslednje napake:

    There is no file extension in “C:\Users\Gadzooks64\Documents\My”. Ni pila razsežnost v "C: \ Users \ Gadzooks64 \ Documents \ My".

    What do I do now? Kaj naj storim zdaj?

  4. The Geek Geek

    @gadzooks64 @ gadzooks64

    Looks like my script didn't handle folders with spaces in the names. Izgleda, da moj scenarij ni ročaj map s presledki v imenih. I've updated the script and re-uploaded with a fixed version. Sem posodobiti skript in ponovno naložili z določeno različico. Sorry about that! Žal mi je za to!

  5. gadzooks64 gadzooks64

    Thanks! Hvala! Looks like it works now. Izgleda, da deluje zdaj.

  6. Jan Jan

    I use something similar for XP for years with this code: Uporabljam nekaj podobnega za XP let s to kodo:

    Set IRP = getobject(”winmgmts:\\.\root\default:Systemrestore”) Set IRP = GetObject ( "winmgmts: \ \. \ Root \ default: Systemrestore")
    MYRP = IRP.createrestorepoint (”My Restore Point”, 0, 100) MYRP = IRP.createrestorepoint ( "My Restore Point", 0, 100)

  7. Steve Steve

    Thanks! Hvala!
    I noticed I was setting fewer restore points than I used to in XP. Opazil sem, sem bil o obnovitvenih točk manj, kot sem se v XP. I'm curious if there's a quick and easy way to check out how many restore points are saved so that I don't keep too many and waste space? Sem radoveden, če obstaja hiter in enostaven način, da preverite, koliko obnovitvene točke, so shranjene tako, da ne vodi preveč odpadkov in prostor?

  8. Chris Chris

    You can also create a system restore point using this script; Prav tako lahko ustvarite obnovitveno točko sistema z uporabo te skripte;

    set SRP = getobject(”winmgmts:\\.\root\default:Systemrestore”) iz SRP = GetObject ( "winmgmts: \ \. \ root \ default: Systemrestore")
    CSRP = SRP.createrestorepoint (”Created a Restore Point now”, 0, 100) CSRP = SRP.createrestorepoint ( "Created Restore Point zdaj", 0, 100)
    If CSRP 0 then Če CSRP 0 potem
    Msgbox “Error ” & CSRP & “: Unable to create System Restore point” MsgBox "Error" & CSRP & ": Ne morem ustvariti System Restore point"
    End if Konec če

  9. Bindas Bindas

    I got the following message when I tried to cancel the operation by pressing “Cancel” button. Sem dobil naslednje sporočilo, ko sem se potrudil, da prekličete postopek, s pritiskom na "Prekliči" gumb.

    Script :\CreateRestorePoint\CreateRestorePoint.vbs Script: \ CreateRestorePoint \ CreateRestorePoint.vbs
    Line: 5 Line: 5
    Char: 2 Char: 2
    Error: Invalid Parameter Error: Invalid Parameter
    Code: 80041008 Koda: 80041008
    Source: SWbemObjectEx Vir: SWbemObjectEx

    How can I avoid this? Kako se lahko izognem temu?

  10. GeminiAlpa GeminiAlpa

    Just a little flaw: leaving the name field blank and pressing Cancel, this generates a windows script host error 80041008, line5 character2 invalid parameter. Samo malo napako: zapusti ime prazno polje in pritiskom na Prekliči, to ustvarja gostitelja skript okno zmota 80041008, line5 character2 neveljaven parameter.
    Discovered accidently because I wouldn't create a restorepoint after all. Odkril nesreči, ker jaz ne bi ustvarili restorepoint po vseh.
    bye, Rudolf bye, Rudolf

  11. John John

    Can this .VBS file be placed in any folder? Ali lahko to. VBS datoteko treba postaviti v kateri koli mapi?
    At first I couldn't create a file type of .VBS, so I did a search for *.VBS & then copied an existing file to My Documents folder. Sprva nisem mogel ustvariti datoteke tipa. VBS, tako da sem naredil iskanje *. VBS in nato kopiranje obstoječe datoteke v mapo »Moji dokumenti. I then opened & replaced contents with those you recommended. Nato sem odprl in vsebino nadomestijo s tistimi, ki vam priporočamo. I renamed it as something I'd recognize then created a desktop shortcut for it. Jaz preimenovati to kot nekaj, kar sem prepozna potem ustvaril namizju bližnjico za to.
    When I click on it, after I click 'continue', I get the following error msg: There is no file extension in “C\Users\John\Documents\My”. Ko kliknem na to, ko sem kliknite 'naprej', jaz zaslužiti sledeč zmota msg: ni pila razsežnost v "C \ Users \ John \ Documents \ My".
    Any suggestions? Vsi predlogi?
    Thank you. Hvala.

  12. Slatz Slatz

    If I click on the script download what do I do then? Če kliknem na download scenarij, kaj naj storim potem? Does it come with install directions? Ali je prišel s napeljati navodila?

    BTW…unrelated question…I tried to shut off DEP in VIsta with the command bcdedit.exe /set nx AlwaysOff and go the blue screen of death on startup. BTW ... nepovezanih vprašanje ... Poskušal sem izklopiti DEP v razgled s zapoved bcdedit.exe / set nx AlwaysOff in pojdi modrem zaslonu smrti na začetek. System restore wouldn't work nor would going back to the command prompt and putting in bcdedit.exe /set nx AlwaysOn. Sistem postaviti v prejšnje stanje ne bo, prav tako pa bi se vrača v zapoved uren in dajanje v bcdedit.exe / set nx AlwaysOn. I was forced to choose Restore to Original Dell setup (like a sys restore to day 1). Sem bil prisiljen postaviti v prejšnje stanje, da izberejo Original setup Dell (kot sys postaviti v prejšnje stanje na dan 1). What was my mistake? Kaj je bila moja napaka?


Our Friends Naši prijatelji
Getting Started Getting Started


About How-To Geek O Kako naj Geek
What Is That Process? Kaj je to proces?
svchost.exe svchost.exe
jusched.exe jusched.exe
dwm.exe dwm.exe
ctfmon.exe Ctfmon.exe
wmpnetwk.exe wmpnetwk.exe
wmpnscfg.exe wmpnscfg.exe
rundll32.exe rundll32.exe
wfcrun32.exe wfcrun32.exe
Ipoint.exe Ipoint.exe
Itype.exe Itype.exe
Wfica32.exe Wfica32.exe
Mobsync.exe Mobsync.exe
conhost.exe conhost.exe
Dpupdchk.exe Dpupdchk.exe Adobe_Updater.exe Adobe_Updater.exe

Copyright © 2006-2009 HowToGeek.com. Copyright © 2006-2009 HowToGeek.com. All Rights Reserved. All Rights Reserved.