Jump to content

Mike_Wilson

Member
  • Posts

    142
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by Mike_Wilson

  1. Users could share profiles, but with new updates its hard to keep the old profiles working with the new updates due to the amount of changes :). I might release some profiles which have recommended disabling of services and other stuff but most is personal preference.

    I will look into the hovering and stuff, its alot of work for me to code into the program tho, i might write it all up on my website and then link it.

  2. well basicly, understanding whats going on in the tweak is pretty straight forward. The tweak looks at each key and you see the:

    "NeverShowExt"=-

    string value being set to -, when =- is set it means that the string is going to be deleted just like [-HKCU etc is for a key. So to get it back all you need to do is add a string named "NeverShowExt" like so:

    ; Hide Extended File Extensions (.lnk/.url etc.)
    [HKEY_CLASSES_ROOT\lnkfile]
    "NeverShowExt"=""
    [HKEY_CLASSES_ROOT\InternetShortcut]
    "NeverShowExt"=""
    [HKEY_CLASSES_ROOT\ShellScrap]
    "NeverShowExt"=""
    [HKEY_CLASSES_ROOT\DocShortcut]
    "NeverShowExt"=""
    [HKEY_CLASSES_ROOT\piffile]
    "NeverShowExt"=""
    [HKEY_CLASSES_ROOT\SHCmdFile]
    "NeverShowExt"=""

    The above code re-adds the string value "NeverShowExt" and sets its default value to blank and this should hide the extensions.

    I have attached a reg file so you just have to execute it. Tell me if it works or not.

    hideextendedextensions.reg

  3. yes you can save an .INF in the same way you can save a .REG. It isnt in the same very confusing format that you have specified in your attachment but it works very well and my friends and myself havent come across any problems.

    New file is attached with small bug fixes which have being brought up, more info on first page.

  4. This is the only way I know how to stop XP re-creating them

    - Open your My Documents folder.

    - Assuming it's empty, delete the My Pictures folder.

    - Right-click in an empty area in My Documents, select New, and then Text Document.

    - Rename the new New Text Document.txt file to My Pictures (without a filename extension).

    Note: if you don't see the .txt filename extension here, go to Tools -> Folder Options -> View tab, and turn off the Hide extensions for known file types option.

    - Right-click your new My Pictures file, select Properties, and turn on the Read-only and Hidden options. Click OK when you're done.

    This is abit of a cheating way but it works and stops programs re-creating the folders when they want them.

  5. UNATTENDED REGISTRY TWEAKAGE DOTNET

    v0.4 BETA RELEASED

    Versions To Date:

    v0.1 beta

    v0.2 beta

    v0.3 beta

    Latest Version:

    v0.4 beta

    What Is It? Does It Do?

    RT.Net contains lots of registry tweaks. The GUI is checkbox/textbox based with 18 sections of tweaks to browse through. When you have selected all the tweaks you want you can click the compile button and they will be compiled onto the screen for you to view. There is also an option after you have compiled to save the file to your drive. In the new versions you have the option to save your selections so you dont have to start from scratch all the time. It is also a standalone .exe file and doesnt require installation.

    Changes In 0.4

    . If an invalid file is loaded, error is shown and program is reset.

    . Re-worded tweaks and code so they are more relevant to there purpose.

    . Textfields restore to default if edited and blank.

    . Sorted tweaks into more organized sections.

    . Re-coded Services section.

    . Updated check buttons to toggle.

    . Updated GUI.

    . Catagorised Header, now displayed automatically if a tweak from that section is selected.

    . Clear all settings to start a NEW profile feature added.

    . Removed un-needed entries (Keys which are created automatically).

    . Removed Tweaks which cause harm or do not work correctly.

    . Fixed some Tweaks.

    Changes In 0.5 beta

    ?

    Fixed minor bugs 26/06/05:

    - Multimedia - HKCU button not selecting a tweak.

    - Context Menus - HKLM button not selecting anything.

    - Media Player - HKLM button not selecting a HKLM tweak.

    As always if you find any errors or problems with the current version or have any feedback please leave it.

    Download Below

    UARegistryTweakageDOTNET0.4.1.rar

  6. ;-----  Custom Visual Settings
    ;-----
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects]
    "VisualFXSetting"=dword:00000003
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\AnimateMinMax]
    "DefaultApplied"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ComboBoxAnimation]
    "DefaultApplied"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\CursorShadow]
    "DefaultApplied"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DragFullWindows]
    "DefaultApplied"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DropShadow]
    "DefaultValue"=dword:00000001
    "DefaultApplied"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\FontSmoothing]
    "DefaultValue"=dword:00000001
    "DefaultApplied"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListBoxSmoothScrolling]
    "DefaultApplied"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewAlphaSelect]
    "DefaultValue"=dword:00000001
    "DefaultApplied"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewShadow]
    "DefaultValue"=dword:00000001
    "DefaultApplied"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewWatermark]
    "DefaultValue"=dword:00000001
    "DefaultApplied"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\MenuAnimation]
    "DefaultValue"=dword:00000001
    "DefaultApplied"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\SelectionFade]
    "DefaultValue"=dword:00000001
    "DefaultApplied"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TaskbarAnimations]
    "DefaultValue"=dword:00000001
    "DefaultApplied"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TooltipAnimation]
    "DefaultValue"=dword:00000001
    "DefaultApplied"=dword:00000001
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\WebView]
    "DefaultApplied"=dword:00000001

    These are not working and p***ing me off. I want to add them to Registry Tweakage but they just do nothin.

  7. Just built my new system:

    AMD 64 3200+

    1gig geil ddr 400

    ati radeon x850xt pci-e

    I ran some 3d marks on it to test it out:

    01 se : 22385

    03: 11738

    05: 5781

    I have no idea if these scores are good for my system or bad, I have ran games such as cs:source. I thought I would get 100fps pretty much constant but it goes from 100 down to 60 etc :huh: I dont know if its me expecting too much or ?. Is there anything I can use to really test it to see if its performing to its max

    Should I turn off vsync in the ati options or is there any bios stuff I need to set for my card?

    thx

    Mike

  8. I have read some of the "best" threads above.

    I have being using NIS, but this seems to slow the computer down on booting up and also on other things (seems that way). I need a firewall that blocks everything going out unless I allow it and a decent anti-virus. Any recommendations please.

  9. emm looks weird er well, this might not be the best but ill give it a try

    runall.bat

    I would change the:

    ".\$1\install\Desktop\runall.bat" line 
    to
    "runall.bat"

    and put it in the $OEM$ folder along with your RunOnceEx.cmd and CMDLINES.txt (I presume you have RunOnceEx.cmd in the $OEM$ folder since that works)

    -

    Your runall.bat file itself is not very efficient, it calls on directory drives and not variables. You could remove the copying of them files (below) in the runall.bat and put the files in $OEM$\$$ which would place them on the drive in the Windows folder.

    copy deployments.exe c:\windows\
    copy yogi.ico c:\windows\
    copy wfc.ico c:\windows\

    For your desktop shortcuts you could use this program:

    Shortcut.exe

    It is a command line utility which can use variables and create shortcuts. IF YOU USE THIS PUT shorcut.exe in $OEM$\$$ folder so its copied to Windows folder.

    Example of .cmd code:
    shortcut.exe /F:"%ALLUSERSPROFILE%\Desktop\<name>.lnk" /A:C /T:"%systemdrive%\Program Files\Program\program.exe"

    -

    You also have

    regedit /s deployments.reg

    regedit /s homepage.reg

    I dont know where you have copied these to on install but I would put them in $OEM$\$1\Install then change the lines to

    REGEDIT.EXE /S %systemdrive%\Install\deployments.reg

    REGEDIT.EXE /S %systemdrive%\Install\homepage.reg

    "REGEDIT32.EXE /S finalreg.reg"

    I had problems like this so in the end I removed the line from the CMDLINES.txt and put it in my batch file.

    If i was you I would remove the

    "REGEDIT32.EXE /S finalreg.reg"

    line from the CMDLINES.txt and put it in your runall.bat. (sounds confusing maybe)

    CMDLINES.txt

    runall.bat in $OEM$

    RunOnceEx.cmd in $OEM$

    [COMMANDS]
    "runall.bat"
    "RunOnceEx.cmd"

    runall.bat (change shortcut.exe programs path)

    finalreg.reg in $OEM$\$1\Install

    deployments.reg in $OEM$\$1\Install

    homepage.reg in $OEM$\$1\Install

    shortcut.exe in $OEM$\$$

    REGEDIT.EXE /S %systemdrive%\Install\finalreg.reg
    REGEDIT.EXE /S %systemdrive%\Install\deployments.reg
    REGEDIT.EXE /S %systemdrive%\Install\homepage.reg
    shortcut.exe /F:"%ALLUSERSPROFILE%\Desktop\WNEC Admin Sys.lnk" /A:C /T:"%systemdrive%\Program Files\Program\program.exe"
    shortcut.exe /F:"%ALLUSERSPROFILE%\Desktop\Workforce Central.lnk" /A:C /T:"%systemdrive%\Program Files\Program\program.exe"

    This is how I would do it, people might have better ideas though, good luck

×
×
  • Create New...