- Launch regedit by pressing Win+R and enter "regedit" in the field.
- Go to the following folder:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer - Creat new DWORD entry named "NoDrives".
- On the right side of the window, under Base part, set the radio button to decimal and enter the number of the drive you want to hide:
A: 1, B: 2, C: 4, D: 8, E: 16, F: 32, G: 64, H: 128, I: 256, J: 512, K: 1024, L: 2048, M: 4096, N: 8192, O: 16384, P: 32768, Q: 65536, R: 131072, S: 262144, T: 524288, U: 1048576, V: 2097152, W: 4194304, X: 8388608, Y: 16777216, Z: 33554432, ALL: 67108863. - Click OK and restart computer to apply changes.
Monday, June 17, 2019
How to hide drives from Windows Explorer
Wednesday, December 13, 2017
How to fix Windows not starting after resizing partitions (errorcode 0xc0000225)
1. Boot Windows from installation media.
2. Choose Repair PC option and launch Command Line.
3. Enter the follwing command:
2. Choose Repair PC option and launch Command Line.
3. Enter the follwing command:
bootrec /rebuildbcd
Tuesday, October 17, 2017
How to schedule a task to run when shutting down windows
- Launch Local Group Policy Editor by pressing Ctrl+R and enter "gpedit.msc" in the field.
- Navigate to Computer Configuration -> Windows settings -> Scripts -> Shutdown
- Right click on Shutdown and choose Properties.
- In the window appearing click the button "Add...".
Saturday, September 2, 2017
How to switch Windows 10 between IDE/AHCI/RAID modes without reinstalling
1. Right click on Start Menu and select "Command Prompt (Admin)".
2. Enter the following command:
3. Restart the computer, enter BIOS setup and change the SATA operation mode how you like.
4. Save changes and let the Windows start. It will boot to Safe Mode.
5. Right click on Start Menu and select "Command Prompt (Admin)".
6. Enter the following command:
2. Enter the following command:
bcdedit /set safeboot minimal3. Restart the computer, enter BIOS setup and change the SATA operation mode how you like.
4. Save changes and let the Windows start. It will boot to Safe Mode.
5. Right click on Start Menu and select "Command Prompt (Admin)".
6. Enter the following command:
bcdedit /deletevalue safeboot7. Restart the computer. Windows 10 will boot normally.
Labels:
ahci,
between,
change,
how,
how to,
ide,
mode,
operation,
raid,
reinstall,
reinstalling,
sata,
switch,
to,
windows,
windows 10,
without
How to export passwords from Google Chrome
1. Open Google Chrome.
2. Type "chrome://flags/" in the address bar.
3. Press Ctrl+F to get the search field and find "Password export and import".
4. Enable it.
5. "RELAUNCH NOW" button will appear, press it to apply the change you made.
6. Type "chrome://settings-frame/" in the address bar.
7. Click the link "Show advanced settings" on the bottom of the page.
8. Click the link "Manage passwords".
And Export and Import button will appear in middle.
2. Type "chrome://flags/" in the address bar.
3. Press Ctrl+F to get the search field and find "Password export and import".
4. Enable it.
5. "RELAUNCH NOW" button will appear, press it to apply the change you made.
6. Type "chrome://settings-frame/" in the address bar.
7. Click the link "Show advanced settings" on the bottom of the page.
8. Click the link "Manage passwords".
And Export and Import button will appear in middle.
Monday, March 20, 2017
How to change Remote Desktop port number
- Launch regedit by pressing Win+R and enter "regedit" in the field.
- Go to the following folder:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp - Open the entry named "PortNumber".
- On the right side of the window, under Base part, set the radio button from hexadecimal to decimal and then enter the desired port number in the left side.
- Launch Windows Defender Firewall with Advanced Security by pressing Ctrl+R and enter "wf.msc" in the field.
- In the left column, select "Inbound Rules".
- In the right column, select "New Rule..."
- In the appearing window, select "Port" radio button and click Next.
- Leave the top radio button on TCP and enter the number given previously in regedit and click Next.
- Leave the radio button on the top option and click Next.
- Select the network types you want to enable RDP on (default is all of them) and click Next.
- Enter a name (up to you, it has no effect on functioning) and click Finish.
Wednesday, November 16, 2016
How to automatically log in to Windows
1. Press Ctrl + R to open Run window and enter "netplwiz".
2. Choose the user you want to log in to automatically and clear the checkmark from "Users Must Enter A User Name And Password To Use This Computer".
3. Click OK and enter the password for the user twice.
2. Choose the user you want to log in to automatically and clear the checkmark from "Users Must Enter A User Name And Password To Use This Computer".
3. Click OK and enter the password for the user twice.
Subscribe to:
Posts (Atom)