Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

diskpart assign letter

# 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 :: install cpanm 
Shell :: linux print screen 
Shell :: docker force remove container 
Shell :: open folder in gui from terminal linux 
Shell :: set trustedinstaller as owner 
Shell :: rm except one file 
Shell :: aws eks update-kubeconfig 
Shell :: ffmpeg convert mkv to mp4 
Shell :: delete first column bash 
Shell :: git checkout new branch 
Shell :: git reverse last push 
Shell :: clean my ubuntu 
Shell :: refusing to merge unrelated histories git 
Shell :: install xampp on Linux 
Shell :: how to run explorer in wsl 
Shell :: install poetry 
Shell :: mongodb server stop command in kali linux 
Shell :: how to update metasploit 
Shell :: extract rpm in linux 
Shell :: adb push image to gallery 
Shell :: how to concat pdf linux 
Shell :: get list of directories bash 
Shell :: install next app 
Shell :: bash delete a range of lines from a file 
Shell :: how to ping in cmd 
Shell :: install plasma arch 
Shell :: how to list banned IP ubuntu 
Shell :: xargs multiple commands "mac" 
Shell :: install laravel globally ubuntu 
Shell :: nuxt .env file not load 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =