Jump to content

Loras

Member
  • Posts

    43
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    country-ZZ

Posts posted by Loras

  1. I just tested the tweak to prevent the open file - security warning and had no luck.

    Although i noticed that this reg key did not import for some reason. so that could be the reason for the falure. Let me know what you think

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations]

    "LowRiskFileTypes"=".zip;.rar;.nfo;.txt;.exe;.bat;.com;.cmd;.reg;.msi;.htm;.html;.gif;.

    bmp;.jpg;.avi;.mpg;.mpeg;.mov;.mp3;.m3u;.wav;"

    If you have a long string such "LowRiskFileTypes"=".zip;.rar;........

    you must use slash (\) !!! to divide line... So it must look like :

    "LowRiskFileTypes"=".zip;.rar;.nfo;.txt;.exe;\
    .bat;.com;.cmd;.reg;.msi;.htm;.html;\
    .gif"

    maybe there is your problem....

    And if you export reg key with long strings you must EDIT it !

  2. Next RegTweak is about My Computer name.

    With this tweak your "My Computer" icon will have your user name.

    I.e if your user name is Glen :), your My Computer icon will be renamed to

    Glen's Computer...So if you will rename your user name, My Computer icon will be renamed automaticaly..

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}]
    "LocalizedString"=hex(2):25,00,55,00,53,00,45,00,52,00,4e,00,41,00,4d,00,45,00,\
     25,00,27,00,73,00,20,00,43,00,6f,00,6d,00,70,00,75,00,74,00,65,00,72,00,00,\
     00

    Or manualy locate registry key above and change "LocalizedString" value to

    "%USERNAME%'s Computer"

    Recycle bin can be renamed as well. Just do it with key:

    [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}]
    "LocalizedString"=.....

  3. Thanks NemoNada ! :)

    So I think that best way to turn off HIBERNATE is to RunOnceEx add

    following:

    REG ADD %KEY%\010 /VE /D "Disabling HIBERNATE" /f
    REG ADD %KEY%\010 /V 1 /D "%CDROM%\install\hiberfil.cmd" /f

    and create hiberfil.cmd with this text:

    cmdow @ /HID
    powercfg.exe /hibernate off
    EXIT

    O sorry..I found it in Glen's first page:

    ;-----  Disable Hibernate
    ;-----
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power]
    "Heuristics"=hex:05,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,3f,42,0f,00

  4. Did you know ...?

    As default Windows creates a file (c:\hiberfil.sys) to save the complete memory if you hibernate. It is the same size as your memory e.g.. if you have 2GB Ram, windows will create a 2GB file!. If you don't use hibernate (and who does?) you can remove the file by doing the following:

    1.Go to Settings -> Control Panel -> Power Options.
    2.Click Hibernate tab and uncheck "Enable Hibernation".
    3.Click Apply and you have gained some Hard Disk space.

    Or you can find regtweak using RegSnap or other...

  5. tnx so much, i will try it tonight"!!!!!

    So..I make some regtweak for you :)

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

    "Start_ShowMyDocs"=dword:00000000

    "Start_ShowMyMusic"=dword:00000000

    "Start_ShowMyComputer"=dword:00000001

    "Start_ShowMyPics"=dword:00000000

    "Start_ShowNetConn"=dword:00000001

    "Start_ShowControlPanel"=dword:00000001

    So try it tonight :)

    And let me know if problem persist.

  6. OK "dude". I use seach in IE :) and found this:

    User Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\

    Advanced]

    Value Name: Start_ShowControlPanel, Start_ShowMyComputer, Start_ShowMyDocs, Start_ShowMyMusic, Start_ShowMyPics, Start_ShowNetConn

    Data Type: REG_DWORD (DWORD Value)

    Value Data: (0 = hidden, 1 = open when clicked, 2 = expand contents)

    (how to "search" you can find anywhere :) )

  7. Hello all ! :)

    I found regtweak for users which still use IE...

    So..

    1.Open ie GOOGLE and in search field write "sample".

    2.After you pressed "SEARCH", copy URL from address bar.

    3.Open regedit and locate:

    HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl

    4. Create new key and name it "g" (without quotes)

    5. double click on "Default" name and in "Value data" paste your copied URL

    6. Change word "sample" with "%s" (without quotes..)

    7. Exit :)

    Now open IE and in address bar write i.e. "g msfn" (without quotes)

    After "g" you must leave space and can write needed words for search..

    Here is mine reg:

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\g]

    @="http://www.google.lt/search?hl=lt&q=%s&meta="

    (sorry for my bad english :) )

  8. Or you can just make a couple sfx files and then add this:

    REG ADD %KEY%\050 /VE /D "OPERA 8" /f

    REG ADD %KEY%\050 /V 1 /D "%CDROM%\install\Applications\OPERA8\opera8.exe /silent" /f

    REG ADD %KEY%\050 /V 2 /D "%CDROM%\install\Applications\OPERA8\skin.exe" /f

    REG ADD %KEY%\050 /V 3 /D "%CDROM%\install\Applications\OPERA8\OUsr600.exe" /f

×
×
  • Create New...