Content Type
Profiles
Forums
Events
Everything posted by Outbreaker
-
I want to stay around 100€ for an SSD or HDD don't want to rob a bank. Question if i use a 128GB SSD and put only Windows on it and everything else on a 2TB HDD would i see a big speed difference than like putting everything on one HDD?
-
It's not an easy choice since i have right now around 700GB of files Steam itself already uses 60GB space so i would need at least a 250GB SSD and i would also need a 2 x 2TB HDD one for storage and one for Backup. The 250GB SSD (Samsung 830) cost as much as the 2 x 2TB HDD together.
-
If i buy a HDD then for sure a 7200rpm (Hitachi Deskstar 7K3000 2TB), I have also no problem to wait 3 seconds more if a program opens the main point for me is if an SSD is noticeably faster if i work in Photoshop and in Microsoft Office simultaneously. I fear that i put the 110€ in the sand when I buy a SSD because i can only use it for Windows and Progarms.
-
HI I can't decide if i should buy for my new PC an SSD or HDD i'm not sure if it's worth the 110€ for a 128GB SSD if i have 8GM RAM. Do i have any performance gain if i do Browsering, Office work and Photoshop work ...? I also boot my PC only once a month for updates so the booting time isn't important.
-
Power supply PCI Express amperage output question
Outbreaker replied to Outbreaker's topic in Hardware Hangout
Thanks. And what if a power supply has "+12V - 70 A" and 4x PCIe connectors? does that mean it doesn't matter how much amperage a single +12V connector uses only that all +12V conncter can not get more then 70 A is that right? -
HI I'm looking for a new Power supply for my new PC but i'm confused about some Technical Data on the "be quiet! Straight Power E9 700 Watt" . +12V1 - 18 A / 56 A +12V2 - 18 A / 56 A +12V3 - 22 A / 56 A +12V4 - 22 A / 56 A Way are they wirtting 56A behind every +12V connector?
-
What's the purpose of a CPU with an integrated GPU?
Outbreaker replied to Outbreaker's topic in Hardware Hangout
That's all? I thought if you don't need a lot of graphic power the integrated GPU of the CPU would be used and the Graphic Card would be turned off. So it's better to buy a CPU without a GPU integrated and spend this money on a better graphic card? -
HI Does a CPU with an integrated GPU have any purpose if you have a separate Graphics Card?
-
HI I found a VBScript to enable the Auto-Hide Taskbar for Windows XP but i can't find out how to modify this script so it will also enable the Quick Launch. Option Explicit Const HKCU = &H80000001 Dim objReg Set objReg = GetObject("winmgmts:{impersonationLevel=impersonate}root\default:StdRegProv") Dim objWMI Set objWMI = GetObject("winmgmts:{impersonationLevel=impersonate}root\cimv2") ' Adjust the first bit of the taskbar settings Dim arrVal() objReg.GetBinaryValue HKCU, "Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2", "Settings", arrVal arrVal(8) = (arrVal(8) AND &h07) OR &h01 objReg.SetBinaryValue HKCU, "Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2", "Settings", arrVal ' Restart Explorer for the settings to take effect. Dim objProcess, colProcesses Set colProcesses = objWMI.ExecQuery("Select * from Win32_Process Where Name='explorer.exe'") For Each objProcess In colProcesses objProcess.Terminate() Next
-
What is the best website for free windows games? I tried to find some in google but there are too many websites that try to install spam like toolbar, download manager and all this crap. :-(
-
Yes but to run an extra Windows account for only one Batch file mmm then i think it can live with the 2 extra taskbar windows. .)
-
Yes but AudioGrabber is if you have a CD player connected to the Line-in of your computer and it will split every track into a single mp3 file. The only way i found to do this is using the FFmpeg http://ffmpeg.zeranoe.com/builds/ And run FFmpeg with this batch code: @ECHO OFF TITLE Recorder Loop COLOR 0A :LOOP ECHO. ECHO New recording has been started on %date:~-4,4%-%date:~-7,2%-%date:~-0,2% %time:~0,2%;%time:~3,2%;%time:~6,2% START "Recording" /MIN "bin\ffmpeg.exe" -f dshow -i audio="Digital Audio Interface (USB Au" -ar 44100 -ab 128 -ac 2 "Recordings\%date:~-4,4%-%date:~-7,2%-%date:~-0,2% %time:~0,2%;%time:~3,2%;%time:~6,2%.aac" ping -n 21600 localhost 1> NUL taskkill /FI "WindowTitle eq Recorder" 1> NUL ECHO Recording has been stoped on %date:~-4,4%-%date:~-7,2%-%date:~-0,2% %time:~0,2%;%time:~3,2%;%time:~6,2% GOTO LOOP The only problem is that i have now 2 CMD windows open in the taskbar. Perhaps a user in this forum can code something better in another program language that displays only one ICON at the System Tray.
-
"THE MP3 VCR" is an Internet Radio Recorder. and "AudioGrabber" is a CD Recorder. and "WavRecorder" wout start Recording if the program has started.
-
@e-t-c I did found this one also in google but the Schedule can only be used to set a time to start a recording but not to the time to stop a recording. So it's not possible to use this program to set it up to make automatically every 6 houers a new mp3 file.
-
I did also notice that there is no documentation what the Silent mode commands are. For creating a new file i will use the cmd "ping 21600" command.
-
But it will not do every 6 hour or every day a new MP3 file with the date and time in the file name? I know that this could be done with a VBScript but i do not know how to script this.
-
HI I'm searched now for 3 days in google to find a free sound recorder that would start recording if Windows starts and would generate each hour(s) or every day a new MP3 file. Does someone know a recording program like this? I would need this to record a device that is connected 24/24 to the Computer Sound Card Line-in input.
-
About cmd's 'start "" /wait' command
Outbreaker replied to Martin H's topic in Unattended Windows 2000/XP/2003
You could try this: -
"\I386\COMPDATA" and "\I386\DRW"
Outbreaker replied to Outbreaker's topic in Unattended Windows 2000/XP/2003
I don't want to delete samething if i dont know what it is and dose. -
After locking at a IE8 addon i found out how to do it another way this should then work also for the StartUp Directory but a RunOnce registry entry will do the job also, if i have tested it and it works i will post back. Would be nice if you could explain me what i did wrong in the batch file it's working without problem i can't fix a problem that i can't see You have posted the scirpt here on a public forum so it's freely available if you would had included the credit in the script i would have include it also but i even don't include any credits for myself in any of my batch files. So dont get me wrong that im not thankful for you script.