Messages - kunkel321 [ switch to compact view ]

Pages: prev1 ... 7 8 9 10 11 [12] 13 14 15 16 17 ... 118next
56
General Software Discussion / USH-II SD Card compatible with my HP?
« on: February 27, 2021, 09:24 AM »
This is a 'hardware' question rather than a 'software' question. 

My work laptop is an HP Pavilion.  This one, I think: PAVILION 13 SERIES PAVILION 13-S120NR X360.  It has a measly 100GB hard drive.   I'm thinking of getting an SD Card to use for extra space.  They have Ultra High Speed ones now that are rated for 300mbs/sec.  Does anyone know how to check if my SD slot is even designed for UHS use?   The HP site is here:  https://support.hp.com/us-en/document/c04790206#AbT0 It just says, "Multi-Format Digital Media Card Reader."  If it was a high speed one, it would probably say so--yes? 

EDIT:  Additional info:
https://i.imgur.com/MgxKRUD.png

SCS IVDiskSan Disk   SD8S BAT128G1122Z233
SCS KDskSan Disk   SD8S B AT128G1122
SC SI \Disk San Disk_
SCSINSan Disk   SD8S BAT128G1122Z
San Disk   S D8SBAT128G1122Z
Gen Disk

57
Living Room / Re: Happy Birthday Skwire
« on: February 22, 2021, 12:28 PM »
Ditto too!

58
If there are any AutoHotkey users out there, this snippet will remap the two little side buttons on some mouses.

Code: Autohotkey [Select]
  1. XButton1:: Send {Volume_Down}
  2. return
  3. XButton2:: Send {Volume_Up}
  4. return

Actually, as I look at it though... I think the 'return' lines might be redundant(?)  IDK

EDIT:  I just changed it in my master script, and the returns are apparently not needed. 

Code: Autohotkey [Select]
  1. XButton1:: Send {Volume_Down}
  2. XButton2:: Send {Volume_Up}

Live and learn   :D

59
@MilesAhead, No doubt the AutoHotkey one that Nod5 made will work for you -- yes?

60
I tried the above beta (portable one) on my two monitor setup.  The screens are different sizes, so I tried it with the tops lined up, then the bottoms lined up.  Also tried it with one (then the other) at 125%.  Used "region capture" each time.     I was capturing both monitors each time.   It worked without any problems.  A+

Pages: prev1 ... 7 8 9 10 11 [12] 13 14 15 16 17 ... 118next
Go to full version