Jump to content

nickclarkson

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by nickclarkson

  1. Hi, I *think* there's an error in the OemPnPDriversPath.cmd in the latest BASE pack - I slipstreamed the files in and even though it says winnt.sif updated with OemPnPDriversPath, it isn't there, so no drivers get installed. So I put a pause statement in that cmd file and got a "Incorrect Syntax" error. I think the -l (that's letter L) is missing before the text; so the fedit line in that command file should read; Fedit -add -create -f I386\winnt.sif -s Unattended -l " OemPnPDriversPath = \"%newPath%\"" I'm just testing this now.....yep, that worked. Just thought I'd add this in case anyone else has experienced it. Top job on the driverpacks bashrat. Cheers, Nick EDIT - Looking through the runme.cmd, near the bottom, there are 2 more lines with the -l missing; IF '%ME%'=='M2' ( Fedit -add -create -f I386\WINNT.SIF -s Unattended " DriverSigningPolicy = \"Ignore\"" Fedit -add -create -f I386\WINNT.SIF -s Unattended " NonDriverSigningPolicy = \"Ignore\"" ) should be IF '%ME%'=='M2' ( Fedit -add -create -f I386\WINNT.SIF -s Unattended -l " DriverSigningPolicy = \"Ignore\"" Fedit -add -create -f I386\WINNT.SIF -s Unattended -l " NonDriverSigningPolicy = \"Ignore\"" )
  2. Download FlexProfiles v4.01 from http://portal.loginconsultants.nl/forum/index.php?board=16 and once you've install the Flex Framework v4.01, in %PROGRAMFILES%\Flex Framework\Flex_Exe there is an exe called FlexRefresh.exe - running this will refresh the users' profile so any changes such as mouse button swap or desktop wallpaper will be refreshed.
×
×
  • Create New...