13 February 2017

Create funny harmless trick to continuous eject CD/DVD Drives



This is very funny Harmless trick. It can continuously eject your CD/DVD drives working on all operating system including window 7,8 ,8.1 & 10. Just follow these simple steps:-


Step 1 : Open Notepad copy below text in Notepad and save file with techiestrends.vbs 


Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop


Double click on .vbs file  and you will see that CD/DVD continuously eject. You can Stop this restart your computer. 

6 February 2017

Remove the write-protection from Pendrive (USB) Window 7, 8, 10



Today, I am sharing with  you very useful trick , how we can remove write protection from pen drive (USB).Just follow these steps. !




How we can Remove Write Protection From pen drive  remove write protection from pendrive. Remove write protection from usb. Remove write protection from san disk pendrive 16 gb



1. Open Run.  (Window + R).
     Type regedit.



How we can Remove Write Protection From pen drive  remove write protection from pendrive. Remove write protection from usb. Remove write protection from san disk pendrive 16 gb


2.  Then Press  Ok 

3. Now, Navigate to the following path :-

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies

4. Then Double Click on the Write Protect key located in the right side pane.

5. Then set the value to 0 and Press Ok !


How we can Remove Write Protection From pen drive  remove write protection from pendrive. Remove write protection from usb. Remove write protection from san disk pendrive 16 gb vishal barhia


Now, Restart you computer and you will see that write protection is removed now !!

Working on all windows 10, window 7 and window 8.