Jump to content

S1LV3RF1$#

Member
  • Posts

    31
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by S1LV3RF1$#

  1. Perhaps this is a dumb question but does that account have local admin rights
  2. Thanks Martin ... That helps a lot.
  3. Currently working on one. With a chopped version of XP Pro via nLite, About 12 Reg Tweaks, Secedit configuration, Folder generation, Custom Per User .lnk Generation, 36 applications to include Office 2003, Adobe Acrobat Reader 7, Rcas Framework V10, DiskKeeper V7.... and So on. Currently working on: A way to set folder Security... Think there is a command line app in Rescource kit. A Way to Create Shares... No ideas on this yet. Also, I Am trying to find a way to clear the Event logs from command line. Oh Yeah, The Install Image is currently at 1.9 GB and growing.
  4. I am looking for a program that i can do permissions changes for command line on folders. I think that there is one on the rescource kit but can't remember what it is called.
  5. After Some More Playing moved the shortcut command into windows/system32 and ran this command Shortcut /f:"%userprofile%\sendTo\My UserShare.lnk" /A:c /t:systemdrive%\usershare\%^username%^ /W:%Systemdrive%\usershare /i:%windir%\system32\SHELL32.dll,160 Now that it works actually I could just run this: mkdir %systemdrive%\UserShare\%username% Shortcut /f:"%ALLUSERSPROFILE%\sendTo\My UserShare.lnk" /A:c /t:systemdrive%\usershare\%^username%^ /i:%windir%\system32\SHELL32.dll,160 Haven't Tested that yet but i think that it will work as long as there is a Folder in UserShare
  6. On my unattended installs i am creating a Folder called Usershare. when a new user logins for the first time it creates them a folder in that folder based off there username (mkdir %systemdrive%\usershare\%username%) I would like to create a shortcut to place in "%systemdrive%\documents and settings\%username%\sendto". To give the user Jon.doe the ability to send items to their c:\usershare\jon.doe from the right click send to function. Does anyone know how I can script this? I have already tried this from command line Shortcut %systemdrive%\usershare\%username% "%systemdrive%\documents and settings\%username%\sendto\My UserShare.lnk" I get back that shortcut is not a recognized command, did Microsoft remove that command?
×
×
  • Create New...