Jump to content

drumminforev

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About drumminforev

drumminforev's Achievements

0

Reputation

  1. I would like to make a point that this code will NOT work in the following senario: User 1 logs on and runs script, getting s-1-blah-1003 User 1 chooses "switch user" User 2 logs on and runs script. Now, the code will still display the SID from the first user that logged on, user 1. s-1-blah-1003 How do we get this code to work in this situation?
  2. By the way, that makes the desktop arrange by size and align to grid, but not autoarrange
  3. Hello i just figured out how to fix it myself with a little more experimentation. This is run once @Echo Off SET PP=%SystemDrive%\Install\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing programs" /f REG ADD %KEY%\000 /VE /D "Installing Registry Tweaks" /f REG ADD %KEY%\000 /V 1 /D "%PP%desktop.reg" /f EXIT And here is the desktop.reg file Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce] "FFlags"=dword:00000224 "Sort"=dword:00000001 The desktop.reg file has to be in the C:\install\ folder for it to excute according to the way it is shown there.
  4. ok please give a batch file of HOW TO AUTO PLACE ICONS. i try importing all kinds of ways and nothing works
  5. thanks so much man. i was just looking for how to disable the security center and here you are with it ! thanks ! nate dawg yo
×
×
  • Create New...