Archive for the Windows Category

Jun 2 2022

Convert a drive from MBR to GPT

mbr2gpt /validate /allowFullOS
mbr2gpt /convert /allowfullOS

Dec 20 2018

Windows 8 – Instalacja bez klucza

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]

Sep 4 2015

Bitdefender Security for Virtualized Enviroments

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

Sep 27 2011

Fujitsu Siemens Launch Manager and Windows 7 – enable Wireless

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:

  1. go to fsc support page
  2. find your laptop and downlod launch manager for Windows XP
  3. extract it and then right click go to compatibility view and select run as “windows xp (service pack 2)” – didn’t work for me with service pack 3
  4. enable “run as administrator” as well
  5. install it and reboot
  6. Voila! Press your launch key and it should work.
Mar 23 2011

samba windows7 i “NT_STATUS_ACCESS_DENIED”

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
Mar 18 2011

Instalacja Windows7 z USB (wersja 2)

Pobierz usługę  Image Mastering API v2.0

Pobierz Windows7-USB-DVD-tool.exe

Mar 16 2011

Virtual PC na Windows7

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”

 

 

Jan 20 2011

Visual Fox Pro + PDF Creator (1.2.0)

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

Jan 13 2011

Cups i Samba

Eksport drukarek z cupsa do samby.
cupsaddsmb -H adres_ip -U root -a -v

Nov 9 2010

Konsola Admina w Windows 7

Wisujemy cmd w Command Window a potem, Ctrl+Shift + Enter.