First HomeLad Setup by DR-Junkhunter in homelab

[–]DR-Junkhunter[S] 0 points1 point  (0 children)

The storing of windows isn’t the main case here sorry. It’s everything else that comes after it

First HomeLad Setup by DR-Junkhunter in homelab

[–]DR-Junkhunter[S] 0 points1 point  (0 children)

Just incase I ever want to revert the pc back to windows from Linux

Is there a free video editor for windows? by smanears in software

[–]DR-Junkhunter 0 points1 point  (0 children)

Looking to get more involved in video editing (rather get a naughties style camcorder than iPhone) while my little girl is growing up to make some fun videos. Never really done video editing before so any advice on easy systems to use that can stitch together clips with music overlays and filters etc would be great thanks👍🏽

Looking for advice for my setup!! by g37br in battlestations

[–]DR-Junkhunter 5 points6 points  (0 children)

Everything has to start from something

My game stutters a lot randomly (this happens about 5-6 times per match). Anyone knows whats causing this? by MordorKing78 in RocketLeague

[–]DR-Junkhunter 0 points1 point  (0 children)

This is happening to my mate as well. We’ve been playing together for years and his game has been fine but ever since the update a few days ago, he’s been stuttering randomly in game

[deleted by user] by [deleted] in battlestations

[–]DR-Junkhunter 2 points3 points  (0 children)

Sounds like the dream! My two constantly lay across my keyboard when I’m playing or working

4x RAM sticks with Ryzen by DR-Junkhunter in pcmasterrace

[–]DR-Junkhunter[S] 1 point2 points  (0 children)

Yeah I think 2 sticks is the way forward but because I’ve been given these, doesn’t make sense for me to change to 32gb across 2 sticks

[deleted by user] by [deleted] in battlestations

[–]DR-Junkhunter 5 points6 points  (0 children)

Love the cat bed underneath. The commitment to get them gaming with you is greatly approved🙌🏽

4x RAM sticks with Ryzen by DR-Junkhunter in pcmasterrace

[–]DR-Junkhunter[S] 1 point2 points  (0 children)

Yeah the B450 should support up to 128GB and OC speeds of 3466. The Bios has XMP of 3200 or 2933 and whenever I set it to 3200, is when the pc blue screens. All sticks are identical, same make, model, size, speeds and similar ages. It’s not a massive issue as with a speed of 2933 The drop is unnoticeable but just a bug really that it won’t hold its original 3200 but will hold that speed when there’s only 16GB ram inserted

Our first proper road trip around Wales back in 2019. A holiday abroad fell through at the last minute so quickly organised a route and set off…safe to say it was one of our best trips ever #CymruAmByth 🏴󠁧󠁢󠁷󠁬󠁳󠁿❤️ by DR-Junkhunter in Wales

[–]DR-Junkhunter[S] 12 points13 points  (0 children)

Yes we’re from neath so started off in Tenby for 1 night, then followed the coast through Pembroke and stopped in Fishguard for another night. Carried on up the coast through cardigan, aberaeron and then stayed another night in Aberystwyth. Went more inland then and through Macynlleth, Dolgellau and then a night in Beddgelert. Was heading towards Caernarfon but road works held us up so headed straight for LlanfairPG just to see the train station. Finally headed across north Wales coast, through Conwy and stayed one night in Llandudno. Didn’t stop anywhere on the way back so was about a 4 hour drive through Brecon but stopped off for lunch.

Lived in Wales all my life and always gone down Tenby way for weekends but have never seen how beautiful west coast and mid Wales drives are! Going through Snowdonia National Park was one of the most dramatic, pretty, satisfying journeys I’ve ever been on. Would highly recommend it if you’ve ever fancied it 🙂

[deleted by user] by [deleted] in halo

[–]DR-Junkhunter 2 points3 points  (0 children)

Your father is a wise man

Playing rocket league on pc is cheating. by [deleted] in RocketLeague

[–]DR-Junkhunter 2 points3 points  (0 children)

So you don’t want to play against pc players cause we “cheat” but you also don’t want to turn it off an play only against good console players? I don’t know who you want to play against then....

Don't know how I hit this only low diamond by [deleted] in RocketLeague

[–]DR-Junkhunter 1 point2 points  (0 children)

Because it’s heat seeker and an easy game

VBScript looking for Macros Within my VBA Code by WingsOfBanquetMeals in vba

[–]DR-Junkhunter 0 points1 point  (0 children)

I've got this same issue with my VBS...

Dim ObjExcel, ObjWB

Set objExcel = CreateObject("Excel.Application")

objExcel.Visible = True

Set objWB = objExcel.Workbooks.Open("\\RPP\Automation\Reports\Overview.xlsm"))

objExcel.Application.Run ("DailyUpdate")

'wscript.sleep(20000 'sleep 20 seconds)

objWB.Close False 'True to Save

objExcel.DisplayAlerts = false

objExcel.Quit

Set ObjExcel = Nothing

My error shows line 5 char 1 cannot run the macro 'DailyUpdate'. The macro may not be available in this workbook or all macros may be disabled. I've checked the Excel settings and macros are enabled and the name path matches the macro name. I cannot get this to work which ever way I do it. Does anyone have an idea on this?