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.

Sudo for Windows Vista Sudo za Windows Vista

As a command line junkie, I end up doing almost everything from a command prompt. Kot narkoman ukazne vrstice, sem na koncu početje je skoraj vse, od zapoved uren. The problem is that Windows Vista doesn't have a built-in command to launch an application in administrator mode. Težava je, da je operacijski sistem Windows Vista nima vgrajenega ukaza za začetek uporabe v administrator mode.

Thankfully Brandon Paddock has created an extremely useful tool called Start++ that has a built-in sudo command. K sreči Brandon Paddock je ustvaril izjemno koristno orodje oklic začetek + +, ki ima vgrajen ukaz sudo. If you're thinking it sounds familiar, it's because we've Če razmišljate, da zveni znano, je to zato, ker smo covered it before , ki ga pred , but it's worth downloading for this one feature alone. , Vendar je vredno downloading za to eno samo funkcijo.

To launch a command in “sudo” mode from the start menu, just preface it with “sudo”, which will launch the application in administrator mode. Če želite sprožiti ukaz "sudo" način od samega začetka jedilnik, šele predgovor z "sudo", ki bo začela uporaba v administrator mode.

It even works from the command line: To tudi dela iz ukazne vrstice:

Download Start++ from BrandonTools Download Start + + iz BrandonTools

