Jump to content

GieltjE

Members
  • Posts

    37
  • Joined

  • Last visited

Posts posted by GieltjE

  1. The "Enable SSL" option does not check SSL v2.0, and also TLS should be enabled (all versions) as TLS has superseded SSL (see https://en.wikipedia..._Layer_Security). And should be replacing all SSL connections in the future.

    Checking one of these option merely means that the protocol is supported (by IE) and does not cause problems. (unchecking them does if a server doesn't support one of the other selected options, most servers support SSLv3 and TLS these days).

    Windows 7 stock checked are: SSL 3.0 and TLS 1.0 after "Enable SSL" only SSL 2.0 is checked.

    With only SSL 2.0 enabled you can't even log onto steam (and many other sites).....

  2. Enable SSL has a spelling mistake TSL --> TLS.

    And shouldn't TLS be enabled? It's more secure than ssl (also enable TLS 1.1 and 1.2). Without these enabled xfire, steam etc won't work correctly.

    I am still having problems copying files larger than 3.91GB to another smb drive (teracopy & windows copy both crash the OS).

  3. The tweak "show explorer status bar" doesn't work, after manually inserting:


    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
    "StatusBarOther"=dword:00000001

    It works though.

    "Show IE statusbar" needs an extra setting for internet explorer 9 to work (in addition to http://www.wincert.n...9072-statusbar/ ):


    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MINIE]
    "ShowStatusBar"=dword:00000001

    The "WIM Registry Editor" isn't resizable and doesn't show the bottom option (SAM): (v74)

    test.jpg

    It also says "W7T was not able to mount the wim file", when I load a hive, unload it and try to load another hive. (v74)

  4. Notepad:


    [HKEY_CURRENT_USER\Software\Microsoft\Notepad]
    "StatusBar"=dword:00000001

    Internet Explorer (seperate I guess)


    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main]
    "Show_StatusBar"="yes"
    "Show_URLinStatusBar"="yes"

    Windows Explorer:


    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
    "StatusBarOther"=dword:00000001

  5. I get a popup displaying some reg changes and a OK button when integrating an addon:


    ---------------------------
    ---------------------------
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\W7T]
    "Reapers .NET Framework 4"="%DVD%:\\Apps\\Reapers_Dot_Net_Framework_4\\Reapers_Dot_Net_Framework_4_AIO_x64.exe*"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
    "W7Toolkit"="W7TRunOnce.exe /autoclose /autostart"
    ---------------------------
    OK
    ---------------------------

    I guess this is just a debug message?

  6. It is almost the same as what he has now. The main differences would be naming and how it works. (Pictures included.) Instead of "Filename", it should be named "Command Line" to be run from the directory the files are put in. The "Custom Name" could be better explained or renamed to "Task Name" since the task (when installed) and directory are named what is put in that text box. The "Install Switch" content can be moved to the "Command Line" and should be instead made to either select the specific install files (somewhat more complex) or just the directory all of those install files are in (probably easier as it is similar to what is already there. The "Copy Folder Contents" option can be removed if the file/directory selection is implemented.

    Hopefully that clears things up a bit better. Here is an example of what the options would be

    Command Line: %Systemroot%\system32\wusa.exe Windows6.1-KB2533552-x64.msu /quiet /norestart

    Task Name: KB2533552

    Install Directory: G:\Win7\silent_installers\KB2533552

    The command line option could be done the same with inf files to be executed by rundll.

    I'm guessing i don't need to do anything for this request then?

    Detect KB2533552 and auto add it as a "silent install" would save a lot of people a headache I guess.

    Edit: I seem to be unable to integrate KB2559049 as well for some reaon.

  7. Can't be bothered with pictures lol, already done a few slight changes to W7T. Going to take a while to get used to this keyboard.

    I always use a external keyboard and mouse, never gotten used to a laptops controls.

  8. I found the registry part of the auto sound leveling (the annoying "service" that kicks back other applications like teamspeak/ventrillo when running some games).

    Original guide: http://www.sevenforums.com/tutorials/13210-system-sounds-auto-leveling-disable.html

    Registry:

    [HKEY_CURRENT_USER\Software\Microsoft\Multimedia\Audio]

    "UserDuckingPreference"=dword:00000003

    dword:00000000: Mute all other sounds

    dword:00000001: Reduce all other by 80%

    dword:00000002: Reduce all other by 50%

    dword:00000003: Do nothing

  9. is there anyway to integrate my own sets of updates instead of using SoLoR updates?

    As long as they are windows msu updates you can add them (except for KB2533552).

    (What's wrong with SoLoR? they got most of the patches).

  10. According to the information I have, update KB2533552 is not integratable into a Windows 7 source. Short of using something like "setupcomplete.cmd" to run the file, how does one run this as a silent installer in W7T?

    The way to run it is

    %windir%\system32\wusa.exe %CDROM%\apps\Windows6.1-KB2533552-x64.msu /quiet

    That is all well and good, yet you cannot do that in W7T without including the wusa.exe file. First, would that work? Second, if not, what other way can this update be added?

    This could be done by the Silent installs + SFX I guess.

    As for patches:

    • KB2023591
    • KB2495879
    • KB2521168

    How should we integrate these (cab files)?

  11. I've received lot's of error logs which i will start fixing when i get my new laptop.

    I'll have a look at those once i get my laptop, what is the filename of that language file? If it ends in .EXE you have to use EXE to CAB tool first.

    Then I forgot to run the cabtool first, my bad.

    Shouldn't the unattented creator use the following list for target keys?: http://www.winkeyfin...ta-def-keys.php (by the way, still can't enter an empty administrator password)

    Postscriptum: good luck with your hardware!

  12. Few things I noticed:

    - "Switch caplock and backspace keys" misses the s in Capslock.

    - Adjust visual styles doesn't appear to work

    - Couldn't install a language file, got the complaint it wasn't IE9

    Post-scriptum: how concerned should we be with package integration order? (SOLOR Updates say we should integrate LDR placeholders first).

  13. The latest version "All-in-One" doesn't lock the "Component removal" tab when it is running.

    Postscriptum: is it possible to (gu)estimate how much space each removal would provide? That way hopefully people won't go off and just remove everything and break everything that easily.

  14. Thanks, i'll add these when i can, when i start requests this will be the first thing i will do. Input locales are gonna be tough :D

    Guess they should be enumerable from some source on the image, haven't got a multi language disk here, but I'll try when I get back tomorrow.

    For a start:

    http://technet.microsoft.com/en-us/library/ff715564%28WS.10%29.aspx

    http://technet.microsoft.com/en-us/library/dd744369%28WS.10%29.aspx

×
×
  • Create New...