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. 



30 January 2017

Keyboard working automatically_ funny trick with computer



Today i am sharing with you very funny trick. This can continuously type any message and keyboard working automatically.

Step 1:  Open Your Notepad

- Copy and paste following Lines in Notepad and save with techiestrends.vbs



Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop




Post script: This trick continuous type message. To stop this Restart your computer.


26 January 2017

Matrix Falling Code Effect

This code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as Matrix.bat 




@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks


Upon running the bat file, you will see the "Matrix falling code" effect.

24 January 2017

Remove Pendrive shortcut virus without lost data (USB)_Window 7 , 8 & 10



I am sharing with you how we can recover data from pen drive (USB) if we have shortcut virus in this and without losing any data.

Follow below simple steps:-

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



Remove Shortcut Virus from pendrive. Remove shorcut virus from pendrive with out loosing data. recoverd data from the shorcut virus pendrive. Recovered data from pendrive without loosing it. Vishal barhia !recovered data. vishal, gulzar. data recovery




2. Then Press OK.

Now you can see command prompt.
Remove Shortcut Virus from pendrive. Remove shorcut virus from pendrive with out loosing data. recoverd data from the shorcut virus pendrive. Recovered data from pendrive without loosing it. Vishal barhia !recovered data. vishal, gulzar. data recovery

3. Then type this command.

   attrib -h -r -s /s /d k:*.*


Remove Shortcut Virus from pendrive. Remove shorcut virus from pendrive with out loosing data. recoverd data from the shorcut virus pendrive. Recovered data from pendrive without loosing it. Vishal barhia !recovered data. vishal, gulzar. data recovery


Note:-   Type that command as above. ! Here's you can see, In k replace with your pen-drive(USB) name or Your drive name.

- This take some time  as depend upon your size of pen-drive(USB). 

Now you you can see that data will be recovered. 

This is working on all operating system like window 7,8 & window 10. You have to followed above steps and your pen drive data will be safe and recovered very easily.