Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to assign a letter to a drive

# assign a letter to a Drive partition
# Type the steps one by one in command prompt
# You shouldn't type the lines that begin with #
--------------
# oepn diskpart
diskpart
--------------
# list the partitions on the selected disk
list volume
--------------
# now select the partition you want to assign a letter to(in this case we'll select partition 0)
select volume 0
--------------
# and finally assign the letter you want to selected partition(in this case we'll assign letter D)
assign letter=D
--------------
# Done, now exit.
exit
--------------
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu microphone does not work 
Shell :: snap remove 
Shell :: Set wp-config.php using wp-cli 
Shell :: remove docker compose cluster 
Shell :: trusted installer owner 
Shell :: powershell elevate to admin within a function 
Shell :: file explorer shortcut 
Shell :: ffmpeg mkv to mp4 
Shell :: how to debug wirless android 
Shell :: sonarqube docker setup 
Shell :: access desktop from wsl 
Shell :: robotframework seleniumlibrary install 
Shell :: how to install python on linux/terminal 
Shell :: install/uninstall deb packages from linux/ubuntu 
Shell :: wkhtmltopdf javascript 
Shell :: how to force push heroku 
Shell :: nvm install ubuntu 
Shell :: how to install hashcat 
Shell :: git reset branch 
Shell :: github repo with most issues 
Shell :: bash Creating help function 
Shell :: Iterate over only folder in bash 
Shell :: install next js 
Shell :: How to install specific Laravel version using composer 
Shell :: ping in cmd 
Shell :: create xampp shortcut ubuntu 
Shell :: python install opencv 
Shell :: git flow init 
Shell :: delete ppa repository ubuntu 
Shell :: bash vertical bar 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =