Overblog
Suivre ce blog Administration + Créer mon blog

add wsm dans source os mdt?

Publié le par damcuvelier

très utile quand on fait un boot usb pour mdt (sans passer par le pxe, pour ne pas être géné par le réseau) avec une wim de ref de plus de 4 Go (FAT32) : dans LTIApply.wsf, si swm (wim splitée): modifier ltiapplu.swf pour prendre dans OS fldr swm avec...

Lire la suite

BNC CS.ini

Publié le par damcuvelier

[Settings] Priority=Default Properties=LangCode,SkipOfficeInstall,OfficeInstall ; LangCode=fr-fr ; LangCode=es-es ; LangCode=de-de ; LangCode=en-gb ; LangCode=it-it ; LangCode=en-us [00:15:5d:04:6b:%%] SkipApplications=YES SkipAppsOnUpgrade=YES SkipUserData=YES...

Lire la suite

batch kill task in background

Publié le par damcuvelier

REM Batch2: killtask.cmd set exetask1=%1 set exetask2=%2 SETLOCAL EnableExtensions :exe1 SET EXE=%exetask1%.exe GOTO LOOP GOTO exe2 :exe2 SET EXE=%exetask2%.exe GOTO LOOP GOTO end :LOOP FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF NOT...

Lire la suite

PS1 Perso Functions

Publié le par damcuvelier

# \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ # Début des scripts: # $erroractionpreference = 'silentlycontinue' # Set-ExecutionPolicy bypass -force # $scriptpath = split-path -parent $MyInvocation.MyCommand.Path # # Get Fonctions & Variables #...

Lire la suite