Jump to content

Recommended Posts

Posted
Which version of Windows 10 are you using?

 

Edit. Some Googling reveals that the /fw switch was added in Windows 10 v1709.

 

1803 Education version.

  • 3 weeks later...
Posted (edited)

A lot of people already know this one I'm sure.

 

WinKey+Shift+S opens the snipping overlay with rectangle select, when you make your selection it disappears and you have your snip on the clipboard. It can save a great deal of time and is a good one to pass on to teaching staff.

 

Oh sorry just to add this works from W10 1703 onwards I believe.

Edited by JRowley
  • Thanks 3
Posted
A lot of people already know this one I'm sure.

 

WinKey+Shift+S opens the snipping overlay with rectangle select, when you make your selection it disappears and you have your snip on the clipboard. It can save a great deal of time and is a good one to pass on to teaching staff.

Not Windows 7? [i can make it work in Windows 10]

Posted

systeminfo at a command prompt will tell you when a PC booted up and when it was first installed, along with a whole host of other useful stuff.

 

The one that always amazes staff: hold down Ctrl and scroll with your wheel to zoom in and out of webpages & pretty much any Office application (including PDFs). I think we all get so used to doing that without even thinking about it that we can forget to pass it on :)

  • 1 month later...
Posted

Encode an H.265/HEVC video on a Mac using FFmpeg and Apple's T2 security chip (which includes a hardware-accelerated HEVC encoder).

 

ffmpeg -i ~/Desktop/Input.mov -c:v hevc_videotoolbox -vtag hvc1 -preset veryslow -crf 26 -b:v 3000k -c:a copy ~/Desktop/Output.mkv

 

Adjust bitrate/CRF values and input/output files as necessary.

 

GiIXxV.png

 

^ This is seriously quick! 🤯

Posted

Speed up Windows 10 feature update installation...

 

https://docs.microsoft.com/en-us/windows/deployment/update/feature-update-user-install

 

If you’re deploying Feature update to Windows 10, version 1709 or later, by default, portions of setup are configured to run at a lower priority. This can result in a longer total install time for the feature update. When deploying within a maintenance window, we recommend that you override this default behaviour to benefit from faster total install times. To override the default priority, create a file called SetupConfig.ini on each machine to be upgraded in the below location containing the single section noted.

 

[b]%systemdrive%\Users\Default\AppData\Local\Microsoft\Windows\WSUS\SetupConfig.ini[/b]

[setupConfig]
Priority=Normal

 

Credit: https://twitter.com/danielclasson/status/1070988654015901701

  • Thanks 2
  • 1 month later...
Posted (edited)
Pet Peeve:

 

Why is it the only way you can access the recycle bin is from the desktop (that i know of).

 

Have to close down my mountain of windows every time i delete stuff etc.!

 

Type "Recycle Bin" in the address bar of a Windows Explorer window:

 

Recycle Bin.jpg

 

:thumb:

Edited by 6Foot2
  • Thanks 2
Posted
Type "Recycle Bin" in the address bar of a Windows Explorer window:

 

[ATTACH=CONFIG]51729[/ATTACH]

 

:thumb:

 

I just shift-delete everything.

 

However the thing to do is add the desktop as a toolbar to the start menu, then make it as small as possible so it's a menu

Posted

Completely block automatic restarts in Windows 10.

 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\MusNotification.exe]
"Debugger"="cmd.exe /c echo %DATE% %TIME% suppressed automatic reboot >> C:\\\\UpdateOrchestrator.log"

 

Source: www.reddit.com/r/sysadmin/comments/aavocr/after_6_months_of_testing_this_in_my_company_i/

 

I tested this a lot and confidently say this is the most unintrusive method I know to suppress automatic reboots, nag screens, update notifications and the lot.

 

Windows Update uses this executable a lot. Not only for restarting, but for every type of notifications you can get about them. "Updates available", "You should really install updates right now", "Updates need to be installed, please restart" as well as "Updates cannot be installed" won't appear anymore. Taken you are monitoring installed updates, which you should, this shouldn't be an issue.

 

While blocking the UpdateOrchestrator\Restart task, which basically just calls MusNotification.exe with some arguments, isn't new, Microsoft blocked disabling it in 1803. This feature has to stay for backwards compatibility, so I'm certain this workaround won't be fixed any time soon.

  • 4 weeks later...
Posted

Use F8 in Microsoft Word to select text quickly

 

What many users of Microsoft Word don't know is that it is also possible to use the F8 key on the keyboard for text selection.

 

The F8 key is mapped to what Microsoft's Office team calls Extend Mode.

 

The entire process works similarly to using mouse clicks to select text. Double-tap on the F8-key on the keyboard to select a word, triple-tap on the F8-key to select a sentence, activate the F8-key four times to select the paragraph, and a fifth time to select the entire document.

 

  • F8: enter Extend Mode
  • 2x F8: highlight word
  • 3x F8: highlight sentence
  • 4x F8: highlight paragraph
  • 5x F8: highlight entire document
  • Esc: exit Extend Mode
  • Adding Shift: reverses the operation

One difference to using the mouse to highlight text in Microsoft Word is that Word remembers how many times you tapped on F8. It is no longer necessary to perform the operation in a limited period for it to register with the program.

 

You can tap three times first, and five seconds later once more to select an entire paragraph.

 

KDZ7Ww.gif

  • Thanks 3

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...