Jump to content

Loras

Member
  • Posts

    43
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    country-ZZ

Everything posted by Loras

  1. Thanks for good job Mike, please add this Group Policy tweaks : http://www.j79zlr.com
  2. All Effects is in: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects] So setup it and export to reg file.
  3. 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 !
  4. Try to do it manualy, then export your registry key to file. Now try change name to anything and then import reg file. Maybe it will work..
  5. You must write it without quotes ! only: %USERNAME%'s Computer
  6. 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"=.....
  7. 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
  8. I found something in Microsoft KB 293399 They said: The Heuristics value only exists when the Hibernate feature is enabled. So I soon will try to disable by following this.. Maybe we need to remove hiberfil.sys and remove from registry "Heuristics" value ....
  9. 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...
  10. 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.
  11. for Jedi82 Write following in cleanup.cmd : DEL "%AllUsersProfile%\Start Menu\Windows Catalog.lnk"
  12. 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 )
  13. 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 )
  14. 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
  15. cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f
  16. Maybe you talking about this : http://unattended.msfn.org/advanced/cosmetics/oeminfo.htm
  17. Hi, Alex I have fully working Bootable CD with BCDW, which include menu with " "WinXP SP2 full UNattended setup" "start from floppy image" "partition magic" "dos Navigator" All info is : http://www.wolfgang-brinkmann.de/bcdw/index_e.htm
  18. Try read this: http://unattended.msfn.org/advanced/methods/runonceex_cd.htm
  19. Did you got some error message ? I don't use any parameters except "/F /IM"...
  20. You can create cmd file with this comand: REGEDIT /S %systemdrive%\install\notepadPRO.reg %systemdrive%\install\notepadSFX.exe Just correct a path and file name. and read this: http://www.ryanvm.net/forum/viewtopic.php?t=67
  21. taskkill /F /IM program.exe Replace "program" with correct name. You can see it in task manager - precesses
×
×
  • Create New...