Jump to content

MarcJ

Member
  • Posts

    34
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by MarcJ

  1. I have a batch file that I run once Administrator is logged in that moves a lot of the Start Menu shortcuts from the Administrator profile to the "All Users" profile. When I do this with the batch file and then login as a different user, the shortcuts that were moved are invalid (yet they still work fine as Administrator). If I log back in as Administrator and move the shortcuts back to the Administrator Start Menu using Explorer and then back again to the "All Users" Start Menu using Explorer, they all of a sudden work fine as any user. My batch file uses commands like this: MOVE /Y "%UserProfile%\Start Menu\Programs\Internet Explorer.lnk" "%AllUsersProfile%\Start Menu\Programs\Internet Explorer.lnk" It makes no sense to me that this works fine when using Explorer, but doesn't work when using a batch file.
  2. Anyone else having your system prompt saying it found new hardware after you install D-Tools? Kinda messes up the unattendedness of the install.
  3. Hey everyone. I've ran into a small issue that I can't seem to figure out. I have a reg tweak and some commands that I need to run *after* the user is fully logged in. RunOnceEx is running too early for these and so is GuiRunOnce. MOVE /Y "%UserProfile%\Start Menu\Programs\Accessories\Entertainment" "%AllUsersProfile%\Start Menu\Programs\Accessories" MOVE /Y "%UserProfile%\Start Menu\Programs\*.lnk" "%AllUsersProfile%\Start Menu\Programs\" RD /S /Q "%UserProfile%\My Documents\My Pictures" RD /S /Q "%UserProfile%\My Documents\My Music" DEL /Q "%UserProfile%\SendTo\My Doc*.*" DEL /Q "%UserProfile%\Favorites\*.*" RD /S /Q "%UserProfile%\Favorites\Favorites" RD /S /Q "%UserProfile%\Favorites\Links" RD /S /Q %systemdrive%\Drivers\ RD /S /Q %systemdrive%\Install\ EXIT These can't be ran before the user logs in because the files aren't created until the UI is loaded fully. LinksFolderName is empty in the "Default User" profile but once the current user's (Administrator) gui loads, it's set to LinksFolderName = "Favorites". So, it needs to be set back to "". Any suggestions on getting these taken care of?
  4. I'm having the exact same issue at the 12 minute mark. I'm installing into the latest version VMWare. A slipstreamed XPSP1 cd installs fine but a slipstreamed XPSP2 cd hangs at the 12 minute mark every time.
×
×
  • Create New...