Content Type
Profiles
Forums
Events
Everything posted by x-Shadow-x
-
trouble with regtweak
x-Shadow-x replied to neuropass's topic in Unattended Windows Vista/Server 2008
Like what kind of reg tweaks, its kinda vague what your asking rite now? -
Do you have kaspersky as an antivirus/firewall? I have heard it does this.
-
trouble with regtweak
x-Shadow-x replied to neuropass's topic in Unattended Windows Vista/Server 2008
So you want to turn off UAC with a reg tweak, or am I missing something? -
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://"
-
Are you asking is home premium requires better system specs? If so, then no.
-
This should do it for you. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] "NoAutoRebootWithLoggedOnUsers"=dword:00000001
-
Thinking of setting up server
x-Shadow-x replied to x-Shadow-x's topic in Server - Side Help (IIS, Apache, etc.)
Ok, thanks. I may just download disk3 as well. Thank you for your help. -
Please dont bump old topics, do you want it for 64bit or 32?
-
Thinking of setting up server
x-Shadow-x replied to x-Shadow-x's topic in Server - Side Help (IIS, Apache, etc.)
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 -
Sweet, that will come in handy. Thanks.
-
Thinking of setting up server
x-Shadow-x replied to x-Shadow-x's topic in Server - Side Help (IIS, Apache, etc.)
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? -
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.
-
Some registery tweaks that I need..
x-Shadow-x replied to DJ_Shay's topic in Unattended Windows Vista/Server 2008
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. -
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.
-
Its ok I found a way, took an hour or two to find in the registry, but it was one registry entry.
-
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?
-
Some registery tweaks that I need..
x-Shadow-x replied to DJ_Shay's topic in Unattended Windows Vista/Server 2008
@COKEDUDEUSF What versions do you have? @DJ_Shay No Problem. -
Some registery tweaks that I need..
x-Shadow-x replied to DJ_Shay's topic in Unattended Windows Vista/Server 2008
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" -
Ah thanks MHz, I will try in a bit.
-
Winsxs folder is HUGE!?
x-Shadow-x replied to x-Shadow-x's topic in Unattended Windows Vista/Server 2008
With vlite you REMOVE the languages you don't want with vlite. -
Thinking of setting up server
x-Shadow-x replied to x-Shadow-x's topic in Server - Side Help (IIS, Apache, etc.)
Ok, ill look into freeBSD. And wow, 10mb or ram! -
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.
-
Winsxs folder is HUGE!?
x-Shadow-x replied to x-Shadow-x's topic in Unattended Windows Vista/Server 2008
Search the forums for "vlite". -
Silent install SPTD?
x-Shadow-x replied to x-Shadow-x's topic in Unattended Windows Vista/Server 2008
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?