-
Posts
5,661 -
Joined
-
Last visited
-
Days Won
243
Content Type
Profiles
Forums
Events
Everything posted by Legolash2o
-
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.
-
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?
-
I made it after you mentioned it (same day), took 5 minutes lol. Does it work for you? any performance difference?
-
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.
-
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.
- 256 replies
-
- W7T
- Windows 7 Toolkit
-
(and 2 more)
Tagged with:
-
I'm testing your unattended now
-
W7T Freezes on WinSXS\\Backup and removing speech
Legolash2o replied to anass_f's topic in Win Toolkit
Test 4 Further fixes and enhancements.... -
Could you accept codes/regs/tips contributions from members
Legolash2o replied to anass_f's topic in Win Toolkit
I've already got a thread for tweaks and components. -
W7T Freezes on WinSXS\\Backup and removing speech
Legolash2o replied to anass_f's topic in Win Toolkit
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. -
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
-
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
-
I've hopefully fixed this
-
Could you accept codes/regs/tips contributions from members
Legolash2o replied to anass_f's topic in Win Toolkit
Do you mean contributions to remove components? And i pretty much accept anything helpful -
W7T Freezes on WinSXS\\Backup and removing speech
Legolash2o replied to anass_f's topic in Win Toolkit
Test 3 cmd is when W7T launches something from commend prompt, it does that so it can read the output of cmd. -
W7T Freezes on WinSXS\\Backup and removing speech
Legolash2o replied to anass_f's topic in Win Toolkit
http://www.2shared.com/file/ds4Al-VI/W7T130-68B_Test2.html -
W7T Freezes on WinSXS\\Backup and removing speech
Legolash2o replied to anass_f's topic in Win Toolkit
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... -
W7T Freezes on WinSXS\\Backup and removing speech
Legolash2o replied to anass_f's topic in Win Toolkit
When do you get that error? just after mount? -
W7T Freezes on WinSXS\\Backup and removing speech
Legolash2o replied to anass_f's topic in Win Toolkit
What's UAC and LUA got to do with downloading the file? -
W7T Freezes on WinSXS\\Backup and removing speech
Legolash2o replied to anass_f's topic in Win Toolkit
Tell me another website to upload to and i'll upload it... http://www.2shared.com/file/3UHmRySk/W7T130-38B_Test.html -
W7T Freezes on WinSXS\\Backup and removing speech
Legolash2o replied to anass_f's topic in Win Toolkit
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); -
W7T Freezes on WinSXS\\Backup and removing speech
Legolash2o replied to anass_f's topic in Win Toolkit
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 -
W7T Freezes on WinSXS\\Backup and removing speech
Legolash2o replied to anass_f's topic in Win Toolkit
I didn't write packages.exe i only made a few adjustments to suit my needs... -
W7T Freezes on WinSXS\\Backup and removing speech
Legolash2o replied to anass_f's topic in Win Toolkit
Hmm, this is tougher than i thought, i keep getting a "Attempted to perform an unauthorized operation file" error -
W7T Freezes on WinSXS\\Backup and removing speech
Legolash2o replied to anass_f's topic in Win Toolkit
Wow, that was suprisingly easy, W7T will no longer use takeown or icacls, anyone fancy testing the new method? -
W7T Freezes on WinSXS\\Backup and removing speech
Legolash2o replied to anass_f's topic in Win Toolkit
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?