MSFN Forum: Is it possible to activate registry settings at different time of the - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Is it possible to activate registry settings at different time of the Rate Topic: -----

#1 User is offline   Sgt_Strider 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 529
  • Joined: 18-January 04

Posted 04 March 2007 - 06:20 PM

I notice some registry tweaks don't apply itself unless it's applied at different time of the install. For example, the registry tweak to disable the screensaver doesn't work when it's applied at that T-13 stage, but it works if I apply it once it gets to the desktop. Does HFSLIP have any way to apply registry tweaks at different stages of the install?


#2 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 04 March 2007 - 07:07 PM

HFGUIRUNONCE supports .REG files. They are executed after the Welcome screen, but before the desktop, Themes, etc. are set up. If the .REG file needs to be executed AFTER that, you're out of luck. Remember that if you import registry settings through HFGUIRUNONCE that require a reboot, you'll have to reboot before they take effect.

It just occured to me that I forgot to document the HFGUIRUNONCE folder on the HFSLIP site once it became final... Will be fixed, hehe... :)

#3 User is offline   Sgt_Strider 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 529
  • Joined: 18-January 04

Posted 05 March 2007 - 01:32 AM

View PostTomcat76, on Mar 4 2007, 05:07 PM, said:

HFGUIRUNONCE supports .REG files. They are executed after the Welcome screen, but before the desktop, Themes, etc. are set up. If the .REG file needs to be executed AFTER that, you're out of luck. Remember that if you import registry settings through HFGUIRUNONCE that require a reboot, you'll have to reboot before they take effect.

It just occured to me that I forgot to document the HFGUIRUNONCE folder on the HFSLIP site once it became final... Will be fixed, hehe... :)


So I just drop my registry tweak file into HFGUIRUNONCE then and also have a registry file in HFSVCPACK?

Will you consider adding a feature of automatically integrating a reboot?

#4 User is offline   S3pHiroTh 

  • Member
  • PipPip
  • Group: Members
  • Posts: 122
  • Joined: 04-September 06

Posted 05 March 2007 - 02:13 AM

View PostSgt_Strider, on Mar 5 2007, 08:32 AM, said:

View PostTomcat76, on Mar 4 2007, 05:07 PM, said:

HFGUIRUNONCE supports .REG files. They are executed after the Welcome screen, but before the desktop, Themes, etc. are set up. If the .REG file needs to be executed AFTER that, you're out of luck. Remember that if you import registry settings through HFGUIRUNONCE that require a reboot, you'll have to reboot before they take effect.

It just occured to me that I forgot to document the HFGUIRUNONCE folder on the HFSLIP site once it became final... Will be fixed, hehe... :)


So I just drop my registry tweak file into HFGUIRUNONCE then and also have a registry file in HFSVCPACK?

Will you consider adding a feature of automatically integrating a reboot?


If in that way doesn't work you can add your reg tweak at "Startup" directory. Simply you must create a cmd file in HFSVCPACK that copy another cmd file to "%AllUsersProfile%\Start Menu\Programs\Startup" and in this cmd file you write:
%SystemRoot%\REGEDIT.EXE /S "<position of your reg file>"


I use this technique for adding reg tweaks in later times. For examples at windows first run or at second reboot.

Ps. If you use this way, remember to delete the cmd file copied in %AllUsersProfile%\Start Menu\Programs\Startup

This post has been edited by S3pHiroTh: 05 March 2007 - 02:14 AM


#5 User is offline   Sgt_Strider 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 529
  • Joined: 18-January 04

Posted 05 March 2007 - 10:41 PM

View PostS3pHiroTh, on Mar 5 2007, 12:13 AM, said:

View PostSgt_Strider, on Mar 5 2007, 08:32 AM, said:

View PostTomcat76, on Mar 4 2007, 05:07 PM, said:

HFGUIRUNONCE supports .REG files. They are executed after the Welcome screen, but before the desktop, Themes, etc. are set up. If the .REG file needs to be executed AFTER that, you're out of luck. Remember that if you import registry settings through HFGUIRUNONCE that require a reboot, you'll have to reboot before they take effect.

It just occured to me that I forgot to document the HFGUIRUNONCE folder on the HFSLIP site once it became final... Will be fixed, hehe... :)


So I just drop my registry tweak file into HFGUIRUNONCE then and also have a registry file in HFSVCPACK?

Will you consider adding a feature of automatically integrating a reboot?


If in that way doesn't work you can add your reg tweak at "Startup" directory. Simply you must create a cmd file in HFSVCPACK that copy another cmd file to "%AllUsersProfile%\Start Menu\Programs\Startup" and in this cmd file you write:
%SystemRoot%\REGEDIT.EXE /S "<position of your reg file>"


I use this technique for adding reg tweaks in later times. For examples at windows first run or at second reboot.

Ps. If you use this way, remember to delete the cmd file copied in %AllUsersProfile%\Start Menu\Programs\Startup


Will the computer require a reboot if I apply the registry tweaks at the startup? Also can I delete that CMD file through cleanup.cmd file?

#6 User is offline   S3pHiroTh 

  • Member
  • PipPip
  • Group: Members
  • Posts: 122
  • Joined: 04-September 06

Posted 05 March 2007 - 11:37 PM

View PostSgt_Strider, on Mar 6 2007, 05:41 AM, said:

View PostS3pHiroTh, on Mar 5 2007, 12:13 AM, said:

View PostSgt_Strider, on Mar 5 2007, 08:32 AM, said:

View PostTomcat76, on Mar 4 2007, 05:07 PM, said:

HFGUIRUNONCE supports .REG files. They are executed after the Welcome screen, but before the desktop, Themes, etc. are set up. If the .REG file needs to be executed AFTER that, you're out of luck. Remember that if you import registry settings through HFGUIRUNONCE that require a reboot, you'll have to reboot before they take effect.

It just occured to me that I forgot to document the HFGUIRUNONCE folder on the HFSLIP site once it became final... Will be fixed, hehe... :)


So I just drop my registry tweak file into HFGUIRUNONCE then and also have a registry file in HFSVCPACK?

Will you consider adding a feature of automatically integrating a reboot?


If in that way doesn't work you can add your reg tweak at "Startup" directory. Simply you must create a cmd file in HFSVCPACK that copy another cmd file to "%AllUsersProfile%\Start Menu\Programs\Startup" and in this cmd file you write:
%SystemRoot%\REGEDIT.EXE /S "<position of your reg file>"


I use this technique for adding reg tweaks in later times. For examples at windows first run or at second reboot.

Ps. If you use this way, remember to delete the cmd file copied in %AllUsersProfile%\Start Menu\Programs\Startup


Will the computer require a reboot if I apply the registry tweaks at the startup? Also can I delete that CMD file through cleanup.cmd file?


Yes, some reg tweaks require reboots, and for delete the cmd file from %AllUsersProfile%\Start Menu\Programs\Startup, you can simply add as the last line of that cmd file this command:
DEL "%AllUsersProfile%\Start Menu\Programs\Startup\<name>.cmd" (replace "name" with your cmd file name)


That's all. One another thing, don't reboot with the command SHUTDOWN, because if the cmd file is too fast, can broke some configuration... is better to restart manually.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy