Convert a drive from MBR to GPT
mbr2gpt /validate /allowFullOS
mbr2gpt /convert /allowfullOS
mbr2gpt /validate /allowFullOS
mbr2gpt /convert /allowfullOS
Otwieramy pendrive instalacyjny z systemem ,wchodzimy do katalogu Sources i tworzymy plik ei.cfg
W plik ei.cfg wpisujemy:
(dla wersji Windows 8 Pro)
[EditionID] Professional [Channel] Retail [VL]
Dla zwykłego Windows 8 wpisujemy:
[EditionID] Core [Channel] Retail [VL]
Bitdefender Security for Virtualized Enviroments
default login: root
default password: sve
setup command: sva-setup
communication server: ip address:8443
update server configuration: ip:7076
Solution from http://miloszikic.blogspot.com/2010/07/fujitsu-siemens-amilo-launch-manager.html
For all of you that have Amilo laptops which don’t have Launch Manager available for new Win 7 here is simple solution to run your wireless again!
I spent quite a time until finally managed to enable this card. I thought that enabling card just in bios will do the trick but cards have to be enabled from inside os as well and since Launch Manager will not work in default installation this will not work.
And hopefully running Launch Manager in compatibility mode did the trick.
So steps are:
Control Panel - Administrative Tools - Local Security Policy Local Policies - Security Options
Network security: LAN Manager authentication level Send LM & NTLM responses Minimum session security for NTLM SSP Disable Require 128-bit encryption
Pobierz usługę Image Mastering API v2.0
Pobierz Windows7-USB-DVD-tool.exe
Zainstalować Windows Virtual PC.
Zainstalować Windows XP Mode (pl).
Przejdź do folderu C:\Program Files\Windows XP Mode\
Zmień właściciela i pełne prawa do tego pliku na swojego użytkownika.
Uruchom Windows Virtual PC
Kliknij na Utwórz Maszynę Wirtualną.
Nadaj nazwę i wybierz lokalizację (dowolne).
Wybierz “Użyj istniejacego wirtualnego dysku twardego”
i wybierz “C:\Program files\Windows XP Mode\Windows XP Mode base.vhd”
lcOldPrinter = SET(“printer”,2)
oPDFC = Createobject(“PDFCreator.clsPDFCreator”,”pdfcreator”)
oPDFC.cStart(“/NoProcessingAtStartup”)
oPDFC.cOption(“UseAutosave”) = 1
oPDFC.cOption(“UseAutosaveDirectory”) = 1
oPDFC.cOption(“AutosaveFormat”) = 0
DefaultPrinter = oPDFC.cDefaultprinter
oPDFC.cDefaultprinter = “pdfcreator”
oPDFC.cClearCache
oPDFC.cOption(“AutosaveDirectory”) = “c:\temp\”
oPDFC.cprinterstop=.F.
# First Report
oPDFC.cOption(“AutosaveFilename”) = “myPdf_1”
nLastDocNo=oPDFC.cOption(“Counter”)
Report Form c:\test.frx To Printer
DO WHILE oPDFC.cOption(“Counter”) <= nLastDocNo
WAIT “Waiting for finish job …”WINDOW NOWAIT noclear
nKey=INKEY(1)
nQueueCount = opdfc.cCountOfPrintjobs
enddo
# Second Report
oPDFC.cOption(“AutosaveFilename”) = “myPdf_2”
nLastDocNo = oPDFC.cOption(“Counter”)
Report Form c:\test2.frx To Printer
DO WHILE oPDFC.cOption(“Counter”) <= nLastDocNo
WAIT “Waiting for finish job …”WINDOW NOWAIT noclear
nKey=INKEY(1)
nQueueCount = opdfc.cCountOfPrintjobs
enddo
…… and so on …
Set Printer To Name (lcoldPrinter)
oPDFC.cDefaultprinter = DefaultPrinter
oPDFC.cClearCache
Release oPDFC
Eksport drukarek z cupsa do samby.
cupsaddsmb -H adres_ip -U root -a -v
Wisujemy cmd w Command Window a potem, Ctrl+Shift + Enter.