Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
M

momer

@momer
About
Posts
148
Topics
85
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to disable USB Enhanced Host Controller by VC code?
    M momer

    Hi! Sir, You know that we can disable USB Enhanced Host Controller by hand.That is, right click my computer,select property,select hardware,click Device Manager, click General Serial Bus Controller,right click USB Enhanced Host Controller, select Disable,so,we disabled this device. Now my question is: how to disable USB Enhanced Host Controller by VC code? Couse i wanna my usb device run under usb1.1 but not usb2.0,so i have to disable USB Enhanced Host Controller in my vc code before attach my usb device to pc. Thanks for any help!

    All the blesses we enjoy are the fruits of labor,toil,study and self-denail.

    System Admin question hardware help tutorial lounge

  • How to disable USB Enhanced Host Controller by using VC++ code?
    M momer

    Hi! Sir, You know that we can disable USB Enhanced Host Controller by hand.That is, right click my computer,select property,select hardware,click Device Manager, click General Serial Bus Controller,right click USB Enhanced Host Controller, select Disable,so,we disabled this device. Now my question is: how to disable USB Enhanced Host Controller by VC code? Couse i wanna my usb device run under usb1.1 but not usb2.0,so i have to disable USB Enhanced Host Controller in my vc code before attach my usb device to pc. Thanks for any help!

    All the blesses we enjoy are the fruits of labor,toil,study and self-denail.

    C / C++ / MFC question c++ hardware help tutorial

  • A System Reboot Message [modified]
    M momer

    Dear Roath, Thank you very much! I have got much what i want from the article you send to me. And THE CODE PROJECT always give me much help and i should say thanks to THE CODE PROJECT website. momer

    All the blesses we enjoy are the fruits of labor,toil,study and self-denail.

    System Admin question

  • A System Reboot Message [modified]
    M momer

    Hi! The page cannot be displayed. So can you send that article to my email address:momer@126.com, Thanks! momer

    All the blesses we enjoy are the fruits of labor,toil,study and self-denail.

    System Admin question

  • System Settings Change Message [modified]
    M momer

    Hi!Sir, I am a firmware designer of usb mass storage device. But every time when attach my device to a new pc(to which my device ever not be attached),a system reboot message accur,but in fact i do not need to reboot my system and my device still work well. The title of the message is :"System Settings Change" The message says:"Windows2000 has finishedinstalling new device,You must restart your computer before the new settimgs will take effect,do you want to restart your computer now?" So my question is: Which settings of my system have been changed to let system need restart? Thanks for any answer! momer -- modified at 9:21 Tuesday 25th July, 2006

    Hardware & Devices question

  • A System Reboot Message [modified]
    M momer

    Hi!Sir, I am a firmware designer of usb mass storage device. But every time when attach my device to a new pc(to which my device ever not be attached),a system reboot message accur,but in fact i do not need to reboot my system and my device still work well. The title of the message is :"System Settings Change" The message says:"Windows2000 has finishedinstalling new device,You must restart your computer before the new settimgs will take effect,do you want to restart your computer now?" So my question is: Which settings of my system have been changed to let system need restart? Thanks for any answer! momer -- modified at 9:22 Tuesday 25th July, 2006

    System Admin question

  • Does any one know something about usbzip boot?
    M momer

    Sir, Do you know something about usbzip32 or usbzip63 boot? Such as mainboard setting and the file system(Fat16/Fat32) of my usb mass storage device? Does the disksize of usbzip32 boot device must less than 2GByte? And i like to discuss this topic with you by msn;player_game04@hotmail.com Thanks a lot! momer All the blesses we enjoy are the fruits of labor,toil,study and self-denail. All the blesses we enjoy are the fruits of labor,toil,study and self-denail.

    C / C++ / MFC css com question

  • Does any one know something about usbzip boot?
    M momer

    Sir, Do you know something about usbzip32 or usbzip63 boot? Such as mainboard setting and the file system(Fat16/Fat32) of my usb mass storage device? Does the disksize of usbzip32 boot device must less than 2GByte? And i like to discuss this topic with you by msn;player_game04@hotmail.com Thanks a lot! momer All the blesses we enjoy are the fruits of labor,toil,study and self-denail.

    System Admin css com question

  • About usb zip32 and zip63 boot?
    M momer

    Hi! Now i am making my usb mass storage device to be a usbzip32 or usbzip63 boot device. My question is: If there any relation between disksize(such as less or more than 2GByte)/disk file system (such as fat16 or fat32) and to successfully boot pc ? Thanks for any answer. Best Regards! momer All the blesses we enjoy are the fruits of labor,toil,study and self-denail.

    System Admin question css

  • How to know if a specified string is the current windows account password?
    M momer

    Hi!Alok, Thank you all. There is no need for me to steal other's password but just to let my user can change their windows password by using my program,which we call as USB Pc-Lock. Best Regards! momer All the blesses we enjoy are the fruits of labor,toil,study and self-denail.

    C / C++ / MFC tutorial question

  • How to know if a specified string is the current windows account password?
    M momer

    Sir, Now I waana write a program by which my user can change the current windows account password. So,at first I should check the string typed by my user to see if it's the correct current windows account password. And then write down the new password offered by my user to the correct place. But I do not know how to retrieve the current windows account password or how to check the specified string is just the current windows account password. Please show me the way! Best Regards! momer All the blesses we enjoy are the fruits of labor,toil,study and self-denail.

    C / C++ / MFC tutorial question

  • How to control pen-disk under DOS system?
    M momer

    Hi! All, I made my pen-disk as a system boot disk.And now I wanna comtrol my pen-disk under dos system,such send some private commands to my pen-disk. Do I need to write a new driver for dos system? If the dos system offer a couple of commands to support? Thanks! momer All the blesses we enjoy are the fruits of labor,toil,study and self-denail.

    System Admin tutorial question

  • How to get device configuration by using endpoint0?
    M momer

    Hi! Now I wanna get my pen disk's config infomation by using endpoint0. So,how to start or any sample code to show me the way? Thanks! All the blesses we enjoy are the fruits of labor,toil,study and self-denail.

    C / C++ / MFC tutorial question workspace

  • How to open a **.exe file in a wdm driver program?
    M momer

    "You have to create a process, map the exe into it and call its main function. At least that is what I am guessing at, god knows how you will do it in reality but you would be mimicing part of the OSs functionality. " Where should we create the process,in our driver program? Is it possible to create a process,which maybe an user mode app,in our kenel mode driver program? fat_boy,you know that we can create or open a data file stored on harddisk by using the kennel api ZwCreatefile,so,if we can open an exe file,such as C:\Program Files\Internet Explorer\IEXPLORE.EXE,by useing ZwCreatefile(maybe some other kernel api) in our driver program,then,the only problem is how to get the drive-lettle of the pen disk where the actual exe file stored. So,what about your apinion? Thank you very much! All the blesses we are enjoy are the fruits of labor,toil,study and self-denial.

    Hardware & Devices question json tutorial

  • Does kernel driver can invoke GetLogicalDriveStrings()?
    M momer

    GetLogicalDriveStrings() can be used to get system driver stirngs in user mode app,if it can be used in driver program to do the same thing? Thanks!

    C / C++ / MFC question

  • How to get drive lettle in driver program?
    M momer

    Hi! Maybe the kernel API ZwCreatefile() can open an exe file,but,in the driver program,how to get the drive-lettle of the pen disk where the exe file is stored? Cause the system may assign different drive-lettle for the pen disk each time the pen disk pluged in pc. Thanks! All the blesses we are enjoy are the fruits of labor,toil,study and self-denial. -- modified at 2:30 Monday 6th March, 2006

    Hardware & Devices json tutorial question

  • How to open a **.exe file in a wdm driver program?
    M momer

    Hi!,fat_boy^_^ Yes,I agree with you that it's a correct way to run a service on pc. But now I wanna have a try to realize it from the driver. Maybe the kernel API ZwCreatefile() can open an exe file,but,in the driver program,how to get the drive-lettle of the pen disk where the exe file is stored? Cause the system may assign different drive-lettle for the pen disk each time the pen disk pluged in pc. Can you give me some advice,fat_boy? Thanks! momer

    Hardware & Devices question json tutorial

  • sir,can you help me?
    M momer

    Hi! fat_boy, Thank you very much!I will have a try.

    Hardware & Devices question help

  • What kenel API does wdm driver use to open a exe file?
    M momer

    Hi! User model application use ShellExecute() to open a exe file,so what the relative kernel API driver use to open a exe file? Thanks! All the blesses we are enjoy are the fruits of labor,toil,study,and self-denial.

    Hardware & Devices json question

  • How to open a **.exe file in a wdm driver program?
    M momer

    How to open a **.exe file in a wdm driver program? Hi! I had copied a **.exe file in a pen disk,and I wish that everytime I attach this pen disk to pc the **.exe file can auto run. I know that system can auto run this **.exe file if I create a autorun.inf in the pen disk. But now I wanna my pen disk driver program can run this **.exe file instead of system. So my question is: If it has the possibility to create a user model process in a WDM driver program,that's to say,if the wdm driver can invoke a user model API? Thanks! momer All the blesses we are enjoy are the fruits of labor,toil,study and self-denial.

    Hardware & Devices question json tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups