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.

Create Shortcuts to Quickly Reboot to the Alternate OS in a Vista/XP Dual-Boot Ustvarjanje bližnjice do Hitro odmevajoč da Alternate v OS Vista / XP Dual-Boot

If you have a dual boot system and often switch back and forth from Vista to XP, you've probably already been annoyed with the fact that you have to wait until the boot menu comes up and choose the right OS… and half the time you step away and it ends up booting into the wrong one anyway. Če imate dvojni sistem škorenj in pogosto preklapljanje s razgled v XP, ste verjetno že sitnost z dejstvom, da morate počakati, dokler zagonski meni pride gor in izberite pravico OS ... in pol, ko boste korak stran in se konča škorenj v napačno eno nekako.

With some simple batch files and command line magic, we can make two shortcuts so you can just simply click to “Reboot Into XP” or “Reboot into Vista”, and be done with it. Z nekaj preprostih datotek serije in ukazne vrstice čarovnijo, lahko naredimo dve bližnjice, tako da lahko samo preprosto kliknite na "Reboot Into XP" ali "v odmevajoč razgled", in se z njim stori.

Create the Shortcut to Reboot into XP Ustvari bližnjico do odmevajoč v XP

To create the shortcut we'll need to create a simple batch file, which we can do by opening up notepad and then pasting in the following text: Če želite ustvariti bližnjico bomo morali ustvariti preprosto paketnih, kar lahko storimo z odpiranjem pisemski papir in nato prilepite v naslednje besedilo:

bcdedit /bootsequence {ntldr} /addfirst bcdedit / bootsequence (ntldr) / addfirst
Shutdown /r /t 0 Shutdown / r / t 0

The first line runs the bcdedit tool and sets the XP partition as a one-time boot default, and then the second line calls the shutdown command with the reboot option. Prva vrstica zažene bcdedit orodje in določa particije XP kot enkratno škorenj neplačila, in nato drugi vrstici zahteva zaustavitev ukaz s odmevajoč možnost.

Once you are done, save the batch file into a folder, making sure to name the file with the .bat extension and choose All Files in the “Save as type” drop-down (very important). Ko končate, shranite batch datoteko v mapo, in pazite, da ime datoteke s. Razširitvijo netopirja in izberite Vse datoteke "Shrani kot vrsto" spustnem (zelo pomembno).

image

Now you'll want to create a shortcut to the batch file in a location that is easy to access, and give it a useful name. Sedaj boste želeli ustvariti bližnjico za paketno datoteko na mesto, ki je enostaven za dostop, in ji dati ime koristno. Open up the shortcut properties and click the Advanced button, then choose Run as administrator. Odprite lastnosti bližnjice in kliknite gumb Dodatno, nato pa izberite Zaženi kot skrbnik. Very important! Zelo pomembno!

image

You can also give the shortcut a fun icon if you want, or not. Lahko pa se odločite bližnjica zabavna ikona, če želite, ali ne. Either way, you'll now have a shortcut that will reboot you into XP by clicking on it (and clicking through the UAC prompt if you have UAC enabled). V vsakem primeru, boste zdaj bližnjico, ki vam bo ponovno zagnati v XP s klikom na (in kliknete z UAC uren če imate omogočen UAC).

image

For extra credit you can also Za dodatno kredit lahko tudi create a shortcut that doesn't prompt for UAC ustvariti bližnjico, ki ni poziv za UAC , but it takes a few more steps to create. , Vendar ima nekaj korakov za ustvarjanje.

Create the XP Shortcut to Reboot into Vista Ustvari bližnjico do odmevajoč XP v Vista

The next part of the tutorial requires you to be in Windows XP because we're going to create the shortcut that reboots you back into Vista. Naslednja del tutorski zahteva, da se v operacijskem sistemu Windows XP, saj bomo ustvariti bližnjico, odmevajoč nazaj v razgled.

The first thing you need to do is figure out which drive letter has Windows Vista on it when you are in XP. Prva stvar, kar morate narediti je, da ugotovimo, katere črke pogona v operacijskem sistemu Windows Vista, ko ste v XP. In my installation, Vista is located on the E: drive: V mojem namestitve, Vista se nahaja na E: pogon:

