windows hidden attribute enabled
show -> attrib -H -S -R Desktop\myfile.txt
show recursive --> attrib -H -S -R Desktop\*
hidden -> attrib -H -S -R Desktop\myfile.txt
hidden recursive --> attrib -H -S -R Desktop\*
show recursive --> attrib -H -S -R Desktop\*
hidden -> attrib -H -S -R Desktop\myfile.txt
hidden recursive --> attrib -H -S -R Desktop\*
Windows 10 and 8.1 Dual Boot
Hi,everyone
X:\Sources>
X:\Sources>d:
D:\>dir
D:\>diskpart
DISKPART> select vdisk file=d:\win10.vhd
DiskPart successfully selected the virtual disk file.
DISKPART> attach vdisk
100 percent completed
DiskPart successfully selected the virtual disk file.
DISKPART> exit
Leaving DiskPart...
D:\>
X:\Sources>
X:\Sources>d:
D:\>dir
D:\>diskpart
DISKPART> select vdisk file=d:\win10.vhd
DiskPart successfully selected the virtual disk file.
DISKPART> attach vdisk
100 percent completed
DiskPart successfully selected the virtual disk file.
DISKPART> exit
Leaving DiskPart...
D:\>
1. Keyboard'dan win(windows logo button) + R klik edin
2. Açılan pəncərə(window) regedit daxil edin və Enter vurun
3. HKEY_CLASSES_ROOT\Directory\shell path'ə gedin
4. Shell üzərindən right click edin New-->Key edin yeni bir folder yaradılacaq və bir ad verin "CmdCommand"
5. CmdCommand uzərindən right click edin New-->Key click edin və yeni bir ad verin "Command"
6. Hal hazırda right click əməliyyatında button yaradılıb amma işləmir "Test edə bilərsiz"
7. Command folder'də Default adında bir String Value var, ona klik edin
8. Açılan pəncərəsində
Value data: cmd.exe /k cd %1
daxil edin və Enter vurun
9. Hazırdır, uğurlar
2. Açılan pəncərə(window) regedit daxil edin və Enter vurun
3. HKEY_CLASSES_ROOT\Directory\shell path'ə gedin
4. Shell üzərindən right click edin New-->Key edin yeni bir folder yaradılacaq və bir ad verin "CmdCommand"
5. CmdCommand uzərindən right click edin New-->Key click edin və yeni bir ad verin "Command"
6. Hal hazırda right click əməliyyatında button yaradılıb amma işləmir "Test edə bilərsiz"
7. Command folder'də Default adında bir String Value var, ona klik edin
8. Açılan pəncərəsində
Value data: cmd.exe /k cd %1
daxil edin və Enter vurun
9. Hazırdır, uğurlar
How to Restore and Customize Ubuntu GRUB Bootloader
Steps:
1) Create a bootable USB Flash Drive of Ubuntu.
- Download Ubuntu
http://www.ubuntu.com/download/desktop
- Download and install Universal USB Installer
http://www.pendrivelinux.com/universa...
- Create bootable USB flash drive of Ubuntu
2) Restart computer and boot into Ubuntu.
3) Use try Ubuntu and install boot-repair.
Commands:
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install boot-repair
y
boot-repair
4) Recommended repair.
5) Afterwards, if you restart, you can see the GRUB Bootloader again. You can select between Ubuntu and Windows.
6) Use Ubuntu
Next parts will be customizing Ubuntu GRUB Bootloader:
8) Open a terminal:
sudo fdisk -l
9) Keep track of what sda number is Windows partition on.
10) Customize GRUB bootloader
cd /boot/grub
sudo gedit grub.cfg
11) Delete any duplicate entries that do not match sda number correctly, and delete any extra entries that you may never use.
1) Create a bootable USB Flash Drive of Ubuntu.
- Download Ubuntu
http://www.ubuntu.com/download/desktop
- Download and install Universal USB Installer
http://www.pendrivelinux.com/universa...
- Create bootable USB flash drive of Ubuntu
2) Restart computer and boot into Ubuntu.
3) Use try Ubuntu and install boot-repair.
Commands:
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install boot-repair
y
boot-repair
4) Recommended repair.
5) Afterwards, if you restart, you can see the GRUB Bootloader again. You can select between Ubuntu and Windows.
6) Use Ubuntu
Next parts will be customizing Ubuntu GRUB Bootloader:
8) Open a terminal:
sudo fdisk -l
9) Keep track of what sda number is Windows partition on.
10) Customize GRUB bootloader
cd /boot/grub
sudo gedit grub.cfg
11) Delete any duplicate entries that do not match sda number correctly, and delete any extra entries that you may never use.
how do you resize a VirtualBox?
cavadjava@Javad:~/VirtualBox VMs/Windows XP$ export PS1='>'
>vboxmanage modifyhd Windows\ XP.vdi --resize 10000
>vboxmanage modifyhd Windows\ XP.vdi --resize 10000
Comments
Post a Comment