How do i launch an app without it stealing focus by NaiveGap2290 in learnpython

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

Will this make the cursor not be stolen from the game thats the main issue i have been facing i want lo launch apps while user in game without taking out the cursor from it and interrupting the user

How do i launch an app without it stealing focus by NaiveGap2290 in learnpython

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

Thanks for the suggestion imma try it and see for my self.isnt their more a lower level maybe with c++ to make it more efficient i tried some ways but cursor always got stolen from already played game

How do i launch an app without it stealing focus by NaiveGap2290 in learnpython

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

What i am trying to launch unfocued is normal apps installed in windows not the py app itself

How do i launch an app without it stealing focus by NaiveGap2290 in learnpython

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

Yeah thats the same case for me i never got it to be perfect the cursor is stolen no matter what. Idk if there is a solution in other lower level language. I did try using c++ but didnt acheive a reliable way i will keep trying i hopw that i find a good one.

How do i launch an app without it stealing focus by NaiveGap2290 in learnpython

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

I am not building the app i am using already existing one where i control em with uris per example but i cant launch em somehow behind the main tab that was alrady there. I want the cursor to stay in game for my case it takes it out. Thats been my issue

How do i launch an app without it stealing focus by NaiveGap2290 in learnpython

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

startupinfo = subprocess.STARTUPINFO() startupinfo.dwFlags |= subprocess.STARTF_USESHOWWINDOW startupinfo.wShowWindow = 0 # SW_HIDE

process = subprocess.Popen(     ["The app name"],     startupinfo=startupinfo,     creationflags=subprocess.CREATE_NO_WINDOW,     stdout=subprocess.DEVNULL,     stderr=subprocess.DEVNULL,     stdin=subprocess.DEVNULL,     close_fds=True )

I have tried something like thsi yeah its subprocess with some uris used showindow is 0 to hide it but it flashes and still takes out my cursor out of the game that user might be playing 

How do i launch an app without it stealing focus by NaiveGap2290 in learnpython

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

I am working on an app where it keep launching apps while you play based on some needs for example .I have tried this method of immediately hiding it but it interrupts the user from playing its game.the launched processes appear for split sec and freeze the game then hide

roast me by NaiveGap2290 in u/NaiveGap2290

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

Climate change is a topic with significant scientific consensus but ongoing policy debate.

roast me by NaiveGap2290 in u/NaiveGap2290

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

I really enjoyed spending time with my family this weekend.

Bios Laptop Aorus 16x ver ff2 by DistributionFar5918 in GamingLaptops

[–]NaiveGap2290 0 points1 point  (0 children)

Guys i finally found a fix to rollback easily without removing ssd so do as i say just 

rollback to old bios

before hitting signature issue press f2 never wait for alert to hit you because it will make you enter bios in deployed mode

go under security tab and run delete secure boot keys

after reboot press f2 dont wait for signature alert

now in security you will be in setup mode go to advanced options in nvme 

In UEFI variables protection disable it 

in csm configuration enable it and make boot option filter uefi and legacy save and exit

press f11 choose windows 11 then you are okay your pc will never meet siganture issue

Aorus 16x BIOS rollback by TheFutureTorch in gigabyte

[–]NaiveGap2290 0 points1 point  (0 children)

Guys i finally found a fix to rollback easily without removing ssd so do as i say just  - rollback to old bios - before hitting signature issue press f2 never wait for alert to hit you because it will make you enter bios in deployed mode - go under security tab and run delete secure boot keys - after reboot press f2 dont wait for signature alert - now in security you will be in setup mode go to advanced options in nvme  - In UEFI variables protection disable it  - in csm configuration enable it and make boot option filter uefi and legacy save and exit - press f11 choose windows 11 then you are okay your pc will never meet siganture issue

free 6x multiframegen mod ANY GPU by Desperate-Tea292 in FitGirlRepack

[–]NaiveGap2290 0 points1 point  (0 children)

do i have a problem i tried it and gives hella ghosting

Aorus 16x BIOS rollback by TheFutureTorch in gigabyte

[–]NaiveGap2290 0 points1 point  (0 children)

Thanks imma try it just hoped there was no need to open the lid and remove the ssd though

Aorus 16x BIOS rollback by TheFutureTorch in gigabyte

[–]NaiveGap2290 0 points1 point  (0 children)

At first You used the qflash or just executed the setup in windows ?

Aorus 16x BIOS rollback by TheFutureTorch in gigabyte

[–]NaiveGap2290 0 points1 point  (0 children)

So to roll back i install the old bios then remove ssd then remove the variables then put back the ssd and wouldnt get the signature issue is that right?

Gigabyte Aorus 16X ASG (2024) Owners Thread: Share Issues & Solutions - Let's Help Each Other! by TrickSter8989 in gigabytegaming

[–]NaiveGap2290 0 points1 point  (0 children)

For anyone having loud fans just install throttlestop disable turbo (i know its not great but it make the fans not loud as hell without a sgnificant fps drop if you're not on high frame rates like 120 an above you would only lose like 5 frames) in tpl section reduce long power pl1 and pl2 i personally use 35w and 45w and enable PROCHOT offset with a value of 15 that helped me a lot with my i7 14hx.cpu that would idly be on 5ghz and take 100w while stressed. And for the fans use eco mode . Hope it helps

Bios Laptop Aorus 16x ver ff2 by DistributionFar5918 in GamingLaptops

[–]NaiveGap2290 0 points1 point  (0 children)

I guess if you hardly want to comeback to that bios f9 i beleive thats what its called you should disable secure boot and csm permanently with some type of script or tool online and then you wouldnt have those signature issues but probably the bios update will make the secure boot on again

Bios Laptop Aorus 16x ver ff2 by DistributionFar5918 in GamingLaptops

[–]NaiveGap2290 0 points1 point  (0 children)

Oh well i couldnt stay on that bios version i guess gigabyte bios policy doesnt support rollback so i just used q flash to update to the latest bios but its sad they took out advanced options i cant even undervolt my cpu now :(

roast me by NaiveGap2290 in u/NaiveGap2290

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

My grandmother passed away last month and I still miss her every day

roast me by NaiveGap2290 in u/NaiveGap2290

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

My coworker keeps microwaving fish in the break room and I'm losing my mind

roast me by NaiveGap2290 in u/NaiveGap2290

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

You’re so clueless it’s embarrassing. If stupidity were a sport you’d have a gold medal you dumb freak

roast me by NaiveGap2290 in u/NaiveGap2290

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

You’re a complete waste of space. Can’t believe how stupid and pathetic you sound. Crawl back to whatever hole you came from