Shaare your links...
6234 links
Shared links on http://www.la-pub-dans-les-films.fr/shaarli/ Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
  • Windows compte local
    A check

    SHIFT + F10 a l l'install puis

    set xml=%WINDIR%\Panther\unattend.xml
    curl -sL "https://localonly.win/unattend.xml"; -o "%xml%" || (echo ERROR && exit /b 1)
    cls

    set /p NEW_USER="Username (leave empty to use default (Admin)): " < CON

    if defined NEW_USER powershell -Command "(Get-Content '%xml%').Replace('>Admin<', '>%NEW_USER%<') | Set-Content '%xml%'"

    %WINDIR%\System32\Sysprep\Sysprep.exe /oobe /unattend:%xml% /reboot

    --------‐------------


    <unattend xmlns="urn:schemas-microsoft-com:unattend" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">;
    <settings pass="oobeSystem">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
    <UserAccounts>
    <LocalAccounts>
    <LocalAccount wcm:action="add">
    <Name>Admin</Name>
    <DisplayName/>
    <Group>Administrators</Group>
    <Password>
    <Value/>
    <PlainText>true</PlainText>
    </Password>
    </LocalAccount>
    </LocalAccounts>
    </UserAccounts>
    <AutoLogon>
    <Username>Admin</Username>
    <Enabled>true</Enabled>
    <LogonCount>1</LogonCount>
    <Password>
    <Value/>
    <PlainText>true</PlainText>
    </Password>
    </AutoLogon>
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    </OOBE>
    </component>
    </settings>
    </unattend>
    Mon May 25 21:52:42 2026 - permalink -
    - https://www.localonly.win/
    Windows
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.