Jump to content

cactoid

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by cactoid

  1. You could use: "%ALLUSERSPROFILE%\..\Default User\Application Data\Microsoft\Internet Explorer\Quick Launch"
  2. cheers prathapml! I did a lot of digging and not once did I stumble across pagefileconfig.vbs. I will switch to using that and see what happens.
  3. I'm having a strange problem with a Windows Server 2003 build. I'm running the following command in a batch (cmd) file: REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management" /v PagingFiles /t REG_MULTI_SZ /d "c:\pagefile.sys 2560 2560\0d:\pagefile.sys 2560 2560" /f >nul I want two paging files - C:\pagefile.sys and D:\pagefile.sys. I want them both to be 2.5GB each and I don't want them to grow beyond that. Seems pretty reasonable to me. During the build, the OS automatically creates a pagefile.sys with min/max values of 2046 and 4092. I'm having trouble reproducing this problem and determining what exactly is happening, but basically no pagefile gets created on C:\. If I go through the GUI to set the virtual memory settings, it all looks good. If I simply click 'Set' again (without changing anything), after a reboot both pagefiles exist and are the correct size. It's like direct manipulation of the registry doesn't "take" properly and something else is going on when you do it via the GUI. Any ideas? I'm still troubleshooting it, but I want to avoid a 2nd reboot during the build just to get the virtual memory settings right. cheers.
×
×
  • Create New...