Everything posted by x86
-
BartPE to WinPE
Just to give you guys an update. Work has been really crazy around here, so i'm working on it when ever I get some free time. It's gonna take longer, but hey what can I say.
-
BartPE to WinPE
Yeah, strike that... If everyone give me features to add, Its just going to take even longer to get a first release.
-
BartPE to WinPE
Theres not really a due date set, but its only taken me a month to get from 0 to around 90% so i guess you could go off of that. If anyone has any feature requests, let me know.
-
BartPE to WinPE
I am basically making an tool to allow various types of plugins to work with winpe and bartpe, before and/or after the build process. Also this tool will allow you to build a custom winpe from your xp cd, basically like bartpe but better The tool also give you the option of what software to include from the xp cd. I'm about 90% done, i just have a few UI and registry things to add. I've already sucessfully used bartpe plugins with winpe, built a nearly full version of xp with nothing other than my tool and a xp cd, and built a mock of bartpe. If you have any questions, feel free to email.
-
USB Boot devices
You could make a nt boot flash and edit the boot.ini to boot from the cd-rom. or install grub on the flash and set it up to boot from cd-rom.
-
Internet Browser In PE
Do you prefer mozilla? If not, why not use ie?
-
PE build problem!
If you are using a xp cd from a cdrom make sure the drive path does not have a \.
-
Can Windows PE Help Me?
Just to make sure i didn't get a pre-release.. search your cd for ramdisk.sys. Yeah i guess this is a bit off topic
-
Can Windows PE Help Me?
uhm.. i disagree im sitting here with one right now... you just have to enable the ramdrive. although i dont know if they would say that it is "Undocumented".
-
Can Windows PE Help Me?
You can get a ramdrive in PE pretty easily... along with a ton of other programs and drivers.
-
BartPE to WinPE
Actually if you wait a little bit, ill be done with my other program that allows BartPE plugins to work with WinPE.
-
BartPE to WinPE
Sure, let me clean up the code first. btw its in vb, and i doubt you will need to change anything, because its basically a plugin tool for MS winpe.
-
BartPE to WinPE
Well I wrote a program to process other inf files and build the results into extra.inf and config.inf then when you go to build the structure and the hives, everything is perfect. Other than doing it that way, i suppose you could just add all that stuff into the extra.inf manually. But, as you said... It would be huge. As for pointing to external inf files, you can do that in config.inf for the hives.. but i dont know of a method for extra.inf
-
BartPE to WinPE
Take a look at mkimg.cmd, config.inf and extra.inf, if you need more info let me know.
-
help with regtweaks please
Try setting it to 2 instead of 1. To disable cd burning: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoCDBurning"=dword:00000001
- BartPE to WinPE
-
BartPE to WinPE
Does anyone know of a tool to convert BartPE INF files to a WinPE INF? Thanks
-
SendTo registry setting
yeah thats what i meant, i didnt mean manualy create a shortcut.
-
help with regtweaks please
2)show all hidden files and folders [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Hidden"=dword:00000001 4)remove the sound control from the taskbar [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\SysTray] "Services"=dword:0000001b 5)double clic on a folder opens explorer view in that folder [HKEY_CLASSES_ROOT\Folder\shell\open\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\ 65,00,20,00,2f,00,65,00,2c,00,2f,00,69,00,64,00,6c,00,69,00,73,00,74,00,2c,\ 00,25,00,49,00,2c,00,25,00,4c,00,00,00
-
SendTo registry setting
Just put a shortcut in the sendto directory.