Jump to content

x-Shadow-x

Member
  • Posts

    353
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by x-Shadow-x

  1. Like what kind of reg tweaks, its kinda vague what your asking rite now?
  2. Do you have kaspersky as an antivirus/firewall? I have heard it does this.
  3. So you want to turn off UAC with a reg tweak, or am I missing something?
  4. Your prefixes may be screwed up. Make a new text document and paste this in it, then save it as .reg instead of .txt. Run it after you have saved. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\URL\DefaultPrefix] @="http://" [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\URL\Prefixes] "ftp"="ftp://" "gopher"="gopher://" "home"="http://" "mosaic"="http://" "www"="http://"
  5. Are you asking is home premium requires better system specs? If so, then no.
  6. This should do it for you. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] "NoAutoRebootWithLoggedOnUsers"=dword:00000001
  7. Ok, thanks. I may just download disk3 as well. Thank you for your help.
  8. Please dont bump old topics, do you want it for 64bit or 32?
  9. Thanks. And I guess I have to download all of the iso's? 7.0-RELEASE-i386-bootonly.iso 7.0-RELEASE-i386-disc1.iso 7.0-RELEASE-i386-disc2.iso 7.0-RELEASE-i386-disc3.iso 7.0-RELEASE-i386-docs.iso 7.0-RELEASE-i386-livefs.iso
  10. Sweet, that will come in handy. Thanks.
  11. Sorry for the doubel post, but which version of FreeBSD shoud I get? there is a list Here, do I want 6.3 or 7.0, and which type should I get? amd64, i386, ia64, pc98 or sparc64? I dont have a 64bit CPU so I dont think it would be amd64, ia64 or sparc64, So it will be i386 or pc98. Am I rite?
  12. Yes a little more information on the laptop would be nice. What are your startup items? If you dont know, go to start menu>run and type in "msconfig" without quotes. Go to the startup tab and post what is in there.
  13. You will have to export it manually cause I dont know what hard drive you have. Open regedit (start menu> run> type in "regedit" (without quotes) and go to "HKLM>System>Controllset003>ENUM>IDE>"your harddrive">"5&XxXxXxXxXxXxX" (numbers/letters)>Device Parameters". Right click on "Disk" and go "export", save it to the desktop. Rite click it and go "edit". You will see something like this. [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\IDE\"your hard drive"\"5&XxXxXxXxXxXxX"\Device Parameters\Disk] "CacheIsPowerProtected"=dword:00000000 "UserWriteCacheSetting"=dword:00000001 It says ""CacheIsPowerProtected"=dword:00000000", change the last "0" to a "1". It will look like this. [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet003\Enum\IDE\"your hard drive"\"5&XxXxXxXxXxXxX"\Device Parameters\Disk] "CacheIsPowerProtected"=dword:00000001 "UserWriteCacheSetting"=dword:00000001 Go to file>"save" and your done.
  14. Ah sorry, I forgot. [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\image\shell] @="Edit with Photoshop" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SystemFileAssociations\image\shell\Edit with Photoshop\command] @="C:\\Program Files\\Adobe\\Adobe Photoshop CS3\\Photoshop.exe" "%1" But of course you can change "Edit with Photoshop" to anything you like. Same with the link. Remember to have double back-slashes and add "%1" to the link.
  15. Its ok I found a way, took an hour or two to find in the registry, but it was one registry entry.
  16. Im sorry if this is in the wrong spot. Im adding an "open with" to the right click menu, its to open photos in photoshop. Im wondering, is there a way that I can link all photos to photoshop with just one registry entry, or im I just dreaming?
  17. Is there a way to install a program/tweak when windows is installing? Like not when WPI is being used, the actual windows instalation. I have heard you can use cmdlines.txt, but I dont know where to put it (or if it works with vista). Much help is appreciated.
  18. @COKEDUDEUSF What versions do you have? @DJ_Shay No Problem.
  19. Here you go m8. 1. Disable Highlighting Newly Installed Programs. [HKEY_USERS\S-1-5-21-2513057321-1091263977-1853440495-1000\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Start_NotifyNewApps"=dword:00000000 2. Hide the Email in Start menu. [-HKEY_CURRENT_USER\Software\Clients] 3. Hide the quick launch bar. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoToolbarsOnTaskbar"=dword:00000001 "NoSaveSettings"=dword:00000000 4. Make FF3 the default browser. [HKEY_CURRENT_USER\Software\Classes\.htm] @="FirefoxHTML" [HKEY_CURRENT_USER\Software\Classes\.html] @="FirefoxHTML" [HKEY_CURRENT_USER\Software\Classes\.shtml] @="FirefoxHTML" [HKEY_CURRENT_USER\Software\Classes\.xht] @="FirefoxHTML" [HKEY_CURRENT_USER\Software\Classes\.xhtml] @="FirefoxHTML" [HKEY_CURRENT_USER\Software\Classes\FirefoxHTML] @="Firefox Document" "FriendlyTypeName"="Firefox Document" [HKEY_CURRENT_USER\Software\Classes\FirefoxHTML\DefaultIcon] @="C:\\Program Files\\Mozilla Firefox\\firefox.exe,1" [HKEY_CURRENT_USER\Software\Classes\FirefoxHTML\shell] [HKEY_CURRENT_USER\Software\Classes\FirefoxHTML\shell\open] [HKEY_CURRENT_USER\Software\Classes\FirefoxHTML\shell\open\command] @="\"C:\\Program Files\\Mozilla Firefox\\firefox.exe\" -requestPending -osint -url \"%1\"" [HKEY_CURRENT_USER\Software\Classes\FirefoxHTML\shell\open\ddeexec] @="\"%1\",,0,0,,,," "NoActivateHandler"="" [HKEY_CURRENT_USER\Software\Classes\FirefoxHTML\shell\open\ddeexec\Application] @="Firefox" [HKEY_CURRENT_USER\Software\Classes\FirefoxHTML\shell\open\ddeexec\Topic] @="WWW_OpenURL" [HKEY_CURRENT_USER\Software\Classes\FirefoxURL] @="Firefox URL" "EditFlags"=dword:00000002 "FriendlyTypeName"="Firefox URL" "URL Protocol"="" [HKEY_CURRENT_USER\Software\Classes\FirefoxURL\DefaultIcon] @="C:\\Program Files\\Mozilla Firefox\\firefox.exe,1" [HKEY_CURRENT_USER\Software\Classes\FirefoxURL\shell] [HKEY_CURRENT_USER\Software\Classes\FirefoxURL\shell\open] [HKEY_CURRENT_USER\Software\Classes\FirefoxURL\shell\open\command] @="\"C:\\Program Files\\Mozilla Firefox\\firefox.exe\" -requestPending -osint -url \"%1\"" [HKEY_CURRENT_USER\Software\Classes\FirefoxURL\shell\open\ddeexec] @="\"%1\",,0,0,,,," "NoActivateHandler"="" [HKEY_CURRENT_USER\Software\Classes\FirefoxURL\shell\open\ddeexec\Application] @="Firefox" [HKEY_CURRENT_USER\Software\Classes\FirefoxURL\shell\open\ddeexec\Topic] @="WWW_OpenURL" [HKEY_CURRENT_USER\Software\Classes\ftp] "EditFlags"=dword:00000002 "URL Protocol"="" [HKEY_CURRENT_USER\Software\Classes\ftp\DefaultIcon] @="C:\\Program Files\\Mozilla Firefox\\firefox.exe,1" [HKEY_CURRENT_USER\Software\Classes\ftp\shell] [HKEY_CURRENT_USER\Software\Classes\ftp\shell\open] [HKEY_CURRENT_USER\Software\Classes\ftp\shell\open\command] @="\"C:\\Program Files\\Mozilla Firefox\\firefox.exe\" -requestPending -osint -url \"%1\"" [HKEY_CURRENT_USER\Software\Classes\ftp\shell\open\ddeexec] @="\"%1\",,0,0,,,," "NoActivateHandler"="" [HKEY_CURRENT_USER\Software\Classes\ftp\shell\open\ddeexec\Application] @="Firefox" [HKEY_CURRENT_USER\Software\Classes\ftp\shell\open\ddeexec\Topic] @="WWW_OpenURL" [HKEY_CURRENT_USER\Software\Classes\http] "EditFlags"=dword:00000002 "URL Protocol"="" [HKEY_CURRENT_USER\Software\Classes\http\DefaultIcon] @="C:\\Program Files\\Mozilla Firefox\\firefox.exe,1" [HKEY_CURRENT_USER\Software\Classes\http\shell] [HKEY_CURRENT_USER\Software\Classes\http\shell\open] [HKEY_CURRENT_USER\Software\Classes\http\shell\open\command] @="\"C:\\Program Files\\Mozilla Firefox\\firefox.exe\" -requestPending -osint -url \"%1\"" [HKEY_CURRENT_USER\Software\Classes\http\shell\open\ddeexec] @="\"%1\",,0,0,,,," "NoActivateHandler"="" [HKEY_CURRENT_USER\Software\Classes\http\shell\open\ddeexec\Application] @="Firefox" [HKEY_CURRENT_USER\Software\Classes\http\shell\open\ddeexec\Topic] @="WWW_OpenURL" [HKEY_CURRENT_USER\Software\Classes\https] "EditFlags"=dword:00000002 "URL Protocol"="" [HKEY_CURRENT_USER\Software\Classes\https\DefaultIcon] @="C:\\Program Files\\Mozilla Firefox\\firefox.exe,1" [HKEY_CURRENT_USER\Software\Classes\https\shell] [HKEY_CURRENT_USER\Software\Classes\https\shell\open] [HKEY_CURRENT_USER\Software\Classes\https\shell\open\command] @="\"C:\\Program Files\\Mozilla Firefox\\firefox.exe\" -requestPending -osint -url \"%1\"" [HKEY_CURRENT_USER\Software\Classes\https\shell\open\ddeexec] @="\"%1\",,0,0,,,," "NoActivateHandler"="" [HKEY_CURRENT_USER\Software\Classes\https\shell\open\ddeexec\Application] @="Firefox" [HKEY_CURRENT_USER\Software\Classes\https\shell\open\ddeexec\Topic] @="WWW_OpenURL"
  20. Ah thanks MHz, I will try in a bit.
  21. With vlite you REMOVE the languages you don't want with vlite.
  22. Ok, ill look into freeBSD. And wow, 10mb or ram!
  23. Im thinking of setting up a server so I can have all of my files everywhere. I might host some forums too. So im thinking the best way to go is linux. So my questions are: which linux should I use (most secure), what kind of software should I use to host it. And if I host forums should I use vbuulliten or PHPBB3? All help is appreciated.
  24. Search the forums for "vlite".
  25. Ok, thank you. Should I put the cmdlines.txt in the $OEM$ folder? And do I have to link it to anything (get a inf file to run the cmdlines.txt) or does it run by its self?
×
×
  • Create New...