Sometime the mouse that we just bought spoil, usually the wire cut.
If you still 'love' the mouse , you can replace the spoil wire with 'unbreakable' wire.
Prepare the USB connector wire ,hard or soft , it's depend to you. Cut the Female connector.
Remove the wire sleeve.
Open the Mouse hosing.
Refer to the original wire with connector.There are :
1) Green wire
2) White wire
3) Red wire
4) Black wire
5) grounding wire ( just ignore it )
Remove the spoil original mouse wire with the connector.
Keep the board upside down then soldering the new USB connector wire follow the wire color position.
Take note that some USB connector wire have no red color wire. It equal to Brown color wire.
Assemble back all thing and your mouse will run again
This problem happen due to a virus.
Do not format your removable storage, you will regret it.All data will lost
What you should do is.
1. Go to Start Menu > Tolls > Folder Options > View > Show hidden files and folders.
You will see the original folders are hidden
2. Click Start then go to Run
3. type CMD then click OK
4. Command prompt will appear . type > attrib -h -r -s /s /d j:\*.* ( j: is the removeable media name )
then press "Enter"
5. Wait until the command prompt appear one more time. Its mean that the task is completed.
attrib defination:
There are 4 attributes in Windows files:
* (h) Hidden file attribute
* (r) Read-only file attribute
* (s) System file attribute
* (a) Archive file attribute
The general attrib command syntax is:
attrib [+r|-r] [+a|-a] [+h|-h] [+s|-s] [d:][path]filename [/s] [/d] [/l]