Jump to content

luluthefirst

Member
  • Posts

    71
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Posts posted by luluthefirst

  1. it's possible to force open csrss.exe? when i try to open csrss.exe it give me the message:

    The application "C:\WINDOWS\SYSTEM32\csrss.exe cannot be run in win32 mode
    it's same for smss.exe, ntoskrnl.exe and autochk.exe... it's possible to force run these applications??

    thank for help.

  2. what dll, with rundll32.exe, i call for show the "Shut Down Windows" Dialog ?

    I've already performed similar search and found no such function. But there are alternatives:

    * rundll32.exe shell32.dll,SHExitWindowsEx n

    where n is one, or a combination of, the following numbers:

    * 0 - LOGOFF

    * 1 - SHUTDOWN

    * 2 - REBOOT

    * 4 - FORCE

    * 8 - POWEROFF

    This shutdowns Windows without calling dialogs (you may write your own Shutdown dialog with these function, more info here http://support.microsoft.com/kb/234216

    Or you may use VBScript to open Shutdown dialog (Windows Scripting Host required).

    Dim objShell
    set objShell = CreateObject("Shell.Application")
    objShell.ShutdownWindows
    set objShell = nothing

    (create *.vbs file with this content and run it to show dialog)

    i'm making the Windows Logon of XP with VB6 but i need to create a binary file that load the password of the user, example, if, "test" is a good user, then no message error, but for the password, it load into a binary file, and i need that :whistle:

    P.S: For load direct the winlogon.exe, i put on HKLM\Software\Microsoft\Windows\CurrentVersion\RunServices

    then it will load before the desktop

  3. I suggest RP9 to give such warning by displaying an icon at the system tray.
    That's nice suggestion.

    Maybe just an exclamation (!) icon with tooltip text of "System appears unstable". Click it to display the Kernel Task Manager. Right click to display a shortcut menu with options to "Close all applications", "Reboot" and "Shutdown"

    Is it possible to combine the "task list" and "uptime / resource percentage lamps" into same page? (i.e. everything in 1 page)
    Also nice, but i don't imagine a good mockup.

    Please see my mockup:

    mockup.png

    How do you edit the taskmanager of Windows 98 SE? :(

  4. Fixed by uninstalling Revolution Pack 7 :thumbup

    Another problem: Impossible to open the start menu and impossible to open my computer :(

    And another: impossible to install Revolution Pack 9, it say it's impossible to install it up the old version of Revolution Pack :(

    i'm getting tired with this, cannot install Revolution Pack 9, the 7 suck, im tired...

  5. i downloaded the shell32.dll fix and now cannot start explorer.exe, i'm on Windows 98 SE system, i try to replacing the shell32.dll with the CD of Windows 98 SE but is without success, still the same problem the general module page fault on shell32.dll is 0167:7fcb3fcd. i downloaded it on Win9x4ever.online.fr, and impossible to reinstall Windows 98 SE, it say i need the CD upgrade installation, and some time when i download a patch, i get a BSoD at start, and then need to reinstall Windows 98 SE, and now, impossible to reinstall it, anyone get that? How to fix it?

    Thank.

  6. hi! i am a new member, i downloaded your cool menu, i maked the iso, i run the iso with virtual pc, i click in a menu and i got a error :(

    File not found, press any key to continue...

    i changed the color of the menu (256colors(8bits)) and it's worked!!!! i don't know why the color 64K (16bits) don't work... i need a tutorial for easyboot! thank very much!!!

×
×
  • Create New...