Jump to content

Mand

Members
  • Posts

    43
  • Joined

  • Last visited

Everything posted by Mand

  1. You didnt understand what i mean, its supposed that a Scrollbar gets placed where content will get moved, > your scrollbar is overlaying the TOP Bar, this bar will NEVER move on scrolling > scrollbar needs to be <under> this, just like in my screenshot, can't you see the screenshot? Its just optics, ofc it works but it will look better if you place it right =) (like the screenshot i posted) Il post the screenshot again. Left side is edited.
  2. "IsolatedCommand"="cmd.exe /s /k pushd \"%V\"" Try to add this line extra this should start CMD Elevated with UAC enabled Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\CmdOpen Shell Extension] "MUIVerb"="Open Elevated &CMD Prompt Here" "Icon"="cmd.exe" "Position"="Top" [HKEY_LOCAL_MACHINE\Software\Classes\Directory\Background\shell\CmdOpen Shell Extension\command] @="cmd.exe /s /k pushd \"%V\"" "IsolatedCommand"="cmd.exe /s /k pushd \"%V\""
  3. Just a little addition to make this Entry even more 'faster' to use. And i tell you on Windows 7, tend to use No Default Value and instead MUIVerb="Open Elevated &CMD Prmpt Here", ofc you can just use the same on the default value, it basicly just lets you press C while in rightclick menu to open CMD, simple. No need to have it on top , this way you can open CMD with your keyboard only too, no need to use your mouse to open the rightclick menu, on all windows fullsize keyboards there is a Rightclick menu button. But.. does this CMD really open Elevated when UAC is enabled? don't you need IsolatedCommand entry for that to trigger UAC and allow CMD to open elevated? I dont have UAC enabled.
  4. Looking good Just.. weird bug.. nothing is mounted (i didnt mount anything yet!), so when i go into AIO Integrator or any other Tool that loads a Wim, it will tell me 'Would you like to save the Image?' and in the window is says 'Please Wait, Discarding...' And now that i see it, the Scrollbar on all Frames seems to be placed 'wrong', look at the picture, Left side is modified, right side is original. And you should make the Top 'Fixed size' cause it makes no sense to be able to change the witdh of 'Tool' 'Description', the Scrollbar is supposed to be only there where content moves, the top does NOT move on scrolling so its not supposed to be on there too(ofc this is no real bug, but i just figured it seems to be placed wrong on all your versions xD) Dunno if i should actually report a bug YET as this isnt really anything like 'beta'.
  5. For now W7T with the stated changes would be really good The only thing i don't like now is the Icon , but i can't make you something better, as im not familiar with such stuff - creating a proper icon ranging from 16x16 to 256x256, i can't do that :\ You could make the 'OS Tweaker' 'Extendable' W7T will write all the tweaks into a external file in the folder, XML type or something whatever, so you have the categories, and guess what! you can add NEW tweaks into this file and they will get loaded in w7t O_o, ppl can share their W7 Tweaks extensions or whatever... this should support 'Hints' for the Checkboxes, so ppl can add a description for the Tweak on hovering OS Tweaker needs to be Resizeable ofc, you should be able to ALSO add NEW tabs, not just use Existing Tabs to add stuff, etc etc. I have no idea if this is possible with vb net, how much of a hassle this is, but i gave you something
  6. Mh well, il post them here with Details .. This is obviously the Capslock to Backspace, Backspace to Capslock tweak, this needs a Restart on a Live machine. Its not doing anything else! Just these two switches, well ofc someone could just use a AHK script to make this change.. but works nativly too, so no need for a AHK script. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] "Scancode Map"=hex:00,00,00,00,00,00,00,00,04,00,00,00,21,e0,5c,e0,3a,00,0e,00,\ 0e,00,3a,00,00,00,00,00 Shortcut Suffix [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "link"=hex:00,00,00,00 Speedup Boot process (and i guess nobody needs these two tweaks to be Enabled) NOT bound to LUA deactivation. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "SynchronousMachineGroupPolicy"=dword:00000000 "SynchronousUserGroupPolicy"=dword:00000000 MSI Service for Minimal and Network Safeboot config. To Uninstall Programs with a MSI Uninstaller (most programs..) in Safe Mode [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\MSIServer] @="Service" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer] @="Service" Uh, Minidump Option [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl] "CrashDumpEnabled"=dword:00000003 Windows Error Reporting, Complete disabled. [HKEY_CURRENT_USER\Software\Microsoft\Windows\Windows Error Reporting] "DontSendAdditionalData"=dword:00000000 "DontShowUI"=dword:00000001 "Disabled"=dword:00000001[/s] [u][HKEY_CURRENT_USER\Software\Microsoft\Windows\Windows Error Reporting\Consent] "DefaultConsent"=dword:00000001[/u] [s][HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\WMR] "Disable"=dword:00000001 For 'Remove Shortcut Icon', Windows 7 does NOT provide ANY proper Icon to be used for this tweak, thats why you need a Proper 'blank' Icon file, which has all Resolutions! this is IMPORTANT. Else you will se a Black block on scaling, ofc i have such a icon. Works perfect. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons] "29"="%SystemRoot%\\resources\\blank.ico,0" This looks probably Differently from yours, maybe nearly exactly but im sure its missing 'Position' and maybe Extended, which i think is important, you dont always want to show Take Ownership o_O just on Extended menu. And this tweak is for Files only. on Directorys you need another entry at Directory\Shell, but thats obvious, but i would be good if you have Two different options for that, Cause: Ownership on Folders is EVIL for noobs, they take ownership of their Windows Folder or whatever.. oh gawd, [HKEY_CLASSES_ROOT\*\shell\TakeOwnership] @="Take Ownership" "Extended"="" "HasLUAShield"="" "NoWorkingDirectory"="" "Position"="Top" [HKEY_CLASSES_ROOT\*\shell\TakeOwnership\command] @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F" "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F" Different stuff here. Cosmetics for "Open command window here" ^^ [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\cmd] "Icon"="C:\\Windows\\System32\\cmd.exe,-0" Adds a new Cascading Menu to Desktop Menu and Window Background, named 'Windows' can be renamed or whatever, Manage = Computer Management, Services, All Tasks and Defrag, basicly 'main' stuff The "-" entry addes a new line in the Menu, Looks cleaner that way. (CommandFlags DWORD 8) ;Directory - Background[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows] "MUIVerb"="Windows" "SubCommands"="" "Icon"="C:\\Windows\\System32\\winver.exe,-0" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\-] "CommandFlags"=dword:00000008 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows\shell\1Manage] "MUIVerb"="@%systemroot%\\system32\\mycomput.dll,-400" "Icon"="mycomput.dll" "SuppressionPolicy"=dword:4000003c [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows\shell\1Manage\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,43,00,6f,00,\ 6d,00,70,00,4d,00,67,00,6d,00,74,00,4c,00,61,00,75,00,6e,00,63,00,68,00,65,\ 00,72,00,2e,00,65,00,78,00,65,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows\shell\2Services] "MUIVerb"="@%SystemRoot%\\system32\\shell32.dll,-22059" "SuppressionPolicy"=dword:4000003c "Icon"=hex(2):66,00,69,00,6c,00,65,00,6d,00,67,00,6d,00,74,00,2e,00,64,00,6c,\ 00,6c,00,00,00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows\shell\2Services\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,\ 63,00,2e,00,65,00,78,00,65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,\ 00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,\ 74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,\ 00,73,00,2e,00,6d,00,73,00,63,00,00,00[/s]
  7. So far i can't think of anything now maybe some Reg Tweaks added/modified, Shortcut Arrow, Shortcut Suffix, 'Better' Take Ownership, a unusual Reg Tweak Scancode change > Caps to Backspace, Backspace to Caps, im using this since years, you will never miss this useless capslock key, but love this easy to reach Backspace key. (and capslock doesnt vanish anyway, its now on Backspace key) Though im not sure how Windows handels the 'CurrentControlSet' exactly, as this Registry entry gets created after installation, but puting the stuff on ControlSet should work, as Windows will take the info from these entrys? Windows Error Reporting, MSI Service in Safe Mode (to be able to uninstall MSI crap while in safe mode.. Oo) Well ofc i have the registry tweaks for that, not some tool that does it.
  8. Mh but you should be able to know the progress, but you would have to change the way you 'read' the hidden window, instead of 1 of 1 it will show you 1 of 16 > progress > success > 2 of 16 > progress > success etc, so its basicly the same way you read it at the moment, just a tiny amount more logic. (or does it work differently(the way you read the CMD) so this wont work?) Well you dont have to change that way, but doesnt This huge amount of seperate windows (which nobody sees), slow it down?, well i guess you process them after each one, but doesnt this Load read exit load read exit slow it somehow down? load read................read exit. isnt faster? not even 1 second? if this doesnt take less time or eats less CPU power i really see no need to add it like that. I dont have MSN no ICQ either. The only Chat Program i got is for IRC.
  9. mh, don't tell me you are doing it wrong , you are not suppoed to Add several packages that way! You can use just one single Line, "dism /image:"C:\Mount" /Add-Package /PackagePath:"C:\Updates\update.cab" /PackagePath:"C:\Updates\update2.cab" < you do it like that for 'Single' Updates, if you want to add the Updates contained in a Folder, you just use /PackagePath:"C:\Updates\" Or is there a 255 char limit? And if you noticed in my Post, i tend to just write down some things and give my thoughts to it on the end.. (blubb) And as you can see I didnt really like the idea of 'Show cmd..' I think you also didnt understand "You could add two Entrys where it states 'Launch DISM' 'Launch Imagex' (ofc this should somehow open a CMD window that STAYS open) (well not sure... makes no sense really, thats why you have a GUI!)" You wrote something 'different' to it, or nothing?, though as you can see these options don't really make sense thats why there is a gui, but at least you would be ABLE to use the INTERNAL files.
  10. That would be awesome. Im not all to familar with Autoit, but i found a single function that would move and resize a window, WinMove(..) (works fine), but i wonder if you mean to actually 'check' for existing .exe and whatever, or if there is a better more advanced function or a way to get the PID of the process the script will launch, and use the PID! to know <what> to resize, cause what if i have more apps open with the same name, but i only want to Launched Process to be resized that way? Not sure if this is somehow possible with autoit (and if how much code it would be just to know WHAT to actually resize) @Legolash2o Great, didnt know that it actually displays as ULTIMATE, about the rename mh, might be better not sure^^ You could add two Entrys where it states 'Launch DISM' 'Launch Imagex' (ofc this should somehow open a CMD window that STAYS open) (well not sure... makes no sense really, thats why you have a GUI! ), Add a Checkbox @ Options to 'Always show DISM/IMAGEX Windows' (but i wonder if that even works proper) so you actually 'see' what W7Toolkit is doing^^, should be Deactivated by Default (this is more useful, cause you can see what w7toolkit does wrong or misses) But if you add a Log (w7toolkit.log), maybe also a Log Window that would be helpful too?, so you dont have to show these Tools, just the 'Log Window' wich ofc updates itself.. a Scrollbar too, not editable but Selectable) (This would be the better Solution) ( haha you want more requests, il give you more! )
  11. Looks better now Less weird. And hm, any real reason why there are some thing CAP's in W7T? Like the versions of Windows, or Window Title (FINAL) I think UPPERCASE doesnt make it better to read, just feels well weird, cause its not Windows 7 ULTIMATE, or Windows 7 STARTER, its Windows 7 Ultimate/Starter, i think this 'normal' Displaying looks better, at the same time it doesnt change anything the way you will see 'Ultimate' the readability is the same, while making it uppercase really makes no real sense? how about WINDOWS 7 "U" "L" "T" "I" "M" "A" "T" "E" (ofc not.) Well at least for me i would like it better to be stated the way its originaly meant, Ultimate, Starter, it also looks more serious... sort of. Well just how I feel about it, ofc that doesnt mean you HAVE TO change it =) but i would like you to, but thats your choice. About the program, but im not sure <why> there aint one, Autoit and Autohotkey provide such 'easy' one step functions that this shouldnt be a big problem, though i can do the Mov part myself, i can't do the Command line input in Autoit Heck its one single line/function for Moving/Resizing in Autoit :< Does NO one like to have a set of programs that start on one click and being perfectly organized? If you have a high res (well mine aint really 'high' its 1920x1080, but there are ppl with 4k resolutions) Edit: Does the Statusbar show anything useful? Option to Hide statusbar? Rename Tools in tabs to Programs? Feels a little weird to have a Tools Manager and 'Tools', or maybe rename Tools Manager to just 'Manager' ? Add Everything to it? (Alpha of it) (Fastest Search program for NTFS you will ever find) Filter function does not affect SoLoR Updates tab (well they are already sorted, but... why not let the Filter affect these entrys? if i only want to dispaly x64 cause x86 is completly irrelevant?)
  12. Now... look how my W7T looks.. :x, could be because of my custom theme (but its the same with default Aero :\), i can see the 'white' on the Toolbar on your screenshot too. Im using Windows 7 x64 with sp1 beta Edit:... yeah look at it! at this shiny post.. i forgot the Link http://dl.dropbox.com/u/5558845/Screenshots/Windows%207%20Toolkit%200.7.0.50%20FINAL.png more edit: I posted this in the Software section but.. haha nobody replys Im Searching for a tiny commandline tool that allows me to start Programs with a specific Window Size/Position something like "positioner.exe -x140 -y400 -s100x500 -fapptostart.exe" Heck if i would at least know some autoit this wouldnt be a big task, but what the.. i can't find <anything> that does that. Heck it doesnt have to do any hooking or whatever weird stuff, it basicly just has to Start the app and AFTER that resize/move it, i dont demand it that it actually STARTS the file in the given size/position
  13. So far so good, can't think of anything yet. New things might come up when you release the Alpha And ugh just one thing i don't really like^^, the custom font in the main window. oh.. a second thing , The Background on the toolbar and Bottom status bar doesnt integrate, it got a wrong color (well it fades from grey to white), also there is a 3? pixel wide white line ontop of the statusbar? Looks really weird :\
  14. Mh well would be nice if you could change the way all this works, or maybe you are already doing in your next version, I really dont like how it Auto-unmounts. Also a little cleanup in Tools Manager, you added a 'All in one integrator' well but this one basicly makes the 'extra' different tools obsolut, so remove them, Wim Tweaker etc whats now in AIO Integrator, which i like better than these 'extra' tools.
  15. http://forums.mydigitallife.info/threads/12145-HowTo-create-a-multi-language-Windows-7-DVD-installer I guess this one Explains it rather simple, Well my point is that you should be able to install Windows 7 with the added Language, which needs you to update lang.ini and do some copy paste
  16. Hello Im Searching for a tiny commandline tool that allows me to start Programs with a specific Window Size/Position something like "positioner.exe -x 140 -y 400 -s 100x500 -f apptostart.exe" Should allow several inputs not just for 1 program. I can't find anything anywhere, maybe im just searching wrong
  17. Would be great About the LP i meant without W7T, using the WAIK only is quite nasty to PROPERLY integrate a LP it's a few commands for proper integration Or doesn't your tool do anything expect /add-package You know what i always miss on such tools as yours? A real Log that tells you what the tool actually did (all the commands)
  18. Please add "dism /get-mountedwiminfo" function. Why? Well if you already mounted something, you will not be able to use that mounted wim in W7T, if you would check with /get-mountedwiminfo, you will get all the info you need to use the Mountpoint and WIM in W7T. Also i find it quite anoying that once you leave a Window started in Tools Manager, you will be back in the Main window instead of the Tools Manager, i hope you understand what i mean and i dont really understand why the Proper functions are Hidden in something called 'Tools Manager' while the main window is basicly really useless, Updates page ok. LP ok, 'Tools' ??, Driver Packs = nono Overall the gui could be a little less Clicky Hirachy, but its still nice though i really dont need the 'main window' at all, nothing there i need, well expect for Updates and maybe LP, LP is a little nasty to ingreate, Updates are easy to integrate with dism but yeah its a GUI
×
×
  • Create New...