MSFN Forum: Quick Launch Classic 7 Tool 1.0.5 - MSFN Forum

Jump to content


Windows 7 forum rules

If you have questions about customizing Windows 7 that are vLite-specific, please post them in the vLite forum, not here. If you have questions regarding the unattended installation of Windows 7, please post them in the Unattended Windows 7/Server 2008 R2 section.
  • 11 Pages +
  • « First
  • 6
  • 7
  • 8
  • 9
  • 10
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Quick Launch Classic 7 Tool 1.0.5 Autoit - compiled + source.

#141 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,389
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 08 February 2011 - 05:57 AM

Thanks coucou! :)

I think Hebrew is write: right to left, No?

You can maybe try to set your language to Hebrew inside your computer and use Enumshell to see how it's writed in Hebrew language!

Hebrew Alphabet

You can also test with no value for Hebrew.

$title = ""

*Edit: maybe some help about Bi-directionnal text:

Bi-directional text

This post has been edited by myselfidem: 08 February 2011 - 06:09 AM



#142 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 825
  • Joined: 01-January 04

Posted 08 February 2011 - 06:58 AM

View Postmyselfidem, on 08 February 2011 - 05:57 AM, said:

Thanks coucou! :)

I think Hebrew is write: right to left, No?
OOOopppsss you're right.

Regarding my conputer, is already 3 languages handling (Eng, Fre and Heb. The above $title i got it with my computer Notepad.

I just noticed what i wrote here above "AutoIt stick at line 245" the script is 244 lines. :wacko:
Line 245 is a copy of the hebrew text
Anyway, AutoIt doesn't accept any exotic language.

I correct that (with Notepad), and relaunch the script this time It stick at Line 165
While 1
    Sleep(100) ; Line 165
    $QUICKLAUNCH = ControlGetPos("[CLASS:Shell_TrayWnd]", "", "[CLASS:ToolbarWindow32; TEXT:Quick Launch]")
    If Not @error Then ExitLoop
	WEnd


It could be because I didn't modifed yet the line 155 ($programs) to hebrew
Case $Lang = "he-IL"
   $title = "‏‏סרגל כלים חדש - בחר תיקיה"
   $programs = "[CLASS:MSTaskListWClass; TEXT:Running applications]"

Remind me please how to get that $programs title

Regards

This post has been edited by coucou: 08 February 2011 - 07:00 AM


#143 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,389
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 08 February 2011 - 07:11 AM

View Postcoucou, on 08 February 2011 - 06:58 AM, said:

It could be because I didn't modifed yet the line 155 ($programs) to hebrew
Case $Lang = "he-IL"
   $title = "‏‏סרגל כלים חדש - בחר תיקיה"
   $programs = "[CLASS:MSTaskListWClass; TEXT:Running applications]"

Remind me please how to get that $programs title

Regards


I think you can use EnumShell to know how is writed the text for $programs. TEXT:Running applications => with Hebrew language.

Quote


Shell window: HWND = 0x0001010A class = "Shell_TrayWnd" title = "" process = explorer.exe
class = "TrayNotifyWnd" title = "" HWND = 0x00010118 parent = 0x0001010A
class = "TrayClockWClass" title = "14:12" HWND = 0x0001011A parent = 0x00010118
class = "TrayShowDesktopButtonWClass" title = "" HWND = 0x0001011E parent = 0x00010118
class = "SysPager" title = "" HWND = 0x0001012C parent = 0x00010118
class = "ToolbarWindow32" title = "Zone de notification utilisateur promue" HWND = 0x0001012E parent = 0x0001012C
class = "ToolbarWindow32" title = "Zone de notification système promue" HWND = 0x00010132 parent = 0x00010118 noArea
class = "Button" title = "" HWND = 0x00010134 parent = 0x00010118 noArea
class = "ReBarWindow32" title = "" HWND = 0x00010142 parent = 0x0001010A
class = "CiceroUIWndFrame" title = "TF_FloatingLangBar_WndTitle" HWND = 0x00010162 parent = 0x00010142
class = "MSTaskSwWClass" title = "Applications en cours d’exécution" HWND = 0x00010150 parent = 0x00010142
class = "MSTaskListWClass" title = "Applications en cours d’exécution" HWND = 0x00010152 parent = 0x00010150

Shell process: explorer.exe

UmTbar: shell = 0x0001010A tbar = 0x00010150





*Edit: download

EnumShell

This post has been edited by myselfidem: 08 February 2011 - 07:41 AM


#144 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 825
  • Joined: 01-January 04

Posted 08 February 2011 - 08:03 AM

I ran EnumShell and i got the following
Shell window: HWND = 0x00010050 class = "Shell_TrayWnd" title = "" process = explorer.exe
class = "TrayNotifyWnd" title = "" HWND = 0x00010058 parent = 0x00010050
class = "TrayClockWClass" title = "3:33 PM" HWND = 0x0001005A parent = 0x00010058
class = "TrayShowDesktopButtonWClass" title = "" HWND = 0x0001005C parent = 0x00010058
class = "SysPager" title = "" HWND = 0x00010068 parent = 0x00010058
class = "ToolbarWindow32" title = "???? ?????? ????? ??-??? ??????" HWND = 0x0001006A parent = 0x00010068
class = "ToolbarWindow32" title = "???? ?????? ????? ??-??? ??????" HWND = 0x0001006E parent = 0x00010058 noArea
class = "Button" title = "" HWND = 0x00010070 parent = 0x00010058 noArea
class = "ReBarWindow32" title = "" HWND = 0x0001007E parent = 0x00010050
class = "CiceroUIWndFrame" title = "TF_FloatingLangBar_WndTitle" HWND = 0x0001009A parent = 0x0001007E
class = "MSTaskSwWClass" title = "??????? ??????" HWND = 0x00010086 parent = 0x0001007E
class = "MSTaskListWClass" title = "??????? ??????" HWND = 0x00010088 parent = 0x00010086

Shell process: explorer.exe
because my Windows is NOT a pure hebrew.
So, I ask a friend to run EnumShell from a pure Windows hebrew and got the here bellow text
Shell window: HWND = 0x00010054 class = "Shell_TrayWnd" title = "" process = explorer.exe
class = "TrayNotifyWnd" title = "" HWND = 0x0001005C parent = 0x00010054
class = "TrayClockWClass" title = "11:10" HWND = 0x0001005E parent = 0x0001005C
class = "TrayShowDesktopButtonWClass" title = "" HWND = 0x00010060 parent = 0x0001005C
class = "SysPager" title = "" HWND = 0x0001006C parent = 0x0001005C
class = "ToolbarWindow32" title = "אזור הודעות שקודם על-ידי המשתמש" HWND = 0x0001006E parent = 0x0001006C
class = "ToolbarWindow32" title = "אזור הודעות שקודם על-ידי המערכת" HWND = 0x00010072 parent = 0x0001005C noArea
class = "Button" title = "" HWND = 0x00010074 parent = 0x0001005C noArea
class = "ReBarWindow32" title = "" HWND = 0x00010082 parent = 0x00010054
class = "CiceroUIWndFrame" title = "TF_FloatingLangBar_WndTitle" HWND = 0x0001009C parent = 0x00010082
class = "MSTaskSwWClass" title = "יישומים פועלים" HWND = 0x0001008A parent = 0x00010082
class = "MSTaskListWClass" title = "יישומים פועלים" HWND = 0x0001008C parent = 0x0001008A

Shell process: explorer.exe


I correct the script to
   Case $Lang = "he-IL"
   $title = "‏‏סרגל כלים חדש - בחר תיקיה"
   $programs = "[CLASS:MSTaskListWClass; TEXT:יישומים פועלים]"

and relaunch the script... still It stick at Line 165. I think this time is because the write is right to left

#145 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,389
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 08 February 2011 - 10:51 AM

Maybe in this particular case it's needed to also add Hebrew language inside boot.wim 2.

This post has been edited by myselfidem: 08 February 2011 - 11:20 AM


#146 User is offline   wazer 

  • You gotta risk it to get the biscuits
  • PipPip
  • Group: Members
  • Posts: 227
  • Joined: 24-May 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 08 February 2011 - 12:18 PM

Okay this is odd, i just reformated my own machine, and i included qlc7 into it. It attached, just my documents to the toolbar and was hanging. Perhaps it needs manifest at first login?.

#147 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,389
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 08 February 2011 - 12:35 PM

@wazer

Have you tried with silent install or on your computer after the OS has been installed?

*Edit: You can change the script like this for silent install, I've made some changes:

Quote


;Switchless commands
If $CMDLINE[0] Then
For $i = 1 To $CMDLINE[0]
Switch $CMDLINE[$i]
Case '/?'
MsgBox(0x40000, 'Help', 'Switchless Commands: /GL /SI /AT /EX')
Exit
Case '/GL'
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced", "TaskbarGlomLevel", "REG_DWORD", "2")
Case '/SI'
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced", "TaskbarSmallIcons", "REG_DWORD", "1")
Case '/AT'
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer", "EnableAutoTray", "REG_DWORD", "0")
Case '/EX'
ProcessClose("explorer.exe")
EndSwitch
Next
EndIf

RegWrite("HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar", "ShowStatus", "REG_DWORD", "3")
RegWrite("HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer", "TaskbarNoPinnedList", "REG_DWORD", "1")




*Edit: Tested on my computer and with silent install without switchless commands! Works really fine!

7QuickLaunchClassic Version 1.05 Image

For testing:

7QuickLaunchClassic_V1.05.zip

This post has been edited by myselfidem: 09 February 2011 - 05:02 AM


#148 User is offline   wazer 

  • You gotta risk it to get the biscuits
  • PipPip
  • Group: Members
  • Posts: 227
  • Joined: 24-May 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 09 February 2011 - 08:02 AM

View Postmyselfidem, on 08 February 2011 - 12:35 PM, said:

@wazer

Have you tried with silent install or on your computer after the OS has been installed?

*Edit: You can change the script like this for silent install, I've made some changes:

Quote



;Switchless commands
If $CMDLINE[0] Then
For $i = 1 To $CMDLINE[0]
Switch $CMDLINE[$i]
Case '/?'
MsgBox(0x40000, 'Help', 'Switchless Commands: /GL /SI /AT /EX')
Exit
Case '/GL'
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced", "TaskbarGlomLevel", "REG_DWORD", "2")
Case '/SI'
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced", "TaskbarSmallIcons", "REG_DWORD", "1")
Case '/AT'
RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer", "EnableAutoTray", "REG_DWORD", "0")
Case '/EX'
ProcessClose("explorer.exe")
EndSwitch
Next
EndIf

RegWrite("HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar", "ShowStatus", "REG_DWORD", "3")
RegWrite("HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer", "TaskbarNoPinnedList", "REG_DWORD", "1")




*Edit: Tested on my computer and with silent install without switchless commands! Works really fine!

7QuickLaunchClassic Version 1.05 Image

For testing:

7QuickLaunchClassic_V1.05.zip


How can it be working, when your using the one with space after advanced in regwrite :). Didnt i tell you to delete all those old files :).


I think it has something todo with my image i made with rt7lite. I tryed to integrate my ati drivers, should they go for boot install ?, i tryed win install nothing got installed.

#149 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,389
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 09 February 2011 - 08:43 AM

View Postwazer, on 09 February 2011 - 08:02 AM, said:

How can it be working, when your using the one with space after advanced in regwrite :).


I think it has something todo with my image i made with rt7lite. I tryed to integrate my ati drivers, should they go for boot install ?, i tryed win install nothing got installed.


Tested and works fine! :)
The two regwrite are needed for silent install!
Which space you are talking about?

This post has been edited by myselfidem: 09 February 2011 - 08:44 AM


#150 User is offline   wazer 

  • You gotta risk it to get the biscuits
  • PipPip
  • Group: Members
  • Posts: 227
  • Joined: 24-May 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 09 February 2011 - 08:45 AM

View Postmyselfidem, on 09 February 2011 - 08:43 AM, said:

View Postwazer, on 09 February 2011 - 08:02 AM, said:

How can it be working, when your using the one with space after advanced in regwrite :).


I think it has something todo with my image i made with rt7lite. I tryed to integrate my ati drivers, should they go for boot install ?, i tryed win install nothing got installed.


Tested and works fine! :)
The two regwrite are needed for silent install!
Which space you are talking about?



HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ THERES A BIG GAP IN HERE Advanced

Thats the two gaps im taking about :)

#151 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,389
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 09 February 2011 - 09:33 AM

View Postwazer, on 09 February 2011 - 08:45 AM, said:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ THERES A BIG GAP IN HERE Advanced

Thats the two gaps im taking about :)

I'm really sorry about this problem with the editor inside posts!
It is not inside the au3 file. It's a problem with the forum and it's really annoying:
I've also write a post about that problem!

registry entries in posts need to be fixed

Why you don't check inside my file 7QuickLaunchClassic.au3 and you will see that there's no BIG GAP... and test it? :)
Thanks

*Edit: problem fixed about spaces inside registry reg files inside posts!

This post has been edited by myselfidem: 11 February 2011 - 05:35 AM


#152 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,389
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 10 February 2011 - 05:27 AM

View Postwazer, on 09 February 2011 - 08:02 AM, said:

I think it has something todo with my image i made with rt7lite. I tryed to integrate my ati drivers, should they go for boot install ?, i tryed win install nothing got installed.


With rt7lite or with others programs I install ATI full program (I've made an SFX file) with WPI, and all works fine! :rolleyes:

This post has been edited by myselfidem: 10 February 2011 - 05:31 AM


#153 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,389
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 10 February 2011 - 06:24 AM

View Postcoucou, on 08 February 2011 - 08:03 AM, said:

I ran EnumShell and i got the following
Shell window: HWND = 0x00010050 class = "Shell_TrayWnd" title = "" process = explorer.exe
class = "TrayNotifyWnd" title = "" HWND = 0x00010058 parent = 0x00010050
class = "TrayClockWClass" title = "3:33 PM" HWND = 0x0001005A parent = 0x00010058
class = "TrayShowDesktopButtonWClass" title = "" HWND = 0x0001005C parent = 0x00010058
class = "SysPager" title = "" HWND = 0x00010068 parent = 0x00010058
class = "ToolbarWindow32" title = "???? ?????? ????? ??-??? ??????" HWND = 0x0001006A parent = 0x00010068
class = "ToolbarWindow32" title = "???? ?????? ????? ??-??? ??????" HWND = 0x0001006E parent = 0x00010058 noArea
class = "Button" title = "" HWND = 0x00010070 parent = 0x00010058 noArea
class = "ReBarWindow32" title = "" HWND = 0x0001007E parent = 0x00010050
class = "CiceroUIWndFrame" title = "TF_FloatingLangBar_WndTitle" HWND = 0x0001009A parent = 0x0001007E
class = "MSTaskSwWClass" title = "??????? ??????" HWND = 0x00010086 parent = 0x0001007E
class = "MSTaskListWClass" title = "??????? ??????" HWND = 0x00010088 parent = 0x00010086

Shell process: explorer.exe
because my Windows is NOT a pure hebrew.
So, I ask a friend to run EnumShell from a pure Windows hebrew and got the here bellow text
Shell window: HWND = 0x00010054 class = "Shell_TrayWnd" title = "" process = explorer.exe
class = "TrayNotifyWnd" title = "" HWND = 0x0001005C parent = 0x00010054
class = "TrayClockWClass" title = "11:10" HWND = 0x0001005E parent = 0x0001005C
class = "TrayShowDesktopButtonWClass" title = "" HWND = 0x00010060 parent = 0x0001005C
class = "SysPager" title = "" HWND = 0x0001006C parent = 0x0001005C
class = "ToolbarWindow32" title = "אזור הודעות שקודם על-ידי המשתמש" HWND = 0x0001006E parent = 0x0001006C
class = "ToolbarWindow32" title = "אזור הודעות שקודם על-ידי המערכת" HWND = 0x00010072 parent = 0x0001005C noArea
class = "Button" title = "" HWND = 0x00010074 parent = 0x0001005C noArea
class = "ReBarWindow32" title = "" HWND = 0x00010082 parent = 0x00010054
class = "CiceroUIWndFrame" title = "TF_FloatingLangBar_WndTitle" HWND = 0x0001009C parent = 0x00010082
class = "MSTaskSwWClass" title = "יישומים פועלים" HWND = 0x0001008A parent = 0x00010082
class = "MSTaskListWClass" title = "יישומים פועלים" HWND = 0x0001008C parent = 0x0001008A

Shell process: explorer.exe


I correct the script to
   Case $Lang = "he-IL"
   $title = "‏‏סרגל כלים חדש - בחר תיקיה"
   $programs = "[CLASS:MSTaskListWClass; TEXT:יישומים פועלים]"

and relaunch the script... still It stick at Line 165. I think this time is because the write is right to left


Have you made the test with the computer of your friend with 7QuickLaunch after adding Case Lang = "he-IL" with pure Hebrew language Windows 7 version?

This post has been edited by myselfidem: 10 February 2011 - 06:29 AM


#154 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 825
  • Joined: 01-January 04

Posted 10 February 2011 - 11:04 AM

View Postmyselfidem, on 10 February 2011 - 05:27 AM, said:

View Postwazer, on 09 February 2011 - 08:02 AM, said:

I think it has something todo with my image i made with rt7lite. I tryed to integrate my ati drivers, should they go for boot install ?, i tryed win install nothing got installed.


With rt7lite or with others programs I install ATI full program (I've made an SFX file) with WPI, and all works fine! :rolleyes:

Hi wazer,
You may expand the drivers first then inject. Especially ATI and NVidea DriverPacks concerned.
More info
http://www.msfn.org/...post__p__884209
http://www.msfn.org/...06
http://forum.driverp...id=33596#p33596
DRVPREP

How to use DRVPREP!

Program will scan a root directory and search that and all subdirectories for any files ending
with an underscore ( _ ). It will expand the file while keeping the underscore character in the
filename extension thereby allowing DISM to process the files.

FIRST TIME USE: Double-click and program will ask for root directory where drivers are stored.
Directory given will be saved to ini file for future reference.

SUBSEQUENT USE: Double-click and program will read directory given at first time use.
You may delete the INI file (same folder as exe file) to start over again.

COMMAND LINE: You may call the exe from another app or batch file using the following format:
W7_DRVPREP.EXE "C:\MY FOLDER\MY DRIVER ROOT FOLDER" (must enclose in double quote!!)
Trailing backslash is not required.
The directory given WILL NOT BE SAVED to ini file.

Finally, this program will always run through without user interaction, even if errors are found.
All messages and message boxes will appear for 5 seconds and move on.

I used yhis method with success :thumbup

On the other hand, I've tested all Win7 integration tools and had a bad experience with RT7Lite. Since while I'm using 7Customizer. Although is the oldest tool, it is the must reliable tool for me.

#155 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 825
  • Joined: 01-January 04

Posted 10 February 2011 - 11:07 AM

View Postmyselfidem, on 10 February 2011 - 06:24 AM, said:

Have you made the test with the computer of your friend with 7QuickLaunch after adding Case Lang = "he-IL" with pure Hebrew language Windows 7 version?

No, I can't.
He lives far from me, and he is a basic windows user.

#156 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,389
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 10 February 2011 - 11:50 AM

View Postcoucou, on 10 February 2011 - 11:07 AM, said:

View Postmyselfidem, on 10 February 2011 - 06:24 AM, said:

Have you made the test with the computer of your friend with 7QuickLaunch after adding Case Lang = "he-IL" with pure Hebrew language Windows 7 version?

No, I can't.
He lives far from me, and he is a basic windows user.


Internet isn't World Wide Web for connecting people? :)

World Wide Web

#157 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 825
  • Joined: 01-January 04

Posted 10 February 2011 - 12:38 PM

View Postmyselfidem, on 10 February 2011 - 11:50 AM, said:

View Postcoucou, on 10 February 2011 - 11:07 AM, said:

View Postmyselfidem, on 10 February 2011 - 06:24 AM, said:

Have you made the test with the computer of your friend with 7QuickLaunch after adding Case Lang = "he-IL" with pure Hebrew language Windows 7 version?

No, I can't.
He lives far from me, and he is a basic windows user.


Internet isn't World Wide Web for connecting people? :)

World Wide Web

Sorry, NOT in this case ;)

#158 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,748
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 12 February 2011 - 08:23 AM

Wanted to add this in here for anyone have the problem
[FIX] Windows 7 Taskbar Resets to Default Settings If “Automatically Log On” Feature is Enabled - Tweaking with Vishal
http://www.askvg.com...ure-is-enabled/

#159 User is offline   myselfidem 

  • Member
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,389
  • Joined: 06-January 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 12 February 2011 - 11:31 AM

@maxXPsoft

Thanks for this info!

@wazer
Thanks to check if you want make some changes or keep the switcheless commands like you have wrote!

7QuickLaunchClassic_V1.05.zip

*Edit: post updated

This post has been edited by myselfidem: 13 February 2011 - 08:20 AM


#160 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,748
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 February 2011 - 07:32 AM

I don't think you needed to add that AutoAdminLogon. Only if someone get's the problem they need to be aware. They say it is rare

Share this topic:


  • 11 Pages +
  • « First
  • 6
  • 7
  • 8
  • 9
  • 10
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

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



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