planetport.blogg.se

How to install microsoft bob on windows 10
How to install microsoft bob on windows 10





  1. HOW TO INSTALL MICROSOFT BOB ON WINDOWS 10 HOW TO
  2. HOW TO INSTALL MICROSOFT BOB ON WINDOWS 10 UPGRADE
  3. HOW TO INSTALL MICROSOFT BOB ON WINDOWS 10 WINDOWS 10
  4. HOW TO INSTALL MICROSOFT BOB ON WINDOWS 10 SOFTWARE
  5. HOW TO INSTALL MICROSOFT BOB ON WINDOWS 10 CODE

It's handy to reduce copying and pasting all the time! ^+c:: It will launch your default browser and search Google for any bit of text you have highlighted when you press Ctrl + Shift + C. If you're a heavy Google searcher, this handy shortcut lets you run a search for any copied text on your computer. You can read more about hotkeys on AutoHotkey's guide page: So for example, if you want to press Alt + Q to insert the trademark icon, you would create a script with this: !q::SendInput įor reference, the characters for keys are as follows. The characters left of the two colons are what you press to trigger the shortcut, while the symbol inside the brackets is what the shortcut inserts. Use the template below to create shortcuts that are most useful for you. With just a line of AHK code, you can quickly insert these special symbols and stop having to remember ALT codes, or copying and pasting from an online list. One of the fastest ways to input foreign characters and other uncommon symbols is using AutoHotkey. Insert Special CharactersĪside from the few special characters on your keyboard (like and *), there are dozens more that aren't so convenient to access. The below script will let you toggle showing extensions for known file types with Win + Y.ĭownload: Toggle Known File Extensions Script 6.

HOW TO INSTALL MICROSOFT BOB ON WINDOWS 10 WINDOWS 10

It's also handy when you need to deal with Windows 10 file associations. This makes it easier to spot rogue EXE files masquerading as a PDF, or similar. For security reasons, it's smart to always show file extensions. This one is similar to the above since it deals with File Explorer as well. Quickly Show or Hide Known File Extensions RegWrite, REG_DWORD, % RootKey, % SubKey, Hidden, 2 RegWrite, REG_DWORD, % RootKey, % SubKey, Hidden, 1 RegRead, HiddenFiles_Status, % RootKey, % SubKey, Hidden SubKey = Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced WClasses := "CabinetWClass ExploreWClass"

HOW TO INSTALL MICROSOFT BOB ON WINDOWS 10 CODE

That's all there is to it! You'll just need to copy the code from the linked forum post into a script: This script simply has you press Ctrl + F2 with File Explorer open to toggle showing hidden files or folders. If you only need access to hidden folders once in a while and don't want them cluttering up your view normally, this is a useful script.

HOW TO INSTALL MICROSOFT BOB ON WINDOWS 10 HOW TO

It's important to know how to view hidden files and folders in Windows at times. Using this short script will turn Caps Lock into another Shift key, but you can change it to anything you'd like (perhaps another Windows key, if your keyboard only has one of those): Turn Caps Lock into a Shift key Once you've used the above script to disable Caps Lock, it makes sense to give that key another purpose. If you prefer it off, just change that line (or remove it completely and only change Caps Lock and Scroll Lock). This assumes you want Num Lock always on. If you rarely use these modifiers, try setting them to a default value with this script: You probably use the number pad solely for digits, only hit Caps Lock by accident, and don't even care about Scroll Lock. The three Lock keys-Num Lock, Caps Lock, and Scroll Lock-aren't used that often in today's computing. It even allows you to add your own words, which we'll discuss later.ĭownload: AutoCorrect Script 2. It contains thousands of common misspellings-when you make a mistake, it instantly replaces your error with the correct word. Related: How to Enable the Built-In Autocorrect in Windows 10 And while this is an old AHK script, typos don't go out of style. AutoCorrectĮven with the precision of a desktop keyboard, you're still bound to make mistakes when typing. For even more AutoHotkey script examples, including ones that are much more complex than these, check out the AutoHotkey Script Showcase. Here are some of the most useful AutoHotkey scripts you can download and use to improve Windows right away. Otherwise, browse to the following location: C:\Users\\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup You can get there easily by typing shell:startup into the Start menu.

how to install microsoft bob on windows 10

However, you'll probably want some of these scripts to run as soon as you boot your computer so you don't have to start them manually every time.

how to install microsoft bob on windows 10

To run a script, simply double-click on it and it will go into effect.

HOW TO INSTALL MICROSOFT BOB ON WINDOWS 10 SOFTWARE

Now that you have the software to run AutoHotkey scripts, you can download scripts that others have written to take advantage of them without doing any work on your own. Notepad++ and Visual Studio Code are both great free options.

HOW TO INSTALL MICROSOFT BOB ON WINDOWS 10 UPGRADE

Speaking of this, it's a good idea to upgrade your text editor from the basic Notepad. Just make sure it has the right file extension! Note that you can also open your text editor, type up an AutoHotkey script, and save it as a file ending in.







How to install microsoft bob on windows 10