
Come join YSLM - CDTUP to earn passive income and can buy your needs at low prices.
Don't be fooled by part-time home-based businesses!! And all the bullshit of working life.
.english / malay/indonesia | |||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||
...... | .. | .... | |||||||||||||||||||||||||||||||||||||||||||||||||
This webpage
is intended for illustration and promotion, the
official website is at
www.bossventure.com
Greeting to all visitors, we are putting all
our efforts
into promoting this BossVenture through this website. We are in need of leaders throughout the country
Your name will be listed as leaders in your
respective
states.
If there is any new membership, they will be joining under you automatically
Join us immediately to ensure your name listed
as leaders so
that
you will be contacted by your prospect of the respective state.
**Before
you fill in the BossVenture membership form,
make sure you contact the admin or webmaster first (either calling or sms to numbers show at the right side of this page)**
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
Penafian : Trademark
dan logo yang
tertera dalam web ini adalah
hak milik syarikat berdaftar. Ini adalah laman persendirian bukannya laman rasmi syarikat yang disertai. Tidak dibenarkan mengambil, copy, download atau apa saja bentuk peniruan artikel, teks, video dan segala isi kandungan dalam web ini tanpa kebenaran bertulis dari kami. Hubungi +6017.5505.906 |
Ron Douglas shares the ingredients for his version of KFC's 11 herbs and spices recipe — 1 teaspoon ground oregano — 1 teaspoon chili powder — 1 teaspoon ground sage — 1 teaspoon dried basil — 1 teaspoon dried marjoram — 1 teaspoon pepper — 2 teaspoons salt — 2 tablespoons paprika — 1 teaspoon onion salt — 1 teaspoon garlic powder — 2 tablespoons Accent |
You may want to block USB mass storage device to disallow the unauthorized use of pendrives or you may want to unblock USB mass storage device to get access (most of the case in college’s net lab).
Well, this can be done by a simple registry tweak. Before doing so, I recommend taking a backup of the registry because playing with registry can be harmful for your OS. Read (How to backup your windows registry). When you have backup the key :
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR proceed further.
To disable access
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR] “Start”=dword:00000004
To enable access
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR] “Start”=dword:00000003
Copy the required code to a text file and save it as *.reg file. Just open that file and information will be added to the registry.
Source : Thinkdigit Forum
How viruses spread from USB/Thumb/Pen drive?
Whenever a USB drive is plugged into a infected computer, virus copies itself to the pen drive and sets it to execute itself when pen drive is accessed by making changes in the autorun.inf. Whenever pen drive is accessed, the autorun.inf calls the executable file of the virus upon which the system gets infected.
How to save your computer from viruses from USB/Thumb/Pen drive?
The most effective method of preventing your system from getting infected is to disable autorun feature of USB devices. DJ tells us about disabling autorun feature on Sizlopedia. He tells us a method in which he uses gpedit.msc and disable autorun feature but the problem is that gpedit.msc is not available under Windows XP Home Edition.
So, I am going to explain how to disable USB autorun feature through registry editing which not only works for WInXP Home but also for any other edition of Windows.
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ WPAEvents
Modify the binary data of OOBETimer to FF D5 71 D6 6A 8D 6F D5 33 93 FD
Change the permission of folder WPAEvents of SYSTEM to DENY.
Restart PC and done !!