This article was originally written on 05/30/07 Tagged with: Ta članek je bil prvotno napisan na 05/30/07 Tagged with: Security Varnost , , 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 (11) Komentarji (11)

  1. mysticgeek mysticgeek

    As a fellow geek … I have to applaud this! Kot sodelavec geek ... moram pozdravljamo ta! Excellent Find!!!!!! Odlično Poišči !!!!!!

  2. Manuel Manuel

    “The problem is that Windows Vista doesn't have a built-in command to launch an application in administrator mode.” "Problem je, da je operacijski sistem Windows Vista nima vgrajenega ukaza za začetek uporabe v administrator mode."

    That's not correct. To ne drži. Forget sudo, just launch the App or cmd by pressing Alt+Enter. Pozabite sudo, šele splavitev App cmd ali s pritiskom Alt + Enter.

    Greeting, Greeting,
    Manuel Wenk Manuel Wenk
    MCAD MCAD

  3. hank Hank

    I setup a shorcut to CMD.exe and then set the shortcut to have administrative privileges. I setup shorcut do cmd.exe in nato nastavite bližnjico imeti skrbniške pravice.

  4. Kory Kory

    While Manuel Wenk is partially correct (you can use alt+enter only from start menu's launch), and hank has a good idea with creating a shortcut with admin privileges, but this tool would still be very handy for running programs from a networked drive with admin privileges–especially if you don't want to use start menu. Medtem ko je Manuel Wenk delno pravilne (lahko uporabite alt + začne šele od začetka meniju na začetek), in Hank ima dobro idejo z ustvarjanjem bližnjice z admin privilegiji, vendar to orodje bi še vedno zelo priročna za zagon programov iz omrežni pogon z admin privilegijev, še posebej, če ne želite uporabiti začetek jedilnik.

  5. Anthony Murdoch Anthony Murdoch

    Sigh – I'm so frustrated that UAC and tools like this keep getting called sudo. Sigh - jaz sem tako razočaran, da UAC in orodja, kot je to vztrajati pridobivanje imenovano sudo. A real sudo would allow the administrator to provide a list of applications that the user is allowed to run as an administrator. Realne sudo bi upravitelj zagotoviti seznam aplikacij, ki je uporabnik dovoli, da delujejo kot skrbnik. With UAC you have the admin group membership – we will just pretend that you don't unless you ask for them. S UAC imate admin članstvo v skupini - bomo le pretvarjamo, da ne, če ga prosite za njih. A real sudo would be useful in cases where you don't want to give your users admin rights on their workstation but they have one application that will not work without admin rights. Resnično sudo bi bilo koristno v primerih, ko ne želite, da vaši uporabniki admin pravic, na njihovo delovno postajo, vendar imajo eno aplikacijo, ki ne bo delovalo brez admin pravice. UAC is “lets give the user Admin rights whenever he asks for it and trust that he will never do anything wrong with it. UAC je "omogoča, da uporabnik Admin pravic, kadar ga prosi za to in verjamem, da mu nikoli ne bodo storili nič narobe z njim.

  6. Cody Cody

    This is very useful. To je zelo koristen. Alt+Enter is nice, but this is a lot more versatile, especially considering it works in the command prompt. Alt + Enter, je lepo, vendar je to veliko bolj prilagodljiv, zlasti če upoštevamo, da deluje v zapoved uren. Sure, I could just type “cmd” in the Start search box and press Alt+Enter, but what if I'm already in the command prompt and want to run bcdedit? Seveda, jaz bi samo stavek "cmd" v polje Začni iskanje in pritisnite tipko Alt + Enter, ampak kaj pa če sem že v zapoved uren ter želite zagnati bcdedit? I'd have to open a new command prompt with administrative privileges just to do that. Želel je, da odprete nov zapoved uren s upraven svoboščina samo za to. This saves me time, even if it isn'ta true sudo (and who even said it was?). To mi prihrani čas, tudi če je res isn'ta sudo (in ki je celo rekel, da je?).

  7. Anthony Anthony

    I wasn't saying it isn't useful – I am sure it is. Nisem rekel, da ni smiselno - sem prepričan, da je. But if someone calls something a duck then people expect it to quack. Toda, če nekdo zahteva nekaj, kar ljudje raca potem pričakujem, da kvak. Now if it could run an application based on a rights to user table with a token that had the administrators group inserted without the use being an administrator then it could be called sudo and I would be pushing for a site license for the company I work at (so long as it passed a few security tests Zdaj, če bi bilo v nanašanjem na pravice uporabnika tabelo z zaznamkom, da je skrbnike skupine vnesti brez uporabe pa skrbnik potem bi lahko rekli sudo in jaz bi se zavzema za mesto licenco za družbo delam na (toliko časa, dokler opravili nekaj varnostnih testov :) . . But I suspect there is no was MS would allow this to be done. Ampak osumljenec ni bil MS bi omogočila, da je to treba storiti.

  8. Dave Dave

    In a text file named sudo.bat, in your path… V besedilno datoteko z imenom sudo.bat, na vaši poti ...
    runas /env /user:Administrator “cmd /c %*” runas / env / user: administrator "cmd / c% *"

    Works OK for me. Dela OK za mene.

    sudo notepad C:\windows\system32\driver\etc\HOSTS sudo notepad C: \ windows \ system32 \ voznika \ etc \ stanodajalec

    I have an 'su.bat', too. Imam "su.bat", preveč. Only difference is, it launches into a new cmd shell (which I colored red). Samo razlika je, da pobudnik v novo cmd lupini (ki sem obarvani rdeče).
    runas /env /user:Administrator cmd runas / env / user: Administrator cmd

    You get a handy command prompt with 'Administrator' privileges where you don't have to 'elevate' individual commands. Dobiš priročen zapoved uren s "privilegiji administratorja", kjer vam ne bo treba "povzdignil" posamezne ukaze. . .

  9. Kevin Kevin

    This utility is redundant. Ta korist je odveč. XP and Vista come with the 'runas' utility that allows you to run any program as any other user that your computer can authenticate. XP in Vista priti s "korist runas", ki vam omogoča, da zaženete kateri koli program, kot vsak drug uporabnik, ki lahko vaš računalnik pristnosti.

  10. altonius altonius

    rusas is very different than sudo….. rusas je zelo drugačen od sudo ... ..

    have a read of imajo za branje
    http://blogs.msdn.com/aaron_ma.....93721.aspx http://blogs.msdn.com/aaron_ma.....93721.aspx

    The big differnece between runas and admin are desribed as: Velika razlika med napravami runas in admin desribed kot so:

    “When you need to perform tasks that require elevated privileges, you use RunAs to start a program with the local Administrator account. "Ko potrebujete, da opravlja naloge, ki zahtevajo visok svoboščina, RunAs lahko uporabite za zagon programa z skrbniški račun. You quickly realize two things: You hitro vnovčiti dve stvari:

    1. 1. The program running as local Administrator cannot access network resources, since your local account is recognized only on your own computer; and Program teče kot lokalni skrbnik ne morejo dostopati do omrežnih virov, saj vaš lokalni račun je priznan samo na svojem računalniku, in
    2. 2. Any per-user settings apply to the local Administrator's profile, not to the profile you normally work with.” Vsak per-uporabniške nastavitve veljajo za profil lokalne Administrator je, da ne profil, ki ga običajno delajo. "

  11. Johannes Rössel Johannes Rössel

    It's much easier to just launch the program with Ctrl+Shift+Enter after typing cmd in the start menu search box. To je veliko lažje šele začetek program z Ctrl + Shift + Enter Ko vtipkate cmd v iskalno polje meniju Start. Start++ has been, at least in the time I used it, a constant source of annoyances and slowdowns when dealing with the start menu. Start + + je bila, vsaj v času sem rabil to, stalen vir sitnost in upočasnjevanje ko gre za začetek jedilnik.


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.