Respuesta :
In creating a basic script to perform administrative tasks on a Windows PC, a script type you wouldn't use is: shell script (.sh).
What is a script?
A script is also referred to as a scripting language and it can be defined as a set of executable codes (instructions or commands) within a file that are executed by the operating system (OS) of a computer.
Types of scripts.
In Computer programming, there are different types of script and these include:
- .ps1
- .sh
- .bat
- .vbs
Generally, the operating system (OS) on a which a script can be used are:
- Linux
- Windows
- Unix
A shell script (.sh) is primarily designed and developed to be used on either a Linux or Unix computer system but not a Windows personal computer (PC).
In conclusion, a script type you wouldn't use in creating a basic script to perform administrative tasks on a Windows PC is a shell script (.sh).
Read more on script here: https://brainly.com/question/6957007