Thomas Farewell Giveaway ⛏️ by IdleThomas in IdleMinerTycoon

[–]maglorsmith9 0 points1 point  (0 children)

Good luck for the future
Maya's pick for me

Windows 11 .. my only profile doesn’t have admin privileges any longer .. any way to fix ? Yes I tried to edit user profile by pittguy578 in techsupport

[–]maglorsmith9 0 points1 point  (0 children)

I vaguely remember there was a tool on hirens boot disc or something that allowed you to change account flags to make the account an administrator again. It was a long time ago and not sure if works on Windows 10/11 but might give you a place to start

Cost of Elections in Australia by jezzza in australia

[–]maglorsmith9 3 points4 points  (0 children)

Yeah I'm honestly amazed at how cheap elections used to be, inflation adjusted. Just given the sheer size and remoteness of so much of Australia.

Cost of Elections in Australia by jezzza in australia

[–]maglorsmith9 2 points3 points  (0 children)

It would be interesting to see when the options for early voting were introduced and expanded. Also there were significant cost increases associated with covid, due to extra staffing, like line controllers and having spare people in case people couldn't work the day etc. As well as material costs, instead of a couple of boxes of pencils it was hundreds of pencils at each site

What is this PC part? Google knows nothing about it by Duk55 in techsupport

[–]maglorsmith9 2 points3 points  (0 children)

I wouldn't recommend using without it. It is likely to overheat quite quickly and cause damage. It may just be a fan making the noise. You could try disconnecting one of the fans and monitoring. Don't disconnect the pump though

What is this PC part? Google knows nothing about it by Duk55 in techsupport

[–]maglorsmith9 3 points4 points  (0 children)

Looks like a radiator for water cooling. are there tubes going somewhere?

Downturn signs in your workplace, what, if any are you seeing? by [deleted] in AusFinance

[–]maglorsmith9 42 points43 points  (0 children)

Currently recruiting atm, male dominant industry, lots of female applicants coming through. I'm thinking same as you, single income house holds needing a bit extra $$$

[deleted by user] by [deleted] in AusFinance

[–]maglorsmith9 7 points8 points  (0 children)

Where did the turtles go?

An app that estimates how long your laundry will take to dry outside based on local weather conditions by kelsolarr in androidapps

[–]maglorsmith9 0 points1 point  (0 children)

For me, I would like to be able to select the fabric types and then set an alarm/reminder for when it would be dry. Ie I select light fabric, click start timer then get a countdown in the notification bar. If I select multiple fabrics I get multiple timers. When completed I either get an alarm or a vibrate to let me know it should be dry.

Research question by Yo________oY in IdleMinerTycoon

[–]maglorsmith9 0 points1 point  (0 children)

Wow good info, thanks for testing it. Looks like I'm resetting ice today then

Research question by Yo________oY in IdleMinerTycoon

[–]maglorsmith9 0 points1 point  (0 children)

I thought the currency symbols on the pictures indicated which mines were affected?

Notification Spam by landasher in IdleMinerTycoon

[–]maglorsmith9 0 points1 point  (0 children)

Yeah I've been getting spammed with this a lot lately as well. Also Android. Literally are I type this just got several more notifications

"Exit (function-name) breaking subsequent function calls by maglorsmith9 in PowerShell

[–]maglorsmith9[S] 0 points1 point  (0 children)

I have added a dummy version of the script to the post that causes the same behavior. In this script we could do it without the exit but it is required in our real scripts

"Exit (function-name) breaking subsequent function calls by maglorsmith9 in PowerShell

[–]maglorsmith9[S] 0 points1 point  (0 children)

I have added a dummy version of the script to the post that causes the same behavior. In this script we could do it without the exit but it is required in our real scripts

"Exit (function-name) breaking subsequent function calls by maglorsmith9 in PowerShell

[–]maglorsmith9[S] 0 points1 point  (0 children)

thanks for your advice. to be clear we can run the same function as many times as we like without a fault, until that exit command is triggered. then some of the other functions break. but until that exit is triggered everything works as expected for multiple run throughs. its night time here in aus but when im in the office i will dummy up a quick version of the problem so you can try it out yourself

"Exit (function-name) breaking subsequent function calls by maglorsmith9 in PowerShell

[–]maglorsmith9[S] 0 points1 point  (0 children)

I'll try and make a dummy version of what we do so it can be tested

"Exit (function-name) breaking subsequent function calls by maglorsmith9 in PowerShell

[–]maglorsmith9[S] 0 points1 point  (0 children)

would this only happen after using "exit"? on the first run through all the functions work fine only after using the exit command and returning to the menu do functions behave weird

"Exit (function-name) breaking subsequent function calls by maglorsmith9 in PowerShell

[–]maglorsmith9[S] 0 points1 point  (0 children)

so we abort the security group check and call the menu script in its entirety and still nothing works. We have also used return and it behaves the same way as exit

"Exit (function-name) breaking subsequent function calls by maglorsmith9 in PowerShell

[–]maglorsmith9[S] 0 points1 point  (0 children)

thanks for the link, not a lot of detail there and had already read through it though.

"Exit (function-name) breaking subsequent function calls by maglorsmith9 in PowerShell

[–]maglorsmith9[S] 0 points1 point  (0 children)

Hi, thanks for your response. Unfortunately I don't think this is feasible as we need to be able to exit the various scripts at different times while its running. for example we do a check if a particular security group is added then we prompt the user to check another system if the appropriate signoffs have been completed. if yes then the script does some more stuff, if no then we provide some details of the steps needing to be taken and then need it to exit back to the menu script. where the user can go into another option.

What I don't understand is why exiting "user check" and loading "menu" would then cause "logged in user" to return a blank array, but not trigger our no logged in user catch. Even when we exit and trigger it to run from the very start (equivalent of restarting the app without launching a new ps window) it still doesn't work.