[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology

Name
Options
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.
  • You may highlight syntax and preserve whitespace by using [code] tags.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


Janitor application acceptance emails are being sent out. Please remember to check your spam box!


[Advertise on 4chan]


File: attachment-9.gif (3.2 MB, 498x576)
3.2 MB
3.2 MB GIF
What the h*ck?
>>
Modern "memes" are insufferable.
>>
https://support.microsoft.com/en-us/office/using-the-office-key-df8665d3-761b-4a16-84b8-2cfb830e6aff
>>
>>107220730
I just think pressing F1 on my laptop keyboard to open up MS Edge with search results for "how to get help in windows 11" is just do goddam convenient, I love it!!!
>>
>>107220827
its wild that you need to run this just to block that behavior.
taskkill /f /im HelpPane.exe
takeown /f %WinDir%\HelpPane.exe
icacls %WinDir%\HelpPane.exe /deny Everyone:(X)
>>
NOT my problem :^)
>>
>>107220883
Oh hey its no longer doing that, thanks
>>
>>107220910
till patch tursday when they teset everything to defaults
>>
>>107220730
Does it actually open it in the default browser or does it open it in Edge?
>>
>>107221301
the former
>>
>>107220883
Wow, this was so quick and helpful. Thanks!
>>
File: 1737928355506369.jpg (24 KB, 512x512)
24 KB
24 KB JPG
>>107220730
>*makes winshit bearable in ur path*
>>
don't worry stinkxy linxies I got you
echo -e '\n# Open LinkedIn\n"xdg-open https://www.linkedin.com"\n    Control+Shift+Alt+Mod4 + l' >> ~/.xbindkeysrc && killall xbindkeys; xbindkeys
>>
>>107222525
i unironically use xbindkeys to make hotkeys for various 4chan boards corresponding their url. right control + e opens /e/ for example.
>>
>>107222568
this just gave me the ick...
>>
>>107222597
good. i hope it was unpleasant for you.
>>
>>107220894
I'm glad I put it on my 13th gen comp. However I just broke down and ordered a w11 pc just so I can use ableton live 12. I'm like a decade out of date and my computer is starting to fail. 14 yrs ain't bad.
Just shows ya how much bullish is in modern software. I'm gonna have like 4 times the cores 8 times the ram and I've already read people struggling to run 40-50 tracks. My 32 bit version is running a project with 60 right now. 4 gigs of ram. Multiple instances of serum. How can modern stuff suck so much that it can't run like 400 tracks easy?
>>
>>107222525
Damn, I was kind of expectimg rm rf encoded in base64 somewhere in there
>>
>>107222525
does it work on wayland
>>
>>107220730
Microsoft bought linkedindia a while ago
>>
It's hardcoded into the Desktop Shell, aka explorer.exe, plus a bunch more Win+Alt+Shift+Ctrl+Key combos.

If you use the dwm.exe wm environment, it doesn't happen anymore.

For those that want it, I use Win+Alt+Del to switch between explorer and dwm modes with this script.

Win+r opens run, Win+u opens cygwin (if installed at C:\cygwin64, Win+v opens cmd.exe, Win+i opens powershell, Win+e opens total commander and Win+shift+s opens snip.

#Requires AutoHotkey v2.0
#NoTrayIcon
#SingleInstance Force

winrun := "rundll32.exe shell32.dll,#61"
cygwin := "C:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico -"
cmd := "cmd.exe"
powershell := "powershell.exe"
commander := "C:\Program Files\totalcmd\TOTALCMD64.EXE"
sniptool := "SnippingTool.exe"
explorer := "explorer.exe"
process_mode := 0

LaunchProc(proc) {
try {
run proc
}
catch {
MsgBox "Launch Failed", proc
}
}
LauExp() {
Global explorer
Global process_mode
LaunchProc(explorer)
if process_mode == 1 {
process_mode := 0
SetExplorerMode()
}
}
KillExplorer() {
Global explorer
Global process_mode
success := 1
while ProcessExist(explorer) {
try {
ProcessClose explorer
}
catch {
MsgBox "Could not kill explorer.", explorer
success := 0
}
}
if success == 1 {
process_mode := 1
SetMinimalMode()
}
}
if ProcessExist(explorer) {
process_mode := 0
}
if not ProcessExist(explorer) {
process_mode := 1
}
#+!Delete::ExitApp 0
#HotIf ProcessExist("explorer.exe")
#!Delete::KillExplorer
#HotIf

SetExplorerMode() {
MsgBox "Explorer Mode", "AutoEnv"
}

#HotIf not ProcessExist("explorer.exe")
#v::LaunchProc(cmd)
#u::LaunchProc(cygwin)
#i::LaunchProc(powershell)
#r::LaunchProc(winrun)
#e::LaunchProc(commander)
#+s::LaunchProc(sniptool)
#!Delete::LauExp
#HotIf
SetMinimalMode() {
MsgBox "Minimal Mode", "AutoEnv"
}
>>
>>107220730
Doesn't work for me.
>>
>>107223256
Correction, IT DOES.
GOOD GOD!
>>
>>107223239
I compile it to an exe in AHK and keep it in my startup tasks.

Also, the new snipping tool is also a part of explorer.exe, so you'll have to use the old one.
>>
>>107220919
Thank you stroke-anon
>>
>>107222479
Love that shit. It actually works through wine (at least proton version) now too, which amazes me.



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.