Jump to content

thorgood

Expert Member
  • Gesamte Inhalte

    2.709
  • Registriert seit

  • Letzter Besuch

Beiträge erstellt von thorgood

  1. Ich kenne Windows Fundamentals for Legacy PCs nur in English und dazu gibt es

     

    040c=FR.MUI

    0c0a=ES.MUI

    0410=IT.MUI

    041d=SV.MUI

    0413=NL.MUI

    0416=Br.MUI

    040b=FI.MUI

    0414=no.MUI

    0406=da.MUI

    040e=hu.MUI

    0415=pl.MUI

    0419=RU.MUI

    0405=cs.MUI

    0408=EL.MUI

    0816=PT.MUI

    041f=TR.MUI

    0411=JPN.MUI

    0412=KOR.MUI

    0407=GER.MUI

    0804=CHS.MUI

    0404=CHH.MUI

    0401=ARA.MUI

    040d=HEB.MUI

    0403=CA.MUI

    041b=SK.MUI

    0424=SL.MUI

    0418=RO.MUI

    041a=HR.MUI

    0402=BG.MUI

    0425=ET.MUI

    0427=LT.MUI

    0426=LV.MUI

    041e=TH.MUI

     

    thorgood

  2. Ja nee is klar, jetzt wo du den Ablauf erzählt hast. ;)

     

    Da du ein AutoLogon in deiner Sysprep.inf verwendest wird im Winlogon ein Eintrag AutoLogonCount gesetzt.

     

    Ist dieser auf 0, was nach deiner ersten automatischen Anmeldung der Fall ist,

    wird beim nächsten Booten dieser Eintrag gelöscht und AutoAdminLogon ausgeschaltet.

     

    Also sollte in deinem Script noch stehen:

    WshShell.RegDelete KEY_WINLOGON & "AutoLogonCount"

     

    thorgood

  3. Ich hoffe lefg ich darf mal an deinem Script basteln :)

    @ echo off
    title Netzwerkcheck
    :loop
    cls
    for %%i in (192.168.1.1) do set ping=%%i
    call :sendping
    for %%i in (192.168.1.2) do set ping=%%i
    call :sendping
    for %%i in (192.168.1.3) do set ping=%%i
    call :sendping
    for %%i in (192.168.1.4) do set ping=%%i
    call :sendping
    for %%i in (192.168.1.5) do set ping=%%i
    call :sendping
    [b]goto endsendping[/b]
    :sendping
    for /f "tokens=1,3,5 skip=3" %%i in ('ping %ping%') do (
    if %%i==Antwort echo %ping% online 
    if %%i==Zeitberschreitung echo %ping% offline
    goto :eof  
    )
    [b]:endsendping[/b]
    sleep 15
    goto :loop

    thorgood

  4. Hört sich alles sehr gut an bin ja schon gespannt wie das Update von RIS auf WDS funzt u. obs da ne neue Management-Oberfläche gibt.

     

    Das Update (nur für WDS) dauert nur wenige Sekunden.

    Es gibt eine sehr schöne und übersichtliche Oberfläche (MMC3).

     

    Die Vista Installationen sind mit wenigen Schritten hinzugefügt. Gefällt mir gut.

     

    Es gibt in der jetzigen Fassung drei Betriebsmodi.

     

    1. Legacy RIS

    Boot environment = OSChooser

    Image Types: RISETUP and RIPREP

     

    2. Windows Deployment Services Mixed

    Boot environment = OSChooser & Windows PE

    Image Types: WIM, RISETUP, and RIPREP

     

    3. Windows Deployment Services Native

    Boot environment = Windows PE

    Image Types: WIM

     

    thorgood

×
×
  • Neu erstellen...