Everything posted by Legolash2o
- W7T Freezes on WinSXS\\Backup and removing speech
- W7T Freezes on WinSXS\\Backup and removing speech
- W7T Freezes on WinSXS\\Backup and removing speech
- W7T Freezes on WinSXS\\Backup and removing speech
- W7T Freezes on WinSXS\\Backup and removing speech
-
W7T Freezes on WinSXS\\Backup and removing speech
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
- W7T Freezes on WinSXS\\Backup and removing speech
- W7T Freezes on WinSXS\\Backup and removing speech
- W7T Freezes on WinSXS\\Backup and removing speech
- W7T Freezes on WinSXS\\Backup and removing speech
- W7T Freezes on WinSXS\\Backup and removing speech
-
Unattended not working
Do you use any of the 'Apply Unattended' options in W7T? either in WIM Manager or All-In-One Tool?
-
W7T Freezes on WinSXS\\Backup and removing speech
What OS are you currently using, i'm using Win7 x64 and when i customize a x86 image it works fine however i have not tested customizing a x64 image. W7T uses: RunExternal("takeown /f " + "\"" + F + "\"" + " /r /d y"); RunExternal("Icacls " + "\"" + F + "\"" + " /t /c /Q /grant *S-1-1-0:F"); Does XP have takeown and icacls?
-
Potential bug of either W7T, or DISM
Glad to know, thanks
-
Guide for Component Removal ?
It already does... P.S. your link doesn't work.
-
Windows 7 Toolkit v1.3.0 BETA
Can't believe we are at build 68, i will make W7T 'Final' at build 75 which then no requests will get added until i start v1.4.0 The released between 1.3.0.75 and 1.4.0 will only contain bug fixes and stuff from 'The Little Things'. I'm tempted to do a 1.3.1 build before 1.4.0 to clean my code, make W7T more efficient (less RAM, etc..) and make the .exe smaller as it's now approaching 6MB. Before W7T get's to 1.4.0 i really want it to be a clean, bug free and perfect . Heres what to expect before v1.3.0.75 Finish context menu for AIO Add 'Report a Bug' on main page. Let user view Error Logs before submitting Rest of the forms will get the RAM optimization tweaks like AIO Integrate drivers with foreign characters
-
The Little Things
Done the majority of those, not going to do the last one as that requires going through all the pages. However the tab problem effects you badly in the future, feel free to mentioned it in here I won't do it unless specified, because i'm lazy and i've got work soon However i will fix the hotkeys for AIO (where you can press Ctrl+a for select all, etc..)
-
Guide for Component Removal ?
Theres no correct answer, my removal decisions are purely based on whether i will use it or not. Do I use internet explorer? nope, remove it Do I use Gadgets? nope, remove it and so on...
-
Windows 7 Toolkit v1.3.0 BETA
v67 released *Disable 'USB Prep Tool' on Windows XP as it doesn't work. *Fixed Tool tab in main menu not hiding when you select it not to. *Fixed a massive issue when using the File tab in AIO if the folder you want to copy the file to does not exist. It now creates the folders required. v68 released *Fixed a GUI glitch on Component Remover *further 'Little Things' changes *more logs for why unmounting fails as these are the only logs i am receiving these days.
-
The Little Things
lol ok, oh you may have noticed i fixed that option with 'seleted' you mentioned in your test version @Everyone, keep theses coming, the quicker i receive them the sooner i can start v1.4.0
-
The Little Things
Is this the only time you have this issue?
-
USB Boot Prep support in Windows XP
I'll probably try and go with the WMI solution you mentioned but that requires a complete rewrite of the USB Prep Tool which is why i asked you to make a request in here Note to self: http://msdn.microsoft.com/en-us/library/windows/desktop/aa394592(v=vs.85).aspx
-
USB Boot prep does not recognise my flash drive and usb hard drive
print screen?
-
The Little Things
Eric, may i send you a test version if so, send me a PM and i will reply with a link to it