Not sure if this has been said already, but win + m collapses all open windows.
Ask Lemmy
A Fediverse community for open-ended, thought provoking questions
Rules: (interactive)
1) Be nice and; have fun
Doxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them
2) All posts must end with a '?'
This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?
3) No spam
Please do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.
4) NSFW is okay, within reason
Just remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com.
NSFW comments should be restricted to posts tagged [NSFW].
5) This is not a support community.
It is not a place for 'how do I?', type questions.
If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.
6) No US Politics.
Please don't post about current US Politics. If you need to do this, try !politicaldiscussion@lemmy.world or !askusa@discuss.online
Reminder: The terms of service apply here too.
Partnered Communities:
Logo design credit goes to: tubbadu
Are you serious? arrow keys instead of clicking? let's take it further:
shift+arrow highlights letters
ctrl+arrow skips entire words
ctrl+shift+arrow highlights entire words
home/end jumps to start/end of line
ctrl+home/end jumps to start/end of text box
ctrl+shift+home/end jumps to start/end of textbox and highlights it
um, do you need me to explain what ctrl+xcv do? or ctrl+zy? or ctrl+asdwerfgop?
isn't this just basic typing? didnt yall learn this in the 90s??? how are you all on the internet right now
wait til you hear about how i swipe texted all this
Using ublock origin picker to remove everything useless. Like, Youtube suggestions, everything but download button on ddl websites, useless footers/headers on news, etc...
Why have I not been doing this?! Just removed the "2 years old" .world banner.
Just getting people to switch away from chrome to get ublock origin is a major hack all itself and completely changed the way you use the internet.
Wait until you learn about vim keybindings. Instead of moving your hand to the arrow keys, you can stay on the homerow and movie up down left right from there.
I had to read the post twice, is the arrow keys the life hack? zu the fold, }} two paragraph and 3) to jump three sentences is. And we haven't mentioned macros yet
Yay, nobody said my favorite hack.
While browsing on the web and you want to "open link into a new tab", click using the mouse wheel like it's a regular left or right click.
It's great for researching.
Unless the page uses shitty "link" implementation where buttons are use instead of actual anchor tags. Fucking SPAs…
Or ctrl-/command-click!
Showed a coworker that while he was training me.
"OK, right-click on that and..."
<center click>
puzzled
"OK, right-click...
<center click>
there's a extension to do this with the right click button instead too
Far from most used, but very handy: ctrl+win+shift+b
It restarts the graphic subsystem, which can help recover from situations where game crashes or similar cause visual issues.
-
Double clicking with the mouse on a word usually selects the whole word with the space after, very nice for copy-pasting.
-
Double clicking on the selected word will sometimes select the whole line(In some applications it actually selects up to the newline marker, so it will grab multiple lines if resized smaller).
Actually use Home and End keys to get to the start and end of text.
Ctrl + F for searching text. Very useful.
Alt + Tab for window switching.
Linux + USB drive to switch away from Windows.
I can't live without my home, end, pagedown and pageup keys
Linux is the easier to install, less headache to run, less configuration needed, better to game on platform compared to windows.
That's my life hack. Get over the Stockholm syndrome.
less configuration needed
Would say that GNU/Linux is actually *more * customizable than Windows which then requires more config. For a techie like me, not a downside as I can figure it out.... but wouldn't say this is true for all distros even with vanilla Gnome compared to Windows or something like ZorinOS. IMO, GNU/Linux still takes the cake on this one unfortunately.
Yes if you install gentoo or something. I run arch btw(endeavour) and there was no customization needed other than installing an app store of my choice.
What distribution do you use?
Currently am on endeavour os but honestly, I started on fedora. You can get mint or ubuntu or whatever cause honestly they differences are basically about as noticable in day to day use than different editions of windows.
What distribution do you use?
Recommend CachyOS, not US centered and pretty stable.
Control Backspace deletes whole words. Misspelled control? Faster to delete and retype than move my cursor around when I'm on a roll.
when my computer pisses me off i like to smash it
Ctrl + shift + esc brings up the Windows task manager directly instead of the menu you get when you press ctrl + alt + del
Just remember that ctrl+alt+del is a system level interrupt that should always work as long as the kernel is running. Ctrl+shift+esc is not, and won't work in some situations like being used inside a fullscreen frozen program.
Oh kid, I do this for over forty years now.
I'm kinda mind blown that this is even considered a tip. isn't this just basic functionality of a text box???
it's shit like this that makes me think I do know tech a little bit, until i stumble on an actual tech community and feel like I know nothing
I'm sitting up on the upper balcony tabbing between two two plebs.
Not too sure if you can do this in windows, but I've enjoyed mapping alt+tab and alt+shift+tab to windows+mouse scroll
Linux Mint stand-in for Ctrl+Alt+Del on Windows, for when you can't open system monitor:
Get an interactive top you like > When PC freezes go to tty, open top, works like a task manager
if you're concerned about how much you need to move your hand, then you'll probably love (neo)vim
Ctrl+r on bash and zsh (possibly others) for quickly recalling anything you've typed before
To navigate to the previous folder
cd -
To reissue the previous command with a prefix. For example:
cat /root/.ssh/authorized_keys # Will fail without privilege
sudo !!
To use the argument of the previous command. For example:
tac ~/.ssh/authorized_keys # oops, misspelled cat
cat !$
The - works with git branching as well for those who didn't know. git checkout -
will switch to the previously checked out branch so it effectively toggles between your two most recent branches.
Microsoft has never fixed the sticky keys replacement cheese to unlock a PC you have physical access to. Ive done it up to W10, never tested it on W11.
-
Get a Windows recovery USB.
-
Boot into the recovery menu and open the command prompt.
-
Navagate to system32 and make a copy of the cmd.exe file (for a backup)
-
Copy the sticky_keys.exe and have it overwrite cmd.exe, then reboot.
-
On the login screen, smash the shift key until the command prompt appears and for some reason (because no user has logged in yet) it has admin permissions, so you can reset local passwords.
-
Once your logged in as a local admin, copy the backup of cmd.exe back so noone is none the wiser (except the security software that knows you messed with something)
This seems like a lot of work to bypass a password on an unencrypted drive. You can access all the files using a bootable Linux drive.
They are already using the Windows recovery disk. This is not about accessing the disk, but to access the OS with admin rights.
That.... Seems like a pretty massive vulnerability. Like obviously that can be locked down by each user or administrator, but still....
I just boot in to a linux iso to use chntpw and reset passwords