which is a Fix for Embedded and that includes minlogon in folder rep (use 7-zip to extract)

Posted 10 May 2012 - 11:55 AM
Posted 10 May 2012 - 01:01 PM
Did you notice the sentence in BOLD on that "FREE" download page?:There is a small FREE Microsoft Download which is a Fix for Embedded and that includes minlogon in folder rep (use 7-zip to extract)
YOU MAY NOT PROVIDE THIS UPDATE OR THE LOCATION (URL) OF THIS UPDATE TO ANY THIRD PARTIES.
Posted 10 May 2012 - 01:07 PM
Wow, I did NOT notice this sentence, allthough the letters are not small and even BOLDDid you notice the sentence in BOLD on that "FREE" download page?:
Posted 11 May 2012 - 09:42 AM
Well, it is nice how the word "free" has so many meanings, though in this case it's mainly in the eye of the beholder.But It is rather Unexpected that it might occur on such site for a FREE Download.
Posted 11 May 2012 - 12:43 PM
Italy is really very different from Germany.Now, if I left my hammers in plain sight in the back of my truck, most people will see a (non-existing) sign "FREE hammers, please take one." ph34r:
Posted 11 May 2012 - 01:19 PM
SureIn Germany neon signs are used, that can only be seen at night.
oder:Frei Hämmern
Kostenlos Hämmern
Posted 11 May 2012 - 06:25 PM
Posted 11 May 2012 - 06:34 PM
Yep'Freie Hämmer' would be Hämmer that are allowed to roam free. And we do not allow that anymore, just caused to much damage in the past.
I had hoped that German had a better distinction than English between "free as in freedom" and "free as in free beer", strangely enough Italian has it by using the Latin "gratis" (which is there in English also, but not used much):A sign for free beer on the other hand, would read eighter 'Kostenlose Biere' if in bottles or 'Freibier' if from a beer tap
Posted 11 May 2012 - 07:07 PM
Posted 12 May 2012 - 01:40 PM
Posted 12 May 2012 - 04:56 PM
But the noun being Geschenk in German. Geschenk has a root meaning business (Gesch).
Posted 12 May 2012 - 06:15 PM
Posted 12 May 2012 - 07:15 PM
Posted 12 May 2012 - 07:19 PM
Yeah, always! you are very welcome and I am willing to learn (it)(some of it).
May I improve your German knowledge a bit.
Yeah, forgot about the german prefixes apposed before anything!The fact that words start with the same characters, do not mean that they have the same "root"
"Geschenk" has the root "schenken", means giving for free
...
Same here, abt learning. Hehehe! Mmh, well at least I know what the word Forum means if I didn't know before!i had such are urge to correct some of his ideas.
Yeah, I guess there would be. Just me sort of trying to see where the two origins met, or'Gratis' is also known in the german language and is a synonym for 'kostenlos'.
Posted 12 May 2012 - 07:19 PM
Posted 12 May 2012 - 07:21 PM
Posted 12 May 2012 - 08:02 PM
Makes not much sence.KleineLieferwagenWerkzeugkoffereingesperrtHämmer[/spoiler]
Posted 12 May 2012 - 08:44 PM
Posted 13 May 2012 - 07:21 AM
Posted 13 May 2012 - 09:31 AM
They can also get it from any number of other sites for that matter.Those who wish to use minlogon.exe, can download it directly from Microsoft, as Wimb mentioned. That's it - end of discussion.
YOU MAY NOT PROVIDE THIS UPDATE OR THE LOCATION (URL) OF THIS UPDATE TO ANY THIRD PARTIES.
Posted 13 March 2013 - 11:39 AM
Looks like a board fault. the codebox is not recognized.
Peter
Posted 13 March 2013 - 12:38 PM
Looks like a board fault. the codebox is not recognized.
Peter
Sure, it's one of the nice gifts the demented IPB board developers (with the complicity of our resident programmer/Board Owner) delivered to us.
But it's not ONLY about the codebox, is that the CR+LF have been effectively turned into spaces.
It is not really "rocket science" however to convert 'em back.
We know (or should know) the Windows Regedit format.
Identifying a SPACE with it's hex character of 20 and doing the same for [ open bracket 5B, ] closing bracket 5D, " double quotes 22, and \ backslash 5C, and knowing that that in the Dos/windows word an end of line is made of CR+LF, i.e. 0D0A we might be able to see how:
205B->0D0A5B
5D20->5D0D0A
2220->220D0A
2022->0D0A22
5C20->5C0D0A
Actually applying these substitutions with a high tech tool such as Edxor is left as an exercise to the reader.
This might do:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\USB_SYSTEM\ControlSet001\Control\CriticalDeviceDatabase\PCI#CC_0C0300] "ClassGUID"="{36FC9E60-C465-11CF-8056-444553540000}" "Service"="usbuhci" [HKEY_LOCAL_MACHINE\USB_SYSTEM\ControlSet001\Control\CriticalDeviceDatabase\PCI#CC_0C0310] "ClassGUID"="{36FC9E60-C465-11CF-8056-444553540000}" "Service"="usbohci" [HKEY_LOCAL_MACHINE\USB_SYSTEM\ControlSet001\Control\CriticalDeviceDatabase\PCI#CC_0C0320] "ClassGUID"="{36FC9E60-C465-11CF-8056-444553540000}" "Service"="usbehci" [HKEY_LOCAL_MACHINE\USB_SYSTEM\ControlSet001\Control\CriticalDeviceDatabase\usb#class_08] "ClassGUID"="{36FC9E60-C465-11CF-8056-444553540000}" "Service"="USBSTOR" [HKEY_LOCAL_MACHINE\USB_SYSTEM\ControlSet001\Control\CriticalDeviceDatabase\USB#CLASS_09] "ClassGUID"="{36FC9E60-C465-11CF-8056-444553540000}" "Service"="usbhub" [HKEY_LOCAL_MACHINE\USB_SYSTEM\ControlSet001\Control\CriticalDeviceDatabase\USB#ROOT_HUB] "ClassGUID"="{36FC9E60-C465-11CF-8056-444553540000}" "Service"="usbhub" [HKEY_LOCAL_MACHINE\USB_SYSTEM\ControlSet001\Control\CriticalDeviceDatabase\USB#ROOT_HUB20] "ClassGUID"="{36FC9E60-C465-11CF-8056-444553540000}" "Service"="usbhub" [HKEY_LOCAL_MACHINE\USB_SYSTEM\ControlSet001\Services\usbhub] "DisplayName"="Microsoft USB Standard Hub Driver" "Group"="System Bus Extender" "ImagePath"=hex(2):5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\ 74,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,72,\ 00,69,00,76,00,65,00,72,00,73,00,5c,00,75,00,73,00,62,00,68,00,75,00,62,00,\ 2e,00,73,00,79,00,73,00,00,00 "ErrorControl"=dword:00000001 "Start"=dword:00000000 "Type"=dword:00000001 [HKEY_LOCAL_MACHINE\USB_SYSTEM\ControlSet001\Services\usbohci] "DisplayName"="Microsoft USB Open Host Controller Miniport Driver" "Group"="Boot Bus Extender" "ImagePath"=hex(2):5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\ 74,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,72,\ 00,69,00,76,00,65,00,72,00,73,00,5c,00,75,00,73,00,62,00,6f,00,68,00,63,00,\ 69,00,2e,00,73,00,79,00,73,00,00,00 "ErrorControl"=dword:00000001 "Start"=dword:00000000 "Type"=dword:00000001 [HKEY_LOCAL_MACHINE\USB_SYSTEM\ControlSet001\Services\usbuhci] "DisplayName"="Microsoft USB Universal Host Controller Miniport Driver" "Group"="Boot Bus Extender" "ImagePath"=hex(2):5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\ 74,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,72,\ 00,69,00,76,00,65,00,72,00,73,00,5c,00,75,00,73,00,62,00,75,00,68,00,63,00,\ 69,00,2e,00,73,00,79,00,73,00,00,00 "ErrorControl"=dword:00000001 "Start"=dword:00000000 "Type"=dword:00000001 [HKEY_LOCAL_MACHINE\USB_SYSTEM\ControlSet001\Services\usbehci] "DisplayName"="Microsoft USB 2.0 Enhanced Host Controller Miniport Driver" "Group"="Boot Bus Extender" "ImagePath"=hex(2):5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\ 74,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,72,\ 00,69,00,76,00,65,00,72,00,73,00,5c,00,75,00,73,00,62,00,65,00,68,00,63,00,\ 69,00,2e,00,73,00,79,00,73,00,00,00 "ErrorControl"=dword:00000001 "Start"=dword:00000000 "Type"=dword:00000001 [HKEY_LOCAL_MACHINE\USB_SYSTEM\ControlSet001\Services\usbstor] "Start"=dword:00000000 "Group"="SCSI miniport" "Type"=dword:00000001 "ErrorControl"=dword:00000001 "ImagePath"=hex(2):73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,44,00,\ 52,00,49,00,56,00,45,00,52,00,53,00,5c,00,55,00,53,00,42,00,53,00,54,00,4f,\ 00,52,00,2e,00,53,00,59,00,53,00,00,00
Wonko
Posted 13 March 2013 - 01:06 PM
humm, maybe as suggestion,
an installer for installing/extracting and sys'ing on a usb-stick for make a bootable /installed
usb-stick with XP
best
Blacky
Posted 03 April 2013 - 07:47 PM
Hi,
Can s-o post a reg for imdisk?
Thank you
0 members, 0 guests, 0 anonymous users