Jump to content

Legolash2o

Contributors
  • Posts

    5,661
  • Joined

  • Last visited

  • Days Won

    243

Everything posted by Legolash2o

  1. Ok guys no matter what i do it asks me to create a user/password, even with administrator set to autologon (with password and logon count defined as 9999)... But when i create a new user, it logs me straight into windows with the administrator account and keeps logging me in, so the problem itself is with SkipUserOOBE settings but i don't know what.
  2. Does it work for you in stuff like VMWare, etc...? P.S. I've just fixed a bug where Logon Count does not always get added to the autounattended. EDIT: Is it 9999 or 9999999?
  3. I made it after you mentioned it (same day), took 5 minutes lol. Does it work for you? any performance difference?
  4. VirtualBox has just finished, your unattended file works fine apart from it showed user creation screen. I didn't edit your unattended i just copied it straight to the dvd root.
  5. Yes it is possible, create the user first then when you go back onto 'Main' tick auto-logon and select your username from the list.
  6. I'm testing your unattended now
  7. Test 4 Further fixes and enhancements....
  8. I've already got a thread for tweaks and components.
  9. 1. W7T never launches cmd with no command line parameters, that would be pointless. W7T just happens to capture everything the cmd shows/displays which may be why you can't see them ProcExp. 2. Test3 contains a lot of fixes for the stuff i changed for Test3.
  10. 1. I'll see what i can do 2. That's default Windows behavior when you name a file same as a folder, it's like that with all window save dialogs... 3. I'll see what i can do, no guarantees though
  11. I still haven't tried to test this as i've been busy fixing another issue in another thread, i will try this when i get a chance
  12. I've hopefully fixed this
  13. Do you mean contributions to remove components? And i pretty much accept anything helpful
  14. Test 3 cmd is when W7T launches something from commend prompt, it does that so it can read the output of cmd.
  15. http://www.2shared.com/file/ds4Al-VI/W7T130-68B_Test2.html
  16. I've removed packages.exe from W7T and copied the useful code from it, so you should not receive the error anymore.. Uploading a test version now...
  17. When do you get that error? just after mount?
  18. What's UAC and LUA got to do with downloading the file?
  19. Tell me another website to upload to and i'll upload it... http://www.2shared.com/file/3UHmRySk/W7T130-38B_Test.html
  20. Here you go guys, try this/ http://www.mediafire...94zbzzfpw033idi EDIT: It's not using any external program, it's completely code FileInfo fInfo = new FileInfo(FileName); FileSystemAccessRule nAccRule = new FileSystemAccessRule(account.Value, FileSystemRights.FullControl, AccessControlType.Allow); FileSecurity fSecurity = fInfo.GetAccessControl(AccessControlSections.Owner); fSecurity.SetOwner(new System.Security.Principal.NTAccount(account.Value)); fInfo.SetAccessControl(fSecurity); fSecurity.AddAccessRule(nAccRule); fInfo.SetAccessControl(fSecurity);
  21. Ok guys i think i've fixed the problem, just testing it now then i'll post a link here for you guys to test
  22. I didn't write packages.exe i only made a few adjustments to suit my needs...
  23. Hmm, this is tougher than i thought, i keep getting a "Attempted to perform an unauthorized operation file" error
  24. Wow, that was suprisingly easy, W7T will no longer use takeown or icacls, anyone fancy testing the new method?
  25. Looks like i will have to get the C# equivalent of changing ownership via code EDIT: Wow, that was suprisingly easy, W7T will no longer use takeown or icacls, any fancy testing the new method?
×
×
  • Create New...