MSFN Forum: Registry Tweaks Pt 3 - MSFN Forum

Jump to content



  • 16 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • This topic is locked

Registry Tweaks Pt 3 A fresh clean thread Rate Topic: ***** 3 Votes

#1 User is offline   glent 

  • Tpyo Spceialist
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,041
  • Joined: 16-August 04

Posted 03 June 2005 - 07:18 AM

As per the request of forum mod Allanol I have started this thread. Attachted is the most recent updated file. Please see this Link for the prevoius thread. as said by prathapml in last thread

Quote

It contains registry tweaks that you can use during your unattended installs. For the sake of having a new beginning, an attachment is here, containing most of the registry tweaks from Part1 (made and sorted by JohnnyDo). Copy/Paste whatever tweaks you want from it into your RegTweaks.reg. It was checked by many here, and found good. DO NOT USE THE ATTACHED FILE DIRECTLY - it is ONLY FOR REFERENCE. Use only the tweaks that you really need, and can understand.

It would be good for searching, if this thread had only registry tweaks that aren't already found in the ZIP file. Also, off-topic chit-chat being kept to a minimum would be nice. smile.gif

Please read the entire set of tweaks in this attachment, before submitting a new tweak. And use the [CODE]blocks for registry code.


Please note that prathapml has stated he will update the reg tweaks again when he has time.In the meantime please using the following file


Last update 10th October 2005 by Glent


Please do stay on topic and keep this thread clean, for easier viewing

Attached File(s)


This post has been edited by glent: 12 October 2005 - 04:10 AM



#2 User is offline   Stinger12348 

  • Junior
  • Pip
  • Group: Members
  • Posts: 78
  • Joined: 31-July 03

Posted 03 June 2005 - 07:21 AM

sweet! thanks.

#3 User is offline   Brando569 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 408
  • Joined: 28-April 04

Posted 03 June 2005 - 11:25 PM

does anyone know of a tweak for "user must change password at next logon"? i searched the file but couldnt find it...

#4 User is offline   war59312 

  • Will's Blog
  • PipPipPipPipPip
  • Group: Members
  • Posts: 922
  • Joined: 07-June 02

Posted 04 June 2005 - 06:14 PM

Only thing I see is:

http://www.microsoft.com/technet/scriptcen...s_usr_akke.mspx

Dont think its a registry setting. :}

#5 User is offline   Brando569 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 408
  • Joined: 28-April 04

Posted 04 June 2005 - 09:17 PM

close enough thanks :)

#6 User is offline   war59312 

  • Will's Blog
  • PipPipPipPipPip
  • Group: Members
  • Posts: 922
  • Joined: 07-June 02

Posted 05 June 2005 - 08:41 PM

Yeap, no problem.

Take Care,
Will

BTW can a mod edit the first post to include a link to Registry Tweakage .net post. ;)

Just a though. Think post new comers would find that very usefull.

#7 User is offline   Sgt_Strider 

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

Posted 06 June 2005 - 05:55 PM

Thanks for the link, but there is no information on there on how to remove the links and favourites folder in Internet Explorer. Does anyone here have the registry tweaks for that? Thanks.

#8 User is offline   mr.bo 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 24-March 05

Posted 07 June 2005 - 07:52 AM

Brando569, on Jun 4 2005, 12:25 AM, said:

does anyone know of a tweak for "user must change password at next logon"? i searched the file but couldnt find it...
<{POST_SNAPBACK}>


Make a batch file with these lines. :)

REM ----------------------------------------------------------------------------------------
REM ----- The Following line makes account passwords not expire after 14 days
REM ----------------------------------------------------------------------------------------

net accounts /maxpwage:unlimited

REM ----------------------------------------------------------------------------------------

#9 User is offline   Brando569 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 408
  • Joined: 28-April 04

  Posted 07 June 2005 - 03:18 PM

mr.bo, on Jun 7 2005, 08:52 AM, said:

Brando569, on Jun 4 2005, 12:25 AM, said:

does anyone know of a tweak for "user must change password at next logon"? i searched the file but couldnt find it...
<{POST_SNAPBACK}>


Make a batch file with these lines. :)

REM ----------------------------------------------------------------------------------------
REM ----- The Following line makes account passwords not expire after 14 days
REM ----------------------------------------------------------------------------------------

net accounts /maxpwage:unlimited

REM ----------------------------------------------------------------------------------------
<{POST_SNAPBACK}>


that just makes it so it doesnt expire at all, i guess i could set it to 1, but ill try the other script from the MS page first...

#10 User is offline   DmitryOlenin 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 10-May 05

Posted 08 June 2005 - 03:22 PM

How can I customise a size of my Quick Launch?

#11 User is offline   Marthax 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 572
  • Joined: 28-April 04

Posted 08 June 2005 - 06:05 PM

@Sgt Strider: Use this:

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]
"LinksFolderName"=""


