Content Type
Profiles
Forums
Events
Everything posted by wazer
-
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
-
*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.
-
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?.
-
What are you talking about?. It was a Copy Paste error/glitch nothing else, . Dont worry.
-
I have uploaded the lastest. To mediafire and rapidshare plus attachment to the first post
-
aha you just added an xtra $qla right
-
Well then we have to find a better way disable or delete the extra ql bar before it continues!. ill search, help me out here. i have added the source code plus final in topic.
-
Tested the new quicklaunch7newest_edit.exe on my computer! Taskbar locked and Quick Launch already attached, with Langbar on the Taskbar or not....without swtiches: works fine! I need to try with silent install (but for me the dialog box is not usefull for silent install) Alrighty Try this file !. Without dialog, only 2 small popups at tray clock!. Thats it!. quicklaunch7 final.exe
-
Tested with the Taskbar Unlocked and the Quick Launch already attached: 2 new toolbars Quick Launch are created but only there names inside the Taskbar! I think the problem is when you use to close explorer.exe => two Quick Launch are created!! Test with only quick launch attached and locked taskbar. That should not end explorer. Test with this file. Added new file once again. This i implented 3 sleep(100) while doing actions. Also i implented reverting back your windows/tools that showed before running it. after everything is finished.
-
Okay, have you tested with unlocked taskbar? and even quick launch already attached?. What does that value do?, i never heard of it?, and why should it be implented back if i dont use?. BTW......... Am i missing something? if you can describe what you have made, in changelog format Quick Launch Classic 7 version 1.05 change log ================================ Legend: * = New feature + = Improved feature ! = Fixed bug ? = Other stuff 01. + Reduced mouse speed while performing action, should finally fix all those errors. 02. + Corrected the mouse to be more precisely now, when working with class/text field. 03. * Added international language support for all in one. USA, France, Netherlands, Denmark, Sweden, Norway, Germany. Your language not supported? mail: removed 04. * Added modification from following users at msfn.org, myselfidem, coucou. 05. * Added show dekstop action via mouse. This will fix programs running in the background that could lead to naggin Quick Launch Classic 7, while it was on duty. 06. * Added msgbox in start that to inform the user they should not touch anything, while its running. 07. * Added hotkey to exit the program if something went wrong. The key is F1. 08. * Added Quick Launch string check. 10. * Added switchless params for more info run Run "7quicklaunch.exe /?" I suggest for the full joy and effect of classic quicklaunch use following paramf. Usage run "7quicklaunch.exe /NOPIN /TGL /TSI /AUTOTRAY /LBS3 /EXPLORER" without the quotes!. /NOPIN Removes The pinned list on windows 7 taskbar. /TGL Makes Taskbar buttons = Never combine /TSI Makes Small icons on windows 7 taskbar. /AUTOTRAY Disable AUTOTRAY on windows 7 taskbar. /LBS3 Langbar is closed and will not be visible inside windows 7 taskbar. /EXPLORER Will end explorer and start it again with all options saved, This is usefull so you dont have to restart windows at all to take effect of changes
-
Yellowwww Thank you, i took your modification also and putted into the script thanks . Are you willing to test all the params and check with quick launch already attached to your taskbar and run it and your taskbar is unlocked aswell please test! I personal use all the switches and put them into an installer. i recommend SFXMaker. 7quicklaunch.exe /NOPIN /TGL /TSI /AUTOTRAY /LBS3 /EXPLORER If theres more reg values we should implent name it and ill add it and we can make this final soon i guess yayyy . GO GO GO.
-
I think i finally got it for all the problems we have with attached quick launch bar and so on. Iv have tested this many times now, i implented a check to see if quick launch folder was already there and if so then it should remove it, and continue where it left, This should fix all those "double" quicklaunch bars attached to the taskbar hopefully . This also applys for the taskbar if locked or not locked, it dosnt matter anymore with my new modification. Ill test some more and you will get it soon. Other things stepped down the how fast the mouse is moving around. corrected it to be more precisely when grabbing the different stuff with the mouse. added show desktop action via mouse so there should be nothing in background that could nag the tool while its running anymore. added msgbox in start that to inform the user they should not touch anything for the next 30seconds, the box closes it self after 10 seconds so they dont have to touch anything.... "Just like a warning dialog, for new users that want to try this tool out". added hotkey to exit the program if something went wrong. The key is F1 added params so people can decide wich reg imports they want to have, example below. Switchless params, Run "7quicklaunch.exe /?" without quotes to get information about params. example Usage 7quicklaunch.exe /NOPIN /TGL /TSI /AUTOTRAY /LBS3 /EXPLORER Info /NOPIN Removes The pinned list on windows 7 taskbar. /TGL Makes Taskbar buttons = Never combine /TSI Makes Small icons on windows 7 taskbar. /AUTOTRAY Disable AUTOTRAY on windows 7 taskbar. /LBS3 Langbar Showstatus value 3? - dont know what it does. /EXPLORER Will end explorer and start it again with all options saved, This is usefull so you dont have to restart windows at all to take effect of changes.
-
Yes i didnt know how to do it. But here it goes.. Put this on top of the script. ;Switchless commands If $CMDLINE[0] Then For $i = 1 To $CMDLINE[0] Switch $CMDLINE[$i] Case '/?' MsgBox(0x40000, 'Help', 'Switchless Commands: /NOPIN /TGL /TSI /AUTOTRAY') Exit Case '/NOPIN' RegWrite("HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer", "TaskbarNoPinnedList", "REG_DWORD", "1") Case '/TGL' RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced", "TaskbarGlomLevel", "REG_DWORD", "2") Case '/TSI' RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced", "TaskbarSmallIcons", "REG_DWORD", "1") Case '/AUTOTRAY' RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer", "EnableAutoTray", "REG_DWORD", "0") EndSwitch Next EndIf Then we can start add all those params so people can modified like they want.
-
Im adding param's to the exe, then people can decide what they want and not want, instead of one perm solution for all.
-
I did test with locked and unlocked, same thing .
-
Had some time to spare, i tryed both your modifications, both does not work here,i tested on pure english and danish version. Just gives documents attached to the taskbar.
-
I know you want to have this working for all, but start with only having on ql txt file, i can see your using alot of old ones i made previous . The one with \ advanced space . If you know what im talking about . ill look at your add on when i got the time, right now theres to much hazzle for me sorry.
-
Try to add your solutions to this newest one i have made. This one works for me and others even under unattended installation, it has to take this long before it works correctly. Iv added german support aswell, and cleaned up abit.
-
lol my selfidem you have so much time lol ..... try add this line and make it function with it, i dont have the time atm, It will check for the taskbarsizemove if its locked then it will remove lock and the script can continue else if already unlocked it continue this is what we need so everyone can run it without the need to remove lock first. Add this code to the top of the script $Taskbarsizemove = RegRead("HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced", "TaskbarSizeMove") If $Taskbarsizemove = 0 Then Do ProcessClose("explorer.exe") Until Not ProcessExists("explorer.exe") sleep ( 1000 ) RegWrite("HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced", "TaskbarSizeMove", "REG_DWORD", "1") sleep ( 1000 ) If Not ProcessWait("explorer.exe", 5) Then Run(@WindowsDir & "\explorer.exe") EndIf and remember to remove this REGWRITE("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","TaskbarSizeMove","REG_DWORD","0") in the script first
-
I just found out other people are claiming that they made this tool lol. And getting loads of credits for it. rofl.
-
Refreshing windows 7 toolbar/systray
wazer replied to wazer's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Sorry for spelling mistake should say taskbar not toolbar like in IE -
Hello has anyone succeded in refreshing the taskbar on windows 7. I know you can manipulate the explorer.exe and restart it, but thats not an option, people may loose loads of stuff when doing this fix on their computers. I need a legal and nice way to refresh explorer.exe or the taskar/systray. example. I wanna add this reg Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar] "ExtraIconsOnMinimized"=dword:00000000 "ShowStatus"=dword:00000003 [HKEY_CURRENT_USER\Software\Microsoft\CTF\MSUTB] "ShowDeskBand"=dword:00000000 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run] "ctfmon.exe"=- This will remove the language bar from the botton of the taskbar/systray, but you need to restart/logout of windows or do the dirty hack(killing explorer) before it applys to users.
-
ill look into the issues when i get home, in the mean while can one of you provide the correct streng for removing languagebar via reg? the hotkey method is not an option i think, to much hassle, The script.exe denied thing you have myselfidem, mayb it needs a manifest to get acces, ill look into that. Another thing i just saw one guy wrote that he didnt want to have small icons and such, well ill say bad luck to him for now this is the way it is!!. If i get the time, ill look into making a gui and then make some silent switches for.. No title - no txt - small/big icons. move to the left and so on. Tho if any will kindly help then and know how to code in VB, ill provide the source code to vb aswell. You said it needed .net 4 when installing on fresh installation?, Thats odd, i didnt have that problem when i tryed unattended install. I dont install net frame 4 under unattended. As said if any coders looking and wanna help, leave a message her, coucou and myselfidem, without you 2 guys ill never looked into the problem this tool had. I hope you continue to help and support with this tool so we can manage to get a proper version out that satishfieds all people that wanna use this tool. until im home have a good luck
-
Okay here it is. Finally working!. This does not care if locked or unlocked. Tested with danish and english version. and ofc theres support for all the oher languages i posted before in this thread. More to come !. Note this is VB and autoit cooked together. No ui, restarts explorer the good way. sit back let the app work for about 10-15 seconds and look the beautyness !. Remember if you already had attached quick launch remember to remove it !!!... After you have removed it lock taskbar, unlock taskbar again. Then it saves the taskbar information and the app will not give 2 quick launch folders. Note this is only for already classic quick launch users. For new users there shudnt be any problems !. Forgot to mention this version removes langs bar aswell !. There shudnt be any need to remove it manual first ! test it out !
-
Thanks for your report! Have you given a new name to the file 7QuickLaunch-INT.exe like 7QuickLaunch.exe? Have you an Windows 7 English version? Maybe a program is running on background when you try to install the 7Quick Launch? as he mention with the title and text you forgot to add it, i already added it. You left it out?. $toolbartext = "{down}{down}{down}{ENTER}" $toolbartitle = "{down}{down}{down}{down}{ENTER}" News is that im working on vb.net that will check if its locked or not. And then apply all changes without the need for reboot at all.