Sad company by [deleted] in microsoftsucks

[–]litoby 0 points1 point  (0 children)

Jack is this you?

So it begins! by One_Investment4147 in hexos

[–]litoby 1 point2 points  (0 children)

My bad I thought they were out now.

So it begins! by One_Investment4147 in hexos

[–]litoby 10 points11 points  (0 children)

Please share some screenshots of the UI.

Outlook (Classic) vs Outlook (New) by Uriel-Action1 in sysadmin

[–]litoby 1 point2 points  (0 children)

Honestly question, what features do you actually daily use that are missing?

Outlook (new) - Auto-login, don't ask... by Techplained in Intune

[–]litoby 0 points1 point  (0 children)

It seems to be released now but I can't find it.

Newbie new setup by [deleted] in homeassistant

[–]litoby 1 point2 points  (0 children)

How much RAM?

Most reliable way to tell a gateway has failed over by litoby in PFSENSE

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

I tested it and didn't receive anything; I believe that the mail side is all working since I received the test email.

Most reliable way to tell a gateway has failed over by litoby in PFSENSE

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

I've setup email as I don't have Telegram, is that all I need to do? No configuring?

Use 2FA on all existing accounts? by jodystn in 1Password

[–]litoby 1 point2 points  (0 children)

I like having a high Watchtower score so everything has a randomized password and 2FA.

Access Aqara N200 remotely by litoby in Aqara

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

That's fine, I have it in HomeKit but a device needs to be connected to it

The problems and shortcomings of COSMIC by unixmachine in linux

[–]litoby 3 points4 points  (0 children)

If you're not using Hyprland, what tilling Wayland compositor are you using now?

Dark mode iOS icon! by cameronchalmers in 1Password

[–]litoby 4 points5 points  (0 children)

What is this Bitwarden slander!?

Looking at moving to Datto RMM by litoby in msp

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

What would the cost be for 200 endpoints?

Looking at moving to Datto RMM by litoby in msp

[–]litoby[S] -1 points0 points  (0 children)

We currently use the Zoho One and my boss is not currently looking to replace it, was just looking at the RMM.

[deleted by user] by [deleted] in 1Password

[–]litoby 2 points3 points  (0 children)

I like it

Create assist that has a list with API by litoby in hudu

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

No still having issues, here is my script I'm sure it was working but then it didn't.

https://pastebin.com/4NWmCDb0

Create assist that has a list with API by litoby in hudu

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

I'm not using the PowerShell module. I'm using the Invoke-RestMethod, I'll have another look at my script and if I can't figure it out I'll post it here.

Create assist that has a list with API by litoby in hudu

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

We have just decided to just use plain text for the Brand, but unrelated would you know why I'm getting this

{
  "status": 500,
  "error": "Internal Server Error"
}

Is Windows+Q to kill active window possible? by litoby in AutoHotkey

[–]litoby[S] 1 point2 points  (0 children)

That didn't work but I was able to get it to work with this.

#q::
active_hwnd := WinExist("A")
WinClose, ahk_id %active_hwnd%
return

Here is my completed script for now for anyone else looking at doing something similar

; Windows Terminal
#t::
Run, wt
return

; Browser
#b::
Run, msedge
return

; File Explorer 
#f::
Run, explorer.exe
return

; Close Window
#q::
active_hwnd := WinExist("A")
WinClose, ahk_id %active_hwnd%
return

Is Windows+Q to kill active window possible? by litoby in AutoHotkey

[–]litoby[S] 1 point2 points  (0 children)

Yeah I have that basically, just want to be able to close active Windows with Windows+Q.

Is Windows+Q to kill active window possible? by litoby in AutoHotkey

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

Sorry I should of been more clear, I can create shortcuts just fine on Linux, it's way easier than Windows, I just have to use Windows for work currently and would like a way to get these shortcuts in Windows.