Jump to content

amit

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    India

Posts posted by amit

  1. Well, when a customer drops their PC off to be fixed, they usally don't give me the password. If your friend isnt big on security, you may try holding CTRL and ALT and pressing DEL twice. It will bring you to a logon prompt (like the one from 2000). Type Administrator as the Username and leave the password blank. It should log on...

    Try this before anything else..... It works for me most of the times...

  2. Are u aware of this function......

    LONG RegQueryInfoKey (

    HKEY hKey,

    LPWSTR lpClass,

    LPDWORD lpcbClass,

    LPDWORD lpReserved,

    LPDWORDlpcSubKeys,

    LPDWORD lpcbMaxSubKeyLen,

    LPDWORD lpcbMaxClassLen,

    LPDWORD lpcValues,

    LPDWORD lpcbMaxValueNameLen,

    LPDWORD lpcbMaxValueLen,

    LPDWORD lpcbSecurityDescriptor,

    PFILETIME lpftLastWriteTime );

    I want to know what is the use of the second parameter....

    It says it returns the class name....

    What is a class name...?

    As the function reads the registry...I must be able to see the value in the registry itself using regedit....

    Please help I am trying hard to figure this out

    Thanx

×
×
  • Create New...