When you create a logical partition inside an extended partition (e.g. using
diskpart) on Windows 7 the following german message box will be displayed,
which looks like::
„Sie müssen den Datenträger in Laufwerk E: formatieren, bevor Sie ihn
verwenden können. Möchten Sie ihn formatieren?“
Approx. Translation: "Sie müssen den Datenträger in Laufwerk E: formatieren,
bevor Sie ihn verwenden können." = "You must format the volume in drive E:
before you can use it"
"Möchten Sie ihn formatieren?" = "Do you want to format it?"
Questions: Is there a way to suppress this message box? Is there a method to
programmatically create a partition that does not pop up message boxes?
before i will explain everthing in detail, have
a look at this post on sysinternals and then
you can figure the rest out by reading regarding
information on MSDN and www:
http://forum.sysinternals.com/forum_posts.asp?TID=3029
Good Luck
Regards
Kerem
P.S: You need a elevated Token (a real Administrator!) on Vista
and upper to accomplish this, never forget that or you will get a
ACCESS_DENIED (5) on any call attempt for DeviceIoControl(...)
if you are NOT a Administrator!
--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Latest Project: http://www.pro-it-education.de/software/deviceremover
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"Walter" <Wal...@discussions.microsoft.com> schrieb im Newsbeitrag
news:767CB9EC-6546-4E39...@microsoft.com...
"Kerem Gümrükcü" wrote:
> .
>