A long with a batch file which executes this:
@ECHO OFF
IF EXIST %SYSTEMDRIVE%\SYSTEM32\CMDOW.EXE CMDOW @ /HID
IF EXIST "%USERPROFILE%\FAVORITES\LINKS" RD /S /Q "%USERPROFILE%\FAVORITES\LINKS"


If you want to remove the favorites folder then change it to favorites and you'll delete the links aswell.

Hope that helped!

Marthax

#12 User is offline   Marthax 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 572
  • Joined: 28-April 04

Posted 08 June 2005 - 06:09 PM

@DmitryOlenin :

I found this on a forum:

Quote

quick launch size right click quick launch bar when unlocked > View > Large Icons


Hope this helps,

Marthax

EDIT:

@Brando569: I guess that the thing that mr.bo was trying to say is that you are supposed to remove that line. That's why he uses "REM" all the way on every line.

This post has been edited by Marthax: 09 June 2005 - 11:40 AM


#13 User is offline   spiritpyre 

  • Grand Poobah
  • PipPip
  • Group: Members
  • Posts: 191
  • Joined: 28-April 05

Posted 09 June 2005 - 11:52 AM

DmitryOlenin, on Jun 8 2005, 05:22 PM, said:

How can I customise a size of my Quick Launch?
<{POST_SNAPBACK}>


go to "%systemdrive%\Documents and Settings\%owner%\Application Data\Microsoft\Internet Explorer\Quick Launch"

and add or delete shortcuts :P (batch file)

This post has been edited by spiritpyre: 09 June 2005 - 11:56 AM


#14 User is offline   war59312 

  • Will's Blog
  • PipPipPipPipPip
  • Group: Members
  • Posts: 922
  • Joined: 07-June 02

Posted 09 June 2005 - 02:13 PM

Sgt_Strider, on Jun 6 2005, 06:55 PM, said:

Thanks for the link, but there is no information on there on how to remove the links and favourites folder in Internet Explorer. Does anyone here have the registry tweaks for that? Thanks.
<{POST_SNAPBACK}>

Might want to use this too?

;Disable IE Links Bar
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Toolbars\Restrictions]
"NoLinksBar"=dword:00000001


#15 User is offline   DmitryOlenin 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 10-May 05

Posted 09 June 2005 - 03:26 PM

Marthax said:

quick launch size right click quick launch bar when unlocked > View > Large Icons

spiritpyre said:

go to "%systemdrive%\Documents and Settings\%owner%\Application Data\Microsoft\Internet Explorer\Quick Launch"
and add or delete shortcuts  (batch file)


Well, it's good.
I want to resize my Quick Launch bar with many shortcuts using registry tweak after Unattended Install.
Can you help me? :unsure:

#16 User is offline   Marthax 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 572
  • Joined: 28-April 04

Posted 09 June 2005 - 03:48 PM

Use regshot while performing it manually and you should discover something. At least, it's a start.

#17 User is offline   DmitryOlenin 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 10-May 05

Posted 09 June 2005 - 03:55 PM

Marthax said:

Use regshot while performing it manually and you should discover something. At least, it's a start.

I did it. I have reg-file after comparison. But it is no changes :(
Any other ideas?

#18 User is offline   Cartoonite 

  • Wonderland Wanderer
  • PipPipPip
  • Group: Members
  • Posts: 444
  • Joined: 09-December 04

Posted 09 June 2005 - 06:30 PM

DmitryOlenin, on Jun 8 2005, 04:22 PM, said:

How can I customise a size of my Quick Launch?
<{POST_SNAPBACK}>


This one has been done, please try to use the search function. I did a search for "Quick Launch" and got several threads answering this question, or a variation of it.

Here's a few links, hopefully they will help you out. I just don't feel up to explaining it...again. :no:

http://www.msfn.org/...showtopic=37292

http://www.msfn.org/...showtopic=39313

http://www.msfn.org/...?showtopic=8763

http://www.msfn.org/...showtopic=41238

#19 User is offline   DmitryOlenin 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 10-May 05

Posted 10 June 2005 - 01:38 PM

Cartoonite
Maybe I am a stupid, but I can't create QL of my dreams ;)

Cartoonite said:

For best results using this tweak, I suggest setting you Taskbar up the way you like and then exporting the following value from your registry:
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop]
"TaskbarWinXP"=


`Felix` said:

Ok simply set the icons in your quick launch bar the way you want them, and then do a complete restart of windows. [some of the settings will only be saved with a complete restart - not simply logging off]
Then after your restart open regedit and export the following keys
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop]
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2]


I got it all. But it's no results :( Help me please.

P.S.
Windows XP SP2 eng + Nlite + RyanVM's Update Pack + Drivers

#20 User is offline   Marthax 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 572
  • Joined: 28-April 04

Posted 10 June 2005 - 05:15 PM

I think you would get help much quicker if you would create a new topic on this particular subject and we are also currently disobeying glent's wishes about keeping this thread as clean as possible.

This post has been edited by Marthax: 10 June 2005 - 05:16 PM


Share this topic:


  • 16 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • This topic is locked

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