How to create a bootable usb? with what tool? I find a tool called AOMEI PE builder, which bootable usb is based on Winpe, following is official turorial:
http://www.aomeitech.com/pebuilder/tutorials/make-a-bootable-usb-1004.html
easy,right?
How to create a bootable usb? with what tool? I find a tool called AOMEI PE builder, which bootable usb is based on Winpe, following is official turorial:
http://www.aomeitech.com/pebuilder/tutorials/make-a-bootable-usb-1004.html
easy,right?
Pure boot disk is good, winpe boot disk is better? I read this article
http://www.aomeitech.com/pebuilder/tutorials/windows-7-boot-disk-1004.html
What do you guys think?
If I attempt to unmount a volume, and then to mount right away with imdisk.exe another volume on the same device unit, I get a translated error that says that the file already exists.
By adding a small delay, the error disappears.
So, it seems that the dismount (or at least a part of it) is asynchronous.
Is there a way to make it synchronous? What is the easiest way to check that a device is completely dismounted?
When installing Windows, it always create both a page and hibernation file on my C drive on the SSD, both files appear there when logging into your user account for the first time. This is a problem for me, since my C is on an SSD, and Windows 7 creates a page file of around 16GB, to match the size of my RAM, and a hibernation file as well. I would like to prevent these hits to my SSD at all, even though they can be manually disabled/moved after they're created, this isn't optimal. Are there any commands/tweaks whch can prevent these files from being created at all?
Perhaps creating empty 0/1 byte page/hiber files (with Notepad) might work, then renaming them with a .sys extension? Or will Windows simply overwrite them?
Thanks!
The good guy that attempted to do something (for free) about CD/DVD emulation has announced that the whole project is going to die :
http://renosite.com/forum/viewtopic.php?f=7&t=12746
Those not aware about the nice thingy/ideas may want to read something about it here:
http://reboot.pro/topic/8944-boot-any-iso-image-or-boot-all-iso-images/
http://reboot.pro/topic/8944-boot-any-iso-image-or-boot-all-iso-images/?p=112851
@creno,
if you happen to pass by, consider this post as a friendly hug and a farewell
, hope to "see you " again on some new interesting project.
Wonko
I can't get it to work. It doesn't recognize that the drive is even there. It sees it inside of Windows just fine, but when I try to boot from the USB drive it jsut skips it and goes into Windows normally. Don't know if it's just me or what.
Hey guys, I'm wondering if there's some known way to set up an all-in-one vista, 7, 8 and 8.1 usb flash drive.
The catch is, I need it to be FAT32, support UEFI, and somehow be able to use the extracted files from ISO's rather than copying over the ISO's themselves.
Why? well, because unfortunately, the MSDN Windows 8.1 with Update 64-bit iso is over 4 gigs, and can't be put onto a FAT32 drive. But as far as I know, UEFI can only boot x64 windows 8 from FAT32.
Any insights to this would be greatly appreciated. The closest I've come so far is WinSetupFromUSB(which uses ISOs) and Easy2Boot(which also uses ISOs or PTN files)
TouchPico Projector: Turn Any Surface Into A Touch Screen
you need the pen it seems to interact with projected screen
A tiny handheld projector that turns any surface into a giant 80" interactive touchscreen.
https://www.indiegogo.com/projects/touchpico-turn-any-surface-into-a-touch-screen
http://techcrunch.com/video/touchpico-android-projector/518343781/
I have installed grub4dos on a USB stick.
How would one go about debugging Grub4dos?
There are at least a couple of options that I am trying (have not got them to work yet):
- QEMU + gdb in a linux environment
- Virtualbox + Vboxgdb (in Windows - see http://sysprogs.com/VBoxGDB/tutorial/)
Is there another more 'standard' way to debug the code?
I looked through this forum hoping to find a tutorial or example on this but no success yet.
/Newbie
Hello,
sorry for my bad English, I'm from Germany.
Does anyone use Symantec Ghost on Windows PE?
Which Version of WinPE?
Which Version of Ghost?
Why do you use Ghost?
Can you send a screenshot?
Thanks for help!
best regards,
kuemmel
Bonjour,
Windows10 en beta propose un adk avec winpe10 en beta ( comment appeler ce winpe ?)
J'utilise une iso de Windows10 Entreprise Insider Preview - build 10075 upgrade 10130 )
L'adk contient un winpe10 build 10075.
Ces différences de versions beta compliquent l'intégration dans winpe des drivers de MS qui ne sont pas fournis avec winpe. Il faut ajouter des fichiers build 10130 et les .cat associés. Il peut aussi y avoir des effets de bords avec des dll de versions différentes. Des points d'entrée dans les dll pourraient ne pas exister Mais le risque est faible.
L'idée est d'utiliser uniquement des scripts ( cmd ou ps1 ) mais pas de programme tout prêt : cela permet de comprendre ce que l'on fait. C'est long et parfois fastidieux mais enrichissant de le faire soi même au moins une fois.
L'outil de base : procmon ( 64 pour moi )
J'avais déjà bloqué sur le fameux menu "démarrer" de winpe4/5. Avec winpe10, c'est la même chose. J'ai lu dans le forum mfsn que l'intégration d'une carte wifi restait complexe dans winpe. J'ai donc voulu tenter l'aventure wifi avec winpe10. Et de fil en aiguille, j'ai pu constater qu'il est plus facile avec winpe10 d'obtenir un bureau confortable avec la barre de tâches. Et mettre d'épingler les programmes dans cette barre. Le ruban me donne le même résultat, une bande vide sous la barre de titre des fenêtres.
Je suis loin des méthodes de "pro" comme winbuilder mais quelques scripts sont peut être plus pédagogiques.
Ma méthode ( une parmi d'autres ) :
1 - disposer d'un Windows 10 entreprise ( actuellement build 10074/10130), de l'adk pour Windows 10 (actuellement build10075) et faire attention aux fichiers .cat des composants logiciels ajoutés.
2 - construire son winpe avec les paquets souhaités : un cmd qui monte le boot.wim, fait les ajouts des pilotes wifi( registre et fichiers ) pour le wifi principalement et démonte cette image.
3 - au démarrage de winpe, lancer un script powershell pour la personnalisation de winpe.
note : depuis que les pilotes s'installent sans erreur, je place les fichiers et les scripts sur une clé usb pour faire les modifications plus facilement sans refaire boot.wim.
Chaque carte ayant son pilote, je n'ai fait le test que sur une seule carte ( intel Centrino Wireless-n2200 )
Une image pour se rendre compte :
http://noel.blanc.free.fr/public/winpe10-wifi.bmp
Les scripts sont simples, rudimentaires et à adapter à votre besoin. Mais rien de vraiment compliqué.
Si vous êtes intéressés je peux les mettre en ligne.
Noël Blanc
Hello Gents,
I made a small freeware app that allows one to clone a drive (physical or logical) to/from another drive or image.
On top of that the tool can :
-save/restore the MBR or BS,
-delete the layout of the drive,
-wipe with 0's,
-create a raw image file,
-make a vmdk/vhd from a raw image file to boot your cloned disk in vmware,
-do various operations on the registry around booting,
-format any device to fat16/fat32/ntfs/exfat/udf (includig usb pen),
-read faulty devices (with bad sectors for instance),
-perform speed tests,
-edit the partition table, view the boot sector ,
-create a disk, create a partition,
-extend / shrink a volume.
Tool can be downloaded here or here
There are plenty of other tools (and possibly better) that can do the same.
What I was looking for was a GUI (no command line tool), merging several functionalities at once and free.
Feedback and requests welcome
Regards,
Erwan.
I am trying to send commands to the AIM driver by using the instructions here.
What I want is to remove a created device which has 000000 as ID.
Unfortunately, the call to DeviceIoControl fails (GetLastError returns 1 but I don't know if it's relevant).
I also would like to know how to determine the N value in \\.\ScsiN:. I tried with 0 or 1 and it fails in both cases.
Of course, the executable has the administrative privileges.
#include <windows.h> #include <stdio.h> #include <ntddscsi.h> #include "common.h" int wmain(int argc, TCHAR *argv[]) { HANDLE device; SRB_IMSCSI_REMOVE_DEVICE srb; DWORD dw; BOOL result; device = CreateFile(L"\\\\.\\Scsi0:", GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL); if (!device) { printf("CreateFile() failed.\n"); return 0; } srb.SrbIoControl.HeaderLength = sizeof(SRB_IO_CONTROL); memcpy(srb.SrbIoControl.Signature, FUNCTION_SIGNATURE, 8); srb.SrbIoControl.Timeout = 10; srb.SrbIoControl.ControlCode = SMP_IMSCSI_REMOVE_DEVICE; srb.SrbIoControl.Length = sizeof(SRB_IMSCSI_REMOVE_DEVICE) - sizeof(SRB_IO_CONTROL); srb.DeviceNumber.LongNumber = 0x000000; result = DeviceIoControl(device, IOCTL_SCSI_MINIPORT, &srb, sizeof srb, &srb, sizeof srb, &dw, NULL); if (!result) printf("DeviceIoControl() failed (error=%u)\n", (UINT)GetLastError()); return 0; }
Recently I have done a Compact install of Win10 Insider Preview last update to VHD's located on my internal HDD and on USB external HDD's using WinNTSetup 3.80RC3 and doing properly it works flawlessly see my post in that forum: http://www.msfn.org/board/topic/149612-winntsetup-v379-v38-rc3/page-50#entry1101479
This is Microsoft info about Compact mode: https://msdn.microsoft.com/en-us/library/windows/hardware/dn940129%28v=vs.85%29.aspx
This is the Win10 Pro X64 IP (Compact mode installed to VHD) when I open it using 7Zip v9.38Beta, it is a full install but all files and folders are compressed as you can see in the attachment, (NTFS is not compressed, just files and folders in it).
When you make Wimboot installs you need to have the install.wim in same disk (can be in another partition), because the install is only pointer files to the .wim, if you remove the .wim you can't boot this any more.
Well now in compact install you don't need the install.wim any more to boot the system (good for portable environments), my install to VHD in USB HDD is only 5.70 GB (before run it fist time) (31.32% smaller), and standard install to VHD is 8.3 GB
Hi,
playing arround with my bay trail netbook.
I like to boot win7 from a sdcard.
Problem is that i need to install a hdd-disk driver for the sd-card.
"SDA compliant SD Host Controller"
I still searching for a Version that works aout of the box with a bay trail chipset.
"refind" still helped me to start the bootsequence from the 2nd drive ... but it stopping during the bootsequence.
the usb-patch (for usb-sd-card boot) seems to be not working with baytrail ?!
Thanx.
André
Imdisk whether there is a command to detect the size of the memory or the size of the remaining memory.
Because I want to test the memory size in the batch, and then create a different size of memory disk based on this size.