Recent content by Samun


  1. Constant crashes when System gets busy

    I made a great deal of progress. I found out (embarassingly) that my Bios was not uptodate and I also installed chipset drivers anew. One of those appearantly solved this issue. Then the PC suddenly rebootet without message and without minidump, but system events that point now to the RAM or the...
  2. Constant crashes when System gets busy

    Why do I need to do the drives? As I said, the problem persists on different drives as a system drive. And I can remove all the other drives. I can run the whole Windows11 on just one SSD without the others. I won't do Step 3 (restore point) because I use another form of backup (AOMEI) and I...
  3. Constant crashes when System gets busy

    Hey Guys, took some time for vacation, buying and testing. No, I bought a new PSU right away, needed it anyway or will at some point ( be quiet Pure Power 13M 850Watts). And I have a good new ammount of information. The Situation now is this: I can reproduce the crash by either using Stable...
  4. Constant crashes when System gets busy

    Thank you for doing this. This is so much over my head, that I will buy a new PSU first, which will take take some time because New Year. After making sure if the issue still exists or not, I will come back and either close the thread or I will continue all this. Can you give me at least a...
  5. Constant crashes when System gets busy

    And here are the remaining logfiles in a zip. I hope nothing is missing.
  6. Constant crashes when System gets busy

    Okay, I switched my system to english (sorry for that, everything I do is in english, windows is literally the only german-remaining part here, I did not think of it as german). Some parts of the log-files still remain in german though. But I have to ask. I did now do all those many, many...
  7. Constant crashes when System gets busy

    I guess there is no way around that, but is this the reason for the crashes? I noticed they often have different reasons according to the blue screen and I would like to exclude hardware damage. After all they are new components. The system backup I played back today was a fresh installment...
  8. Constant crashes when System gets busy

    Dear gentlepeople, I hope someone can help me solving this. I had 6 crashes today, but this is way above average. Anyway, I have obviously a problem. A possible reason might be insufficient power (Im gussing here as a layman), because systempower-calculators suggest to me 500-600Watts, while my...
  9. Solved question about a parameter for an xcopy-command in a batfile

    ooooooooooooh..... Thank you, sir. You saved me a lot of time and nerves! :D -closed-
  10. Solved question about a parameter for an xcopy-command in a batfile

    Hey guys. I have a bat-file that copies "test.bat" into all subfolders of a target folder. cd "target folder" for /r /d %%I in (*) do xcopy "sourcefolder\test.bat" "%%~fsI" /H /K Let's say there are 100 subfolders in the target-folder. Test.bat has to be copied into each of those 100...
  11. Solved Moving files with a bat-file

    Interesting. I will bookmark this in case I need this. Thank you all for the help. (closed)
  12. Solved Moving files with a bat-file

    Thank you. So I missed a single "." ;) But before I close the thread. I don't understand the cd /d %~dp0-part. I have a mainfolder with subfolders and even without that command I can copy files from one subfolder to the other. The "." seems already to give the command that the executing folder...
  13. Solved Moving files with a bat-file

    Hey guys, a hopefully quick question. I need a batfile that is executed in a folder without using the path. I'd put it into a gazillion other folders later and execute it everywhere. So, in a given folder are two subfolders, A and B. All files from B should move to A. THat is all, but I cant...
  14. VLC if running doesnt come back to the foreground when new video opens

    I had the same idea, why not using another player. But VLC has some features I really adore, which is almost complete freedom to adjust the interface. VLC is perfect in every other way for me and in a way, that no other player could offer. Funny, the very one I tested this morning WAS mpc-be ;)...
  15. VLC if running doesnt come back to the foreground when new video opens

    Hey guys. Googling this, I found out that this problem or a similar one even occured to some people on Win7. I tried other media players and did not see this behavior. It seems to be a known VLC-Problem of some sorts. Description: You have an open Window with multiple video files in it. You...
Back
Top Bottom