Prev: How to shut down a hard disc by code?
Next: DeleteTimerQueueTimer blocking when it should be non-blocking
From: Walter on 8 Dec 2009 04:28 Hi, 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?
From: Kerem Gümrükcü on 8 Dec 2009 07:36 Hi Walter, 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" <Walter(a)discussions.microsoft.com> schrieb im Newsbeitrag news:767CB9EC-6546-4E39-A91C-57EAA00C6FD1(a)microsoft.com... > Hi, > > 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? >
From: Walter on 14 Dec 2009 10:16 Hi Kerem, we also use the partitioning method (IOCTL) that your posting refers to (or at least it seems so, I cannot see any relevant differences). The problem (that an unwanted dialog is bothering the user) only exists since Windows 7 (and seems to be independent from the partitioning method one chooses). Have you actually tried it on Windows 7 to create an extended (!) partition and not seen the warning dialog? Regards "Kerem Gümrükcü" wrote: > Hi Walter, > > 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" <Walter(a)discussions.microsoft.com> schrieb im Newsbeitrag > news:767CB9EC-6546-4E39-A91C-57EAA00C6FD1(a)microsoft.com... > > Hi, > > > > 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? > > > . >
From: Merrow on 11 Jan 2010 05:59
On 14 Dez. 2009, 16:16, Walter <Wal...(a)discussions.microsoft.com> wrote: > Hi Kerem, > > we also use the partitioning method (IOCTL) that your posting refers to (or > at least it seems so, I cannot see any relevant differences). The problem > (that an unwanted dialog is bothering the user) only exists since Windows 7 > (and seems to be independent from the partitioning method one chooses). Have > you actually tried it on Windows 7 to create an extended (!) partition and > not seen the warning dialog? > > Regards > > "Kerem Gümrükcü" wrote: > > Hi Walter, > > > 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...(a)discussions.microsoft.com> schrieb im Newsbeitrag > >news:767CB9EC-6546-4E39-A91C-57EAA00C6FD1(a)microsoft.com... > > > Hi, > > > > 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? > > push |