| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung |
| windows_7 [2011/10/23 10:01] – admin | windows_7 [2015/01/08 12:37] (aktuell) – admin |
|---|
| ====== Windows 7 ====== | ====== Windows 7 ====== |
| | |
| | *[[http://support.microsoft.com/kb/2682013/de|hiberfil.sys entfernen]] |
| | *[[http://www.pctipp.ch/tipps-tricks/kummerkasten/windows-8/artikel/windows-8-hiberfilsys-und-pagefilesys-68995|pagefile.sys verkleinern und hiberfil.sys entfernen]] |
| | |
| | === Installation der Upgrade Version === |
| | |
| | *[[http://www.heise.de/ct/artikel/Der-Upgrade-Trick-849648.html|Der Upgrade-Trick]] |
| | *Upgradeversion von Windows 7 auf neuer Hardware installieren - keinen Poduct Key eingeben (wird als falsch erkannt...) |
| | * HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OOBE |
| | * MediaBootInstall von 1 auf 0 setzen |
| | * slmgr -rearm (Strg+Umschalt+Enter) als Administrator ausführen |
| | * Neustart |
| | * Windows + Pause - Product Key ändern |
| |
| [[http://www.savelono.com/linux/how-to-install-windows-7-over-a-network-using-linux-pxe-dnsmasq-and-samba.html|Windows 7 über Netzwerk installieren: PXE, DNSMasq, Samba]] \\ | [[http://www.savelono.com/linux/how-to-install-windows-7-over-a-network-using-linux-pxe-dnsmasq-and-samba.html|Windows 7 über Netzwerk installieren: PXE, DNSMasq, Samba]] \\ |
| [[http://www.heise.de/newsticker/meldung/Problem-mit-OpenSuse-und-Service-Pack-1-fuer-Windows-7-1199096.html?view=mail|Problem mit OpenSuse und Service Pack 1 für Windows 7]] \\ | [[http://www.heise.de/newsticker/meldung/Problem-mit-OpenSuse-und-Service-Pack-1-fuer-Windows-7-1199096.html?view=mail|Problem mit OpenSuse und Service Pack 1 für Windows 7]] \\ |
| [[http://www.petry-it.com/news/2011/03/installieren-von-rsat-unter-windows-7-sp1/|Installieren von RSAT unter Windows 7 SP1 (x86fre_GRMRSAT_MSU.msu)]] | [[http://www.petry-it.com/news/2011/03/installieren-von-rsat-unter-windows-7-sp1/|Installieren von RSAT unter Windows 7 SP1 (x86fre_GRMRSAT_MSU.msu)]] |
| | [[http://www.visualbasicscript.com/Run-from-StartupScript-group-policy-m59872.aspx|StartupScript]] \\ |
| | [[http://www.fasterpccleanclean.com/remove-win-7-home-security|How to Remove Win 7 Home Security]] \\ |
| | [[http://support.microsoft.com/kb/973289/de|Anpassen von Standardbenutzerprofilen unter Windows 7 und Windows Server 2008 R2]] \\ |
| | |
| | === Bootloader reparieren === |
| | |
| | bootrec.exe /FixMbr |
| | |
| | bootrec.exe /FixBoot |
| | |
| | bootrec.exe /RebuildBcd |
| | |
| | bcdedit /export C:\BCD_Backup |
| | c: |
| | cd boot |
| | attrib bcd -s -h -r |
| | ren c:\boot\bcd bcd.old |
| | bootrec /RebuildBcd |
| |
| ===== Eigene Dateien auf D:\ ===== | ===== Eigene Dateien auf D:\ ===== |
| * RefCount value = 0 | * RefCount value = 0 |
| * State value = 0 | * State value = 0 |
| | |
| | |
| | http://support.microsoft.com/kb/221837 |
| |
| ===== Bootloader ===== | ===== Bootloader ===== |
| |
| ===== Problematik: Benutzername muss <20 Zeichen sein ===== | ===== Problematik: Benutzername muss <20 Zeichen sein ===== |
| | |
| | [[https://bugzilla.samba.org/show_bug.cgi?id=7343|Bugzilla]] \\ |
| |
| <code bash> | <code bash> |
| zeilen=$(cat bgweiz_11102011.ldif | grep -n "uid:" | tr " " "_" | paste -s); nn=0; for zeile in $zeilen; do nummer=$(echo $zeile | cut -d":" -f1); nummer2=$(( $nummer-1+$nn )); nn=$(( $nn+1 )); name=$(echo $zeile | cut -d"_" -f2-); NAME=$(echo "`echo $name |cut -c1`.`echo $name | cut -d"." -f2-`"); echo "$nummer $nummer2 $name $nn"; sed -i "${nummer2}s/\$/\nuid: ${NAME}/g" bgweiz_2uid_11102011.ldif; done | zeilen=$(cat bgweiz_11102011.ldif | grep -n "uid:" | tr " " "_" | paste -s); nn=0; \ |
| | for zeile in $zeilen; do nummer=$(echo $zeile | cut -d":" -f1); nummer2=$(( $nummer-1+$nn )); nn=$(( $nn+1 )); \ |
| | name=$(echo $zeile | cut -d"_" -f2-); NAME=$(echo "`echo $name |cut -c1`.`echo $name | cut -d"." -f2-`"); \ |
| | echo "$nummer $nummer2 $name $nn"; sed -i "${nummer2}s/\$/\nuid: ${NAME}/g" bgweiz_2uid_11102011.ldif; done |
| |
| cd /home | cd /home |
| rm /root/leute.txt; name=$(ls -d */ | cut -d"/" -f1); for i in $name; do vorname=$(echo $i | cut -c1 ); nachname=$(echo $i | cut -d"." -f2-); echo "$vorname.$nachname" >> /root/leute.txt; done | rm /root/leute.txt; name=$(ls -d */ | cut -d"/" -f1); for i in $name; do vorname=$(echo $i | cut -c1 ); \ |
| | nachname=$(echo $i | cut -d"." -f2-); echo "$vorname.$nachname" >> /root/leute.txt; done |
| |
| cat /root/leute.txt | sort | uniq -D > /root/doppelt.txt | cat /root/leute.txt | sort | uniq -D > /root/doppelt.txt |
| </code> | </code> |
| | |
| | ===== Gruppenrichtlinen ===== |
| | ==== Domänenanbindung ==== |
| | <file> |
| | Run gpedit.msc. |
| | Go to computer configuration. |
| | Go to Administrative templates. |
| | Go to System. |
| | Go to User profiles. |
| | Enable “Set maximum wait time for the network if a user has a roaming user profile or remote home directory†and set to 0 seconds |
| | </file> |