Volumeid
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 15 articles for 0.000 sec
EWF USB RAM REG -> Wrong Volume Protected     

Group: microsoft.public.windowsxp.embedded · Group Profile · Search for Volumeid in microsoft.public.windowsxp.embedded
Author: Stefan Pflaume (XPe)
Date: Feb 7, 2008 07:30

...in the registry, but after "Rundll ewfdll.dll ConfigureEwf" this values changes back to 0/0/0/1. Is there a way to change the EWF to protect the USB Stick, even after adding a HD? Should I use VolumeID in the Registry, and how to find the ID of the USB Stick? The boot.ini is still pointing to 0/0/0/1! But I think this is the RAID?! Thank you for any tip! Kind ...
Show full article (0.75Kb)
Re: MSDN EWFAPI Sample Logic Error.     

Group: microsoft.public.windowsxp.embedded · Group Profile · Search for Volumeid in microsoft.public.windowsxp.embedded
Author: Sean Liming (eMVP)
Date: Apr 26, 2007 08:37

... wprintf(L"Protected Volume [%%u] : ID = ",ii); for (jj = 0; jj < EWF_VOLUME_ID_SIZE; jj++) { wprintf(L"%%02X", pVolDesc->VolumeID[jj]); } wprintf(L"Name = %%.*s Drive = %%c\n", EWF_MAX_DEVICE_NAME_LENGTH, pVolDesc->DeviceName, chDrive); } // End for each protected volume. ...
Show full article (6.98Kb)
Re: MSDN EWFAPI Sample Logic Error.     

Group: microsoft.public.windowsxp.embedded · Group Profile · Search for Volumeid in microsoft.public.windowsxp.embedded
Author: Andre R.
Date: Apr 26, 2007 04:54

... /*End error*/ wprintf(L"Protected Volume [%%u] : ID = ",ii); for (jj = 0; jj < EWF_VOLUME_ID_SIZE; jj++) { wprintf(L"%%02X", pVolDesc->VolumeID[jj]); } wprintf(L"Name = %%.*s Drive = %%c\n", EWF_MAX_DEVICE_NAME_LENGTH, pVolDesc->DeviceName, chDrive); } // End for each protected volume. wprintf(L"\n\n...
Show full article (5.30Kb)
Re: MSDN EWFAPI Sample Logic Error.     

Group: microsoft.public.windowsxp.embedded · Group Profile · Search for Volumeid in microsoft.public.windowsxp.embedded
Author: Andre R.
Date: Apr 26, 2007 04:52

...*/ wprintf(L"Protected Volume [%%u] : ID = ",ii); for (jj = 0; jj < EWF_VOLUME_ID_SIZE; jj++) { wprintf(L"%%02X", pVolDesc->VolumeID[jj]); } wprintf(L"Name = %%.*s Drive = %%c\n", EWF_MAX_DEVICE_NAME_LENGTH, pVolDesc->DeviceName, chDrive); } // End for each protected volume. wprintf(L"\n...
Show full article (6.38Kb)
Re: MSDN EWFAPI Sample Logic Error.     

Group: microsoft.public.windowsxp.embedded · Group Profile · Search for Volumeid in microsoft.public.windowsxp.embedded
Author: KM
Date: Apr 24, 2007 15:48

...} /*End error*/ wprintf(L"Protected Volume [%%u] : ID = ",ii); for (jj = 0; jj < EWF_VOLUME_ID_SIZE; jj++) { wprintf(L"%%02X", pVolDesc->VolumeID[jj]); } wprintf(L"Name = %%.*s Drive = %%c\n", EWF_MAX_DEVICE_NAME_LENGTH, pVolDesc->DeviceName, chDrive); } // End for each protected volume. wprintf(L"\n\n"); }...
Show full article (4.89Kb)
Re: MSDN EWFAPI Sample Logic Error.     

Group: microsoft.public.windowsxp.embedded · Group Profile · Search for Volumeid in microsoft.public.windowsxp.embedded
Author: Sean Liming (eMVP)
Date: Apr 24, 2007 15:21

... NULL; } /*End error*/ wprintf(L"Protected Volume [%%u] : ID = ",ii); for (jj = 0; jj < EWF_VOLUME_ID_SIZE; jj++) { wprintf(L"%%02X", pVolDesc->VolumeID[jj]); } wprintf(L"Name = %%.*s Drive = %%c\n", EWF_MAX_DEVICE_NAME_LENGTH, pVolDesc->DeviceName, chDrive); } // End for each protected volume. wprintf(L"\n\n"); } ...
Show full article (4.42Kb) · Show article thread
MSDN EWFAPI Sample Logic Error.     

Group: microsoft.public.windowsxp.embedded · Group Profile · Search for Volumeid in microsoft.public.windowsxp.embedded
Author: Andre R.
Date: Apr 24, 2007 09:10

...pEwfVolName = NULL; } /*End error*/ wprintf(L"Protected Volume [%%u] : ID = ",ii); for (jj = 0; jj < EWF_VOLUME_ID_SIZE; jj++) { wprintf(L"%%02X", pVolDesc->VolumeID[jj]); } wprintf(L"Name = %%.*s Drive = %%c\n", EWF_MAX_DEVICE_NAME_LENGTH, pVolDesc->DeviceName, chDrive); } // End for each protected volume. wprintf(L"\n\n"); }
Show full article (3.74Kb)
Re: Usare DEBUG sotto DELPHI     

Group: it.comp.lang.delphi · Group Profile · Search for Volumeid in it.comp.lang.delphi
Author: Matteo Taverna
Date: Dec 5, 2006 09:50

... windows blocca l'accesso al boot sector... Bisognerebbe scrivere un programmino che giri a livello inferiore e dargli il run prima del riavvio di windows.... Poi si autocancella.... Penso che VolumeID faccia la stessa cosa, vedi necessario riavvio per partizioni NTFS.... Oppure dare un boot da floppy ... ma è più macchinoso.... --- posted by geoForum on http://www.delphiedintorni.it...
Show full article (0.44Kb)
Re: Usare DEBUG sotto DELPHI     

Group: it.comp.lang.delphi · Group Profile · Search for Volumeid in it.comp.lang.delphi
Author: Andrea Laforgia
Date: Dec 4, 2006 07:58

...Veramente trattasi del numero seriale del "volume". Non è in realtà un "id", non identifica nulla, tanto è vero che è possibile cambiarlo. Il problema è che nascondere il .exe VolumeID nel programma significherebbe metterlo su un CD-ROM che verrebbe venduto ??? Stai cercando di modificare il numero di serie del volume di chi acquista il tuo software? -- questo articolo e` ...
Show full article (0.61Kb) · Show article thread
Re: Usare DEBUG sotto DELPHI     

Group: it.comp.lang.delphi · Group Profile · Search for Volumeid in it.comp.lang.delphi
Author: Matteo Taverna
Date: Dec 4, 2006 05:53

... Seriale con ID che effettivamente è il termine più appropriato. VOLUME ID è un ottimo programma, ma purtroppo non può essere distribuito. Il problema è che nascondere il .exe VolumeID nel programma significherebbe metterlo su un CD-ROM che verrebbe venduto (circa 50 copie). Se ci fosse un controllo sull'utility venduta qualcuno potrebbe accorgersene. Stavo cercando una soluzione ad-hoc ...
Show full article (0.52Kb) · Show article thread
1 · 2 · next