image

We'll need to know this so we can run the same bcdedit command that we did in the first step. Bomo morali to vedeti, da bomo lahko vodijo isti ukaz bcdedit, da smo v prvem koraku. Just run it from the command prompt without any arguments like this: Šele prost dostop to s zapoved uren, brez kakršne koli navedbe takole:

E:\Windows\System32\bcdedit E: \ Windows \ System32 \ bcdedit

You'll need to take a look at the output for something similar to the highlighted portion below, which is the unique ID of your Vista partition as far as bcdedit is concerned. Boste morali vzeti pogled na proizvodnjo za nekaj podobnega poudaril del spodaj, kar je edinstven ID vašega prekat razgled, kar bcdedit zadeva.

image

If you right-click and choose Mark in the command prompt, you can select it and copy to the clipboard by using the Enter key. Če z desno tipko miške kliknite in izberite Označi, v zapoved uren, lahko izberete, in kopijo na odložišče s pomočjo nastopiti zakleniti. We'll need it for the next command. Bomo potrebovali za naslednji ukaz.

Open up notepad to create a new batch file just like we did before, and paste in the following, replacing IDGOESHERE with the text that you copied from the command prompt above, and making sure to replace E: with your drive letter if it's different. Odprite notepad za ustvarjanje nove serije datoteke, tako kot smo pred in prilepite v naslednjih IDGOESHERE nadomesti z besedilom, ki ste jih kopirali od zapoved uren zgoraj, in pazite, da namesto E: s svojo črko pogona, če je drugačen.

E:\Windows\System32\bcdedit /bootsequence IDGOESHERE /addfirst E: \ Windows \ System32 \ bcdedit / bootsequence IDGOESHERE / addfirst
shutdown /r /t 0 shutdown / r / t 0

For example, my command looks more like this: Na primer, moj ukaz izgleda bolj takole:

E:\Windows\System32\bcdedit /bootsequence {005f3343-44da-11dd-82b2-9c50424120af} /addfirst E: \ Windows \ System32 \ bcdedit / bootsequence (005f3343-44da-11dd-82b2-9c50424120af) / addfirst
shutdown /r /t 0 shutdown / r / t 0

Now save the batch file, making sure to choose a .bat extension and choose All Files under “Save as type”. Sedaj shranite batch datoteko in pazite, da izberete. Podaljšanje netopirja in izberite Vse datoteke pod "Shrani kot vrsto".

image

Under XP there's no reason to make a shortcut, although you certainly can if you'd like. Pod XP ni nobenega razloga, da bi bližnjico, čeprav si gotovo lahko, če želite.

image

This batch file will immediately reboot you back into Vista. Ta paketna datoteka se bo takoj zagnati nazaj v razgled.

Speed Up the Reboot Process Speed Up odmevajoč proces

One of the first things you've probably noticed if you reboot all the time is that waiting 30 seconds for the default OS is a waste of time. Ena od prvih stvari, ki ste verjetno opazili, če ste odmevajoč ves čas je, da čaka 30 sekund za privzeto OS je izguba časa. You likely already know how to speed this up, but if you don't we'll cover it anyway. Vi verjetno že veste, kako hitro to gor, če pa ne bomo pokriva to vseeno.

Open up Control Panel \ System and click on the “Advanced system settings” link on the left-hand corner. Odprite Control Panel \ System in kliknite na "sistem Dodatne nastavitve« na levem kotu.

image

Then click on the Settings button under the “Startup and Recovery” section. Nato kliknite na gumb Settings pod "Zagon in obnovitev" pod to točko.

image

You can change the default of 30 seconds down to something much less… I usually choose 3 seconds, but you can use whatever amount you'd like. Spremenite lahko privzeto do 30 sekund do nekaj veliko manj ... jaz ponavadi izberejo 3 sekunde, vendar lahko uporabite ne glede na znesek, ki ga želite. I wouldn't recommend setting it much less, cause it'll be very difficult to choose manually otherwise. Jaz ne bi priporočal nastavitev precej manj, vzrok, da bomo zelo težko izbrati ročno drugače.

image

Even Quicker Reboots Tudi Hitrejše odmevajoč

You can speed up the reboot process even more by setting up Vista and XP to automatically login. Lahko pospeši odmevajoč proces še bolj z ustanavljanjem Vista in XP samodejno prijavo. Of course, you should only do this on a personal desktop at home, I wouldn't recommend automatic login on a laptop or work computer. Seveda, morate to storiti le na osebnem namizju doma, jaz ne bi priporočal samodejne prijave na prenosnem računalniku ali dela računalnika.

The title says Windows Vista, but the same exact steps work on XP as well: Naslov pravi operacijski sistem Windows Vista, vendar enako natančne korake dela na XP, kot tudi:

Make Windows Vista Login Automatically Make Windows Vista Samodejno Prijava

This article was originally written on 08/13/08 Tagged with: Ta članek je bil prvotno napisan na 08/13/08 Tagged with: Vista Tips & Tweaks Vista Nasveti in Tweaks , , 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 (13) Komentarji (13)

  1. InDiSent InDiSent

    Nice. Prijeten. How do i make one for Ubuntu also? Kako naredim, da eno za Ubuntu prav?

  2. Squee Squee

    And also one in Ubuntu to boot automatically to Vista. In tudi ena v Ubuntu v škorenj samodejno Vista.

  3. Rothgar Rothgar

    Yep, booting into linux and visa versa would be a great tip too. Ja, škorenj v linux in vizum, bi nasprotno lahko tudi velik odlagališče. :)
    I think you would need access to the boot partition to edit grub to do it but it shouldn't be too hard. Mislim, da bi bilo treba dostop do zagonsko particijo urediti krčitve to storiti, vendar to ne bi smelo biti pretežko.
    especially not for uber geeks like yourselves. še posebej ne za uber geek-i, kot so sami.

  4. ender Ender

    Also interested in an ubuntu version. Prav zanima ubuntu različici.

  5. mmg1818 mmg1818

    I run only Shutdown /r /t 0 for Vista Jaz prost dostop le Shutdown / r / t 0 za Vista ;)

    Thanks Hvala

  6. ASLM ASLM

    If you use grub you can do this very easily in ubuntu. Če uporabljate grub lahko to zelo enostavno v ubuntu.
    –First, make a backup copy of your /boot/grub/menu.lst file. -Najprej naredite varnostno kopijo / boot / grub / menu.lst file.
    –Create as many copies of this file as the number of OS you want to boot to. -Ustvari toliko kopij sliko kot število OS želite priti z zagonom.
    –give these copies distinguishing names like “menu_XP.lst” -Da te kopije razlikuje imena, kot so "menu_XP.lst"
    –In each of the copies change the entry “Default N” so that N corresponds to the number of the corresponding OS. -V vsakem od kopij sprememb vnos "Default N", tako, da N ustreza številu, ki ustreza OS. You might wanna change the “timeout X” too. Morda boste želeli spremeniti "X timeout" preveč. (In my case, I put 0 for ubuntu and 3 for XP.) (V mojem primeru sem dal 0 za ubuntu in 3 za XP.)
    –Then you just write a command that changes the menu.lst file for each of the OS. -Potem šele napisati ukaz, ki spremeni menu.lst datoteko za vsak OS. To do that, write a text file with the lines: Če želite to narediti, da napisati besedilno datoteko s proge:
    —-cd /boot/grub - Cd / boot / grub
    —-sudo cp menu.lst - Menu.lst sudo cp
    –Name it whatever you want, mark it as executable, and copy it to your /bin folder. -Ime je karkoli hočeš, ga označite kot izvršljiv, ter ulitek to v vaš / bin mapo.

    I have no idea how one might make a shortcut in windows that changes the menu.lst file in the linux partition. Nimam pojma, kako bi lahko eno bližnjico v okno, ki spremeni menu.lst datoteko v linux particijo. Which is why I couldn't leave timeout 0 for windows. Kar je, zakaj nisem mogel zapustiti timeout 0 za okna. I'd be glad if anyone knows how to do that. Sem vesela, če kdo ve, kako to storiti.

  7. ASLM ASLM

    Also, if you want the system to reboot immediatly after changing the menu.lst, just add a “sudo shutdown now -r” line at the end of the text file. Tudi, če želite sistem odmevajoč immediatly po zamenjavi menu.lst, dodajte "sudo shutdown-r now" črto na koncu besedilne datoteke.

  8. olad olad

    did anyone mention that your site is a paradigm of clarity and readability? je kdo omenil, da je vaša stran paradigmo jasnosti in razumljivosti? everytime i visit, i enjoy not just the article but the mini-forum that follows each one – most are from informed and thinking minds, even if they disagree with you. vse jaz obisk, jaz uživali ne le članek, ampak mini-forum, ki sledi vsakemu eno - večina prihaja iz obveščeni in razmišljanju misli, četudi se ne strinjajo z vami.

  9. Pham Nuwen Pham Nuwen

    Awesome! Strašen!

    Now I just need to get me some Vista (for the Direct X 10 goodness coming up in STALKER Clear Skies) and figure out how to get sound and networking working in Ubuntu, and I will be in Computing ZEN. Zdaj sem potrebo, da me neki Vista (za Direct X 10 dobroti, ki prihajajo v STALKER Clear neba) in ugotoviti, kako priti do dobrega in povezovanje, ki delajo v Ubuntu, in bom v Computing ZEN. SOOOOOO bored of XP! SOOOOOO naveličali XP!

    Sidenote: I haven't checked this in Ubuntu, but I know in PC Linux OS 2007 Final, when you go to shut down, you can click and hold the restart button and choose which Grub session to load, thereby bypassing the Grub screen. Sidenote: imam ne preverja tega v Ubuntu, ampak vem, v PC Linux OS 2007 Final, ko greš zapreti, lahko kliknete in držite gumb za ponovni zagon in izbirati, katere zasedanja ličink na obremenitev, s čimer se mimo zaslon ličink.

  10. Miro Miro

    hi, živjo,
    all is ok, but i dont reboot from XP to XP.. vse je ok, ampak jaz dont odmevajoč iz XP na XP ..
    1.partition is Vista, 2.partition is XP.. 1.partition je Vista, je 2.partition XP ..
    Vista MBR. Vista MBR.

    Please HELP Please HELP

    ...
    VISTA – reboot = VISTA VISTA - reboot = VISTA
    VISTA – reboot into XP = XP VISTA - odmevajoč v XP = XP
    XP – reboot = VISTA ( please help with XP into XP) XP - VISTA reboot = (prosim pomoč s XP na XP)
    XP – reboot into VISTA = VISTA XP - odmevajoč v VISTA VISTA =

  11. Michael Michael

    I am currently having two problems with the shortcut from XP to Vista. Trenutno sem z dvema težave z bližnjico iz XP na Vista. (By the way, everything else worked great! The only site that helped me on achieve success with an HP). (Mimogrede, vse ostalo delal odlično! Samo stran, ki mi je pomagal na uspeh s HP). The first time I tried it I was able to run bcedit successfully, but when I did the reboot I got a blue screen of death. Prvič, ko sem se potrudil, da sem sposobna teči bcedit uspešno, toda ko sem reboot sem dobil modri zaslon smrti. I had to go back and reinstall Vista to clear the problem. Moral sem iti nazaj ter zopet postaviti razgled na jasno, problem. Since then, when I run bcedit in XP, it flashes by extremely fast and closes itself so I cannot even try to get the ID number again. Od takrat, ko sem prost bcedit v XP, pa utripa z izjemno hitro in se zapre sama, da ne morem niti poskušal dobiti številko ID znova. Any ideas? Vse ideje?

  12. Bjorn Bjorn

    Neither methods worked as supposed, I was a bit disappointed (sorry for this) … Niti metode, kot naj bi delal, sem bil nekoliko razočaran (žal za to) ...

  13. SteveB SteveB

    The reboot to Vista64 from XP32 Pro will not work. Odmevajoč, da Vista64 od XP32 Pro ne bo delovala. Anyone know how to achieve this? Kdorkoli znanje kako to doseči?


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.