How to Install Office 2019 and Make Your USB Run Automatically
Hatched by Chanchal Mandal
Dec 10, 2023
3 min read
11 views
How to Install Office 2019 and Make Your USB Run Automatically
Have you ever wanted to install Office 2019 and make your USB drive run automatically? In this article, we will guide you through the process of installing Office 2019 and creating a batch file on your USB drive to make it run as soon as you plug it in. We will also provide some additional tips and tricks to enhance your experience. So let's get started!
Installing Office 2019 is a simple process that can be done by following a few easy steps. First, you need to download the latest version of Office 2019 from the official Microsoft website. Once the download is complete, locate the downloaded file and double-click on it to start the installation process. Follow the on-screen instructions and choose the desired settings for your installation. After the installation is complete, you can launch any Office application and start using it right away.
Now, let's move on to the interesting part - making your USB drive run automatically. By default, Windows 7 and above block the AutoRun feature for security reasons. However, there is a workaround that allows you to open a specific file on your USB drive using a batch file.
To do this, create a new text file on your desktop and name it "Test.BAT". Make sure to keep the .BAT extension intact. Open the file with a text editor and enter the following text:
Start excel.exe "M:\TEST1.xlsm" /e/%Param1%/%Param%2/...
In this example, we are using Excel as the application to be opened, and the file we want to open is "TEST1.xlsm" located on the USB drive with the drive letter "M:". You can replace these values with your desired application and file path.
Save the Test.BAT file and run it from your desktop. If your antivirus prompts for permission, make sure to allow it and remember your choice to avoid the prompt every time you run the file.
To make your USB drive run automatically, create an "autorun.inf" file in the root directory of the drive. Open the autorun.inf file with a text editor and enter the following line:
action=.\iexplore.exe
This line will open Internet Explorer once the drive is plugged in. If you want to open a specific file on the drive itself, replace "iexplore.exe" with the name of the executable file preceded by ".". For example:
action=.\myprogram.exe
Remember to save the autorun.inf file and safely eject your USB drive. When you plug it back in, the specified action should occur automatically.
It's important to note that on modern systems, the AutoRun feature is usually disabled or limited for security reasons. Therefore, the above method may not work on all systems. It's always a good idea to check the documentation and guidelines provided by the operating system to ensure compatibility and security.
In conclusion, installing Office 2019 and making your USB drive run automatically can be achieved with a few simple steps. By following the instructions provided in this article, you can enhance your productivity and convenience. Here are three actionable tips to further improve your experience:
-
Keep your Office applications up to date by regularly checking for updates on the official Microsoft website. This ensures that you have the latest features and security patches.
-
Experiment with different applications and file types to open automatically on your USB drive. This can be useful for launching presentations, documents, or even custom programs.
-
Take advantage of the AutoRun feature on older systems that still support it. By customizing the autorun.inf file, you can create a personalized experience when plugging in your USB drive.
Remember to always exercise caution when using AutoRun features or executing batch files from external sources. Be mindful of potential security risks and only run files from trusted sources.
We hope this article has provided you with valuable insights and guidance on installing Office 2019 and making your USB drive run automatically. Enjoy the convenience and efficiency that these features offer in your daily tasks!
Sources
Hatch New Ideas with Glasp AI ๐ฃ
Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)
Start Hatching ๐ฃ