-
Posts
5,661 -
Joined
-
Last visited
-
Days Won
243
Content Type
Profiles
Forums
Events
Everything posted by Legolash2o
-
What about this monitor? http://www.newegg.co...N82E16824009212 Supports a DVI connection too which is great, yeah my friend is definitely looking for future proof.
-
That would be telling Anyways i recommend anyone to get an SSD.
-
Not sure if my friend has HDMI, he didn't tell me lol!
-
yeah i got an SSD, massive difference in performance, i can open all Office 2010 apps (at the same time) in less than a second on first run lmao! Chrome just pops up quicker than i can blink
-
My friends monitor has just broken and i said i will help but to be honest i have not kept up-to-date with the hardware tech so need your help I was thinking either one of these... Hanns
-
The latest version does not take ownership when copying files, however the addon creator can use [COPYFILETO] to take ownership first.
-
Like Kels said it's always best to use a fresh source, however you can check the WIM Manager tool and try the merge button, if it's not there then i may add the function for the next version.
-
v0.8.5-10B, has better performance, enhancements, bug fixes, quite abit....
-
Yeah you have to extract the file and then when pressing 'Add Drivers', just select the folder you extracted.
-
When you are on the AIO Integrator, go to options and click Updates Prompt, you may have to add an update and then start the process. I will have a look at the above problem
-
RT 7 Lite may require WIM Filter to be installed again, as W7T will uninstall it as it has some compatibility issues.
-
Try the new version, if the problem is still then do the following. 1. Go to start (Make sure W7T is closed first) 2. Go to run and type "psr.exe" without quotes 3. Press start recording, open up W7T and do what you do make the error appear 4. Press Stop recording and it will ask you to save a file 5. Upload the file.
-
Can you translate that please, and that seems to be for RT 7 Lite not W7T.
-
Thanks, i will have a look at this issue right now Can you translate that error message and what addon was it.
-
Any issues at all? Seems too quiet!
-
fixed
-
"26-9-2010 Update Link", Where is that? I've checked the possible links but they all seem to work. What error does it say if any?
-
the whole Wim_Software and WIM_Default registry is to do with W7T not waik, I doubt you will find much info on this
-
HKCU entries can be converted the same as the HKLM, HKCU get converted to something like HKEY_LOCAL_MACHINE\WIM_Default\
-
Upload the reg file. Some files in the reg file have to be changed, ie. HKLM_LOCAL_MACHINE\Software\.... to HKLM_LOCAL_MACHINE\Wim_Software\... I will however add a button called "Import Registry" to Registry Hive Mounter and it will auto convert it EDIT: I have to go to work now, so if i have to i will convert your uploaded registry file when i get home.
-
I will have a look at this after i've had my lunch. Thanks EDIT: v32 released fixing this issue. It shouldn't load the registry unless you added either an Addon or selected a tweak. Strange... @coucou UAC tweak already uses both those values you suggested WriteKey(Registry.LocalMachine, "SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System", "ConsentPromptBehaviorAdmin", 0, Microsoft.Win32.RegistryValueKind.DWord) WriteKey(Registry.CurrentUser, "SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System", "EnableLUA", 0, Microsoft.Win32.RegistryValueKind.DWord) EDIT 2: As of v33 the UAC tweak is now... WriteKey(Registry.LocalMachine, "SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System", "ConsentPromptBehaviorAdmin", 0, Microsoft.Win32.RegistryValueKind.DWord) WriteKey(Registry.LocalMachine, "SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System", "EnableLUA", 0, Microsoft.Win32.RegistryValueKind.DWord)
-
Project Renovate a.k.a W7T v0.8.5 Important Info
Legolash2o replied to Legolash2o's topic in OLD Threads
So far for v0.8.5. Found quite a few bugs! *CAB Retriever won't show in TM unless cabs are detected *Cleaned Startup Code *Removed Feature Manager OS *Removed Feature Manager WIM *Removed Cleanup Tool *Updated MSP Extractor *Updated WIM Splitter (Multi-threaded, Show Progress Window) *Updated CAB Retriever (Multi-threaded, bugs fixes, performance tweaks) *Updated ISO Maker (Always shows progress,improvements) *Updated Capture Image (Always shows progress, improvements, bug fixes) *Updated Registry Hive Mounter (Improvements) *Updated MSU to CAB Converter (Bug Fixes) -
Project Renovate a.k.a W7T v0.8.5 Important Info
Legolash2o replied to Legolash2o's topic in OLD Threads
I'm now starting on Project Renovate, first thing to go is Feature Manager OS/WIM as it's now redudant, if you have any other ideas of what should go... now is the time to tell me! For those who downloaded the language template, can one of you who download it please upload their new version with the translations please, need one to test. Thanks! -
Final has now been released, not one reported any bugs and i want to start on v0.8.5. Enjoy! There are over 90 changes from 0.7.0 so I hope you enjoy them all.
-
*FIX: Major flaw in Addon Integrator *Addon Integrator has a significant speed boost *Addon Integrator upgrades REGEDIT4 to latest *Addon Integrator Supports [TOCOPYFILE] *Addon Integrator Supports [TOCOPYFOLDER] *Addon Integrator Supports [TODELETE] The first 2 things are what you should expect in v0.8.5, ALL of your previous addons will work fine and no extra work is needed. *FIX: Major flaw in Addon Integrator When added registry files where converted, there was done so improperly and ended up some of the values not being converted or skipped. This has now been completely fixed and whilst i was at it i completely re-write the code for it, it should now be faster This bug has been around since the ability to integrate addons, i just didn't notice it *Addon Integrator has a significant speed boost As well as the above changes, i have improved copying times by alot. This was because the location where the file was being copied to was always fully taken ownership so there would be no errors during copying. This step has now been removed and the addon i tested took 2 seconds instead of 10! *Addon Integrator upgrades REGEDIT4 to latest REGEDIT4 .reg files get converted to "Windows Registry Editor Version 5.00" which i don't know if it makes an improvement but it was only 1 line of code to do *Addon Integrator Supports [TOCOPYFILE] *Addon Integrator Supports [TOCOPYFOLDER] *Addon Integrator Supports [TODELETE] Since i have removed the takeownership step from the COPYFILE,COPYFOLDER,DELETE commands. I have added the three above which takes ownership first just incase you get any errors when testing your addon!