Projet

Général

Profil

[9.08] Windows Seven

Les choses qui fonctionnent sont sur le wiki@Ryxeo https://secure.ryxeo.com/doku.php/abuledu/windows_seven
Les clefs de registre à créer/modifier :

HKLM\System\CurrentControlSet\Services\LanmanWorkstation\Parameters
DWORD DomainCompatibilityMode = 1
DWORD DNSNameResolutionRequired = 0

HKLM\SYSTEM\CurrentControlSet\services\Netlogon\Parameters
DWORD RequireStrongKey = 0
DWORD RequireSignOnSeal = 0 

Pour se logger, une petite modif par rapport à XP, il faut renseigner la première fois comme nom d'utilisateur :
abuledu/prenom.nom
motdepasse

Le "installation.bat" déploie les logiciels sauf "mirage driver" pour iTalc.
! Le message d'erreur est affiché et en attente sur une seconde "console".
Le script de nettoyage de sessions ne fonctionne pas à la fermeture.
Le mappage avec les "Bibliothèques" Seven sont à trouver.

Quelques liens utiles glanés :
- http://wiki.samba.org/index.php/Windows7
- http://support.microsoft.com/kb/2171571
- http://zornsoftware.talsit.info/?page_id=37&did=2
- http://windowsteamblog.com/windows/b/developers/archive/2009/04/06/windows-7-libraries-net-sample-library-an-overview.aspx
- http://www.forum-seven.com/forum/topic4493.html
- http://www.tweak.fr/index.php?site=articles&action=show&articlesID=9&ws_session=cb4518dc0b82059444ed5090ca24d99d
- http://lists.samba.org/archive/samba-technical/2007-April/052674.html
- http://vistavitals.blogspot.com/2008/02/logon-scripts-token-effort.html

Erreur de DNS à l'ouverture
Il faut télécharger un patch chez Microsoft :
Le lien n'est plus valide (téléchargé avec mon adresse @free.fr) le patch est joint.
Mot de passe de décompression du fichier : q5_ECOm1@P

Trucs & astuces à trier

REM Check Windows Version
ver | findstr /i "5\.0\." > nul
IF %ERRORLEVEL% EQU 0 goto ver_2000
ver | findstr /i "5\.1\." > nul
IF %ERRORLEVEL% EQU 0 goto ver_XP
ver | findstr /i "5\.2\." > nul
IF %ERRORLEVEL% EQU 0 goto ver_2003
ver | findstr /i "6\.0\." > nul
IF %ERRORLEVEL% EQU 0 goto ver_Vista
ver | findstr /i "6\.1\." > nul
IF %ERRORLEVEL% EQU 0 goto ver_Win7
goto warn_and_exit

:ver_Win7
:Run Windows 7 specific commands here
REM echo OS Version: Windows 7 (debug line)
goto end

:ver_Vista
:Run Windows Vista specific commands here
REM echo OS Version: Windows Vista (debug line)
goto end

:ver_2003
:Run Windows Server 2003 specific commands here
REM echo OS Version: Windows Server 2003 (debug line)
goto end

:ver_XP
:Run Windows XP specific commands here
REM echo OS Version: Windows XP (debug line)
goto end

:ver_2000
:Run Windows 2000 specific commands here
REM echo OS Version: Windows 2000 (debug line)
goto end

:warn_and_exit
echo Machine OS cannot be determined.

:end

416053_intl_i386_zip.exe - patch DNS WinSeven (344 ko) Stéphane Hays, 26/10/2010 11:55

Redmine Appliance - Powered by TurnKey Linux