Jump to content

Mercury_22

Member
  • Posts

    271
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Everything posted by Mercury_22

  1. Hi! Just a little tweack for your bat files If you want them to run no matter the location of bdaforserver folder ! -> So NO NEED FOR add after and replace with (also add quotes " at the end of the line)For example Good luck with your work !
  2. You're wrong your Card it's working because it's a CX2388x card and it's using DScaler's own drivers (NO WDM drivers ?!) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Any CX2388x & SAA713x Cards it will work with DScaler 4.1.17 on a tipical (out of the box) install of Windows Server 2008 Standard Trial x86 & x64 + drivers !!! All you have to do it's to say yes when DScaler it's asking you if it should use his own drivers instead of typical (WDM?!) drivers ! The Proof is the fact that your app (WinTV software) it's not working!!!!
  3. I'm glad it's solved ! If you "really like to get into this from" a MUST READ before anything else it's this ! B)
  4. Try this but don't use the setup.exe try "to update manually" (adding 915 to inf file) or try to use latest xp drivers also with "manually update"
  5. Just Right click on Vista.bat and select Run as Administrator ! (= sudo B) ) Or to enable the built-in ADMINISTRATOR ACCOUNT right click on computer select "manage" then select "Local Users and Groups" then "Users" double click "Administrator" or right click on it and select "Properties" then uncheck "Account is disabled" And now you can log off and log in as "built-in ADMINISTRATOR ACCOUNT" (= root )
  6. You need to run Vista.bat as administrator ! B) Please use the built-in ADMINISTRATOR ACCOUNT ! (Linux root account ) to avoid any problems !
  7. It's E:\Vista not E:\ Vista There is no space between E:\ and Vista Where E:\Vista it's the path to your vista files (I hope ) Sorry! It was my fault, when i've modified the code above i've typed a space by mistake
  8. Ok! So you're gone do this on your girlfriend computer where as i understend you have installed WAIK and all the files from vista's DVD it's on E:\ Vista ! Right ? Also, it's vista x86 ? Well if all of above are correct then all you have to do it's to copy the code below to notepad and then save that notepad as Vista.bat anywhere you like and execute it ! B) "%PROGRAMFILES%\Windows AIK\Tools\PETools\oscdimg.exe" /b"%PROGRAMFILES%\Windows AIK\Tools\PETools\x86\boot\etfsboot.com" /h /lLRMCFRE_EN_DVD /o /u2 E:\Vista C:\Image.iso Then transfer Image.iso to yor linux and burn it! Let me know if you succeed !
  9. OK ! but just to be clear please tell me: 1 - on which OS / computer are you planning to create and burn the ISO file ? linux or windows? 2 - when you're saying "Vista's files" you mean the files from vista's dvd or the files from C:\ drive of your girlfriend's computer ?
  10. Run this cmd "%PROGRAMFILES%\Windows AIK\Tools\PETools\oscdimg.exe" /b"%PROGRAMFILES%\Windows AIK\Tools\PETools\x86\boot\etfsboot.com" /h /lLRMCFRE_EN_DVD /o /u2 C:\LRMCFRE_EN_DVD C:\Image.iso if you have WAIK or replace oscdimg.exe with CDIMAGE.EXE and use the etfsboot.com from your vistaDVDx86\boot\ folder For more look here
  11. Try a USB hub or 1 USB + 1 com and this software
  12. Maybe a little guide it will be useful for others ?
  13. Since the settings in bios are on hd audio , it's your front audio panel HD audio ?
  14. Are you sure about shrinking ? I've watch my page file and i never seen it shrinking
  15. What about "Automatically manage paging" option from VISTA (x64) ?
  16. For those interested in the next version of Business Desktop Deployment (BDD) 2007: Microsoft Deployment unifies the tools and processes required for desktop and server deployment into a common deployment console and collection of guidance. The fourth generation deployment accelerator adds integration with recently released Microsoft deployment technologies to create a single path for image creation and automated installation. Microsoft Deployment’s tools and end-to-end guidance reduce deployment time, standardize desktop and server images, limit service disruptions, reduce post-deployment help desk costs, and improve security and ongoing configuration management. Microsoft Deployment technologies eliminate interaction time required to install desktop and server operating systems. Interaction at the targeted computer may take a few moments using the Lite Touch Installation (LTI) method or it can be completely automated using Zero Touch Installation (ZTI). Zero Touch Installation utilizes Microsoft System Center Configuration Manager 2007 or Systems Management Server 2003 with the Operating System Deployment Feature Pack. Lite Touch Installation can be used when software distribution tools are not in place. Microsoft Deployment also uses Configuration Manager 2007’s stand-alone media-initiated operating system deployment feature. This release offers project management guidance for all deployment roles and separates technical documentation for the products and technologies to facilitate automation tasks. Microsoft Deployment enables deployment of the following Microsoft products: Windows Vista Business, Enterprise, and Ultimate (32 and 64 bit) Office Professional, Professional Plus, Enterprise, and Ultimate 2007 Windows Server 2003 R2 (32 and 64 bit) Windows XP Professional with Service Pack 2 (32 and 64 bit) or Windows XP Tablet PC Edition Pre-release versions of Windows Server 2008 (32 and 64 bit)
  17. That's because you've changed your commit limit, and forced the NT memory manager to be biased towards committing to RAM so that it will only be able to commit VA pages from applications into RAM. The memory manager can only commit pages to a backing store (RAM or paging file), and if you only have RAM (or RAM and a very small paging file), all or most of your pages committed will have to be in RAM because they can be nowhere else. It'd be a problem if you tried to commit more VA than you have RAM in the box, but that's the only drawback to not having a paging file performance-wise. You can't dump the box or get data from a crash without a paging file, but that has nothing to do with performance. So what's your recommendation in this case for the best performance & stability ? (with or without pagefile) And why? B)
  18. I have the same amount of ram 4GB and i'm not using pagefile ! I've tested my system (2x74 RAPTOR RAID 0) with pagefile and without pagefile and i discover that i'm better without pagefile So i recommend you that if the amount of memory used by the applications usually open at the same time on your system it's lower than 3GB, to forget about pagefile At least try and convince yourself !
  19. Please let me know if you succeed ! This is exactly what i'm using echo. "%PROGRAMFILES%\Windows AIK\Tools\PETools\peimg.exe" /inf=.\Drivers\Vista_R181\Vista64\*.inf C:\Mount\windows I have Vista x64 & Realtek High Definition Audio Codecs R1.81
  20. In my second example it's no such thing like <SkipMachineOOBE>true</SkipMachineOOBE> B)
×
×
  • Create New...