Jump to content

cola99

Member
  • Posts

    12
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Posts posted by cola99

  1. Hi,

    Is it possible to find the registry tweak to switch "Full Screen Video" from "Disable" to "Secondary Display" and vise versa. Thanks.

    I tired this but :no:

    disable.reg

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\NVTweak]
    "CinematicPageState"=dword:00000000

    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Video\{67F501C9-54C6-4F07-B321-0372D5ADDD32}\0000]
    "OverlayMode2"=hex:52,05,10,00
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Video\{67F501C9-54C6-4F07-B321-0372D5ADDD32}\0001]
    "OverlayMode2"=hex:52,05,10,00
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\{67F501C9-54C6-4F07-B321-0372D5ADDD32}\0000]
    "OverlayMode2"=hex:52,05,10,00
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Video\{67F501C9-54C6-4F07-B321-0372D5ADDD32}\0001]
    "OverlayMode2"=hex:52,05,10,00

  2. You also can use this short one..

    FOR %%d IN (d: e: f: g: h: i: j: k: l: m: n: o: p: q: r: s: t: u: v: w: x: y: z:) DO IF EXIST %%d\win51ip.SP2 SET CDROM=%%d

    but remember to have "win51ip.SP2" in your cd...

    Also systemroot is C:\Windows or C:\WINNT.. and systemdrive is C:\ :D

  3. Hi,

    I downloaded your .Net Framework and Java VM and put them in

    $OEM$\$1\Install\SunJava\jre5.exe

    $OEM$\$1\Install\NetFramework\netfxsp1.exe

    alos add these lines in RunOnceex.cmd

    REG ADD %KEY%\050 /VE /D ".NET Framework v1.1 SP1" /f

    REG ADD %KEY%\050 /V 1 /D "\"%systemdrive%\install\NetFramework\netfxsp1.exe\" /f

    REG ADD %KEY%\065 /VE /D "Sun Java VM 1.5.0" /f

    REG ADD %KEY%\065 /V 1 /D "\%systemdrive%\install\SunJava\jre5.exe\" /f

    but it give me following msg.......

  4. put this line in a .cmd file

    xcopy.exe %CDROM%\i386 /e /k /h /i /y %SystemRoot%\i386

    also these in a .reg file

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]

    "SourcePath"="C:\\windows\\"

    "ServicePackSourcePath"="C:\\windows\\"

    "Installation Sources"=hex(7):43,00,3A,00,5C,00,57,00,49,00,4E,00,44,00,4F,00,\

    57,00,53,00,5C,00,69,00,33,00,38,00,36,00,00,00,\

    00,00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]

    "SourcePath"="C:\\windows\\i386\\"

    :)

×
×
  • Create New...