Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

We need to create a batch script using the registry to start the calculator and setup but also delete it. I know the location of

We need to create a batch script using the registry to start the calculator and setup but also delete it. I know the location of the registry but I'm not sure how the script would look. Any help is appreciated.

image text in transcribed

The format is like this:

add.reg **********

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "Calc"="C:\\Windows\\System32\\calc.exe"

del.reg *********

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "Calc"=""

test.bat ***********

@echo off REG IMPORT add.reg REG IMPORT del.reg

3. Use Regedit to put the Command Prompt into the context menu. a. Export your newly created HKEY and create a Batch Script that will Import it into the Registry. b. Create a Batch Script that will Delete this specific HKEY. 4. Use Regedit to add "Move To" & "Copy To to the context menu. a. Export your newly created HKEY and create a Batch Script that will Import it into the Registry

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions