Jump to content

Dreamer2003

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Posts posted by Dreamer2003

  1. http://www.msfn.org/board/Replace-Windows-...een-t97971.html

    The login animation is located in the file "authui.dll" in windows system32.

    But in order to edit it you have to clame ownership of the file...

    You can try it to get it the normal way ...or you can create a regfile that will appear in youre right mouse button "take ownership"

    That you can use all the time.

    In order to edit the "authui.dll" you make a copy of it.

    The copy you can edit, you can rename the original to "1authui.dll"

    Theloginanimation.jpg

    Naamloos.jpg

    You can edit the file with resource tuner.

    This is all good but you should be aware that you would be in breach of OEM guidelines if you do this in a commercial environment.

    The regfile...

    -----------------------------------------------------------------------------------------------------

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\*\shell\runas]

    @="Take Ownership"

    "NoWorkingDirectory"=""

    [HKEY_CLASSES_ROOT\*\shell\runas\command]

    @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

    "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

    [HKEY_CLASSES_ROOT\Directory\shell\runas]

    @="Take Ownership"

    "NoWorkingDirectory"=""

    [HKEY_CLASSES_ROOT\Directory\shell\runas\command]

    @="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"

    "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"

    -------------------------------------------------------------------------------------------------------------------------

  2. The login animation is located in the file "authui.dll" in windows system32.

    But in order to edit it you have to clame ownership of the file...

    You can try it to get it the normal way ...or you can create a regfile that will appear in youre right mouse button "take ownership"

    That you can use all the time.

    In order to edit the "authui.dll" you make a copy of it.

    The copy you can edit, you can rename the original to "1authui.dll"

    Theloginanimation.jpg

    You can edit the file with resource tuner.

    This is all good but you should be aware that you would be in breach of OEM guidelines if you do this in a commercial environment.

    The regfile...

    -----------------------------------------------------------------------------------------------------

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\*\shell\runas]

    @="Take Ownership"

    "NoWorkingDirectory"=""

    [HKEY_CLASSES_ROOT\*\shell\runas\command]

    @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

    "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

    [HKEY_CLASSES_ROOT\Directory\shell\runas]

    @="Take Ownership"

    "NoWorkingDirectory"=""

    [HKEY_CLASSES_ROOT\Directory\shell\runas\command]

    @="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"

    "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"

    -------------------------------------------------------------------------------------------------------------------------

  3. Question:

    I have 2 pc's with difrend boards and videocards.

    Is it posible to make a menu that gif's you the option to select the card/chipset type you need to install?

    ----->VIA/INTEL/SIS____NVIDIA/ATI.... and sound<-----

    So that I can use one cd/dvd for 2 pc's

    It must run after the selection in sillent mode again.

×
×
  • Create New...