Prevent Users from accessing Registry Editor in Windows 8

Friday
Registry Editor in Windows OS allows you to customize or tweak the OS. 
some times few people will use it & they make something fuzzy! so prevent users to access Registry editor am gonna share you this article.

Follow the steps:
1.Open RUN (Press Windows key+R)
2.Now type "gpedit.msc" without quotes and press Enter.
3.Navigate to below path

User Configuration => Administrative Templates => System

4.Search for Prevent access to registry editing tools and open it by double clicking it or by pressing Enter.
5.Now check the Enable and press Ok.
That's it.
If anyone tries to open Registry editor it will pop by a message like
Read more ...

Add Windows Accessories to Right key Context Menu

Friday
I will use windows accessories like Snipping tool,step recorder,sticky notes,Notepad,Calculator often. to use it every time I will goto search & type it or use it so I taught to add it on Right Key Context menu.
I did it.

[Image: HcUoXgB.png]

It can be done by two methods
By Manual
By Windows registry file

Let me tell you How:
By Manual:
1.Open Notepad
2.Copy & paste the below code in Notepad


Windows Registry Editor Version 5.00

; Generated by : WR1334
; Website : http://www.vidyarthiplus.com/vp/

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\Calculator]
@="Calculator"
"icon"="calc.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\Calculator\command]
@="calc.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\CharacterMap]
@="Character Map"
"icon"="charmap.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\CharacterMap\command]
@="charmap.exe"

[HKEY_CLASSES_ROOT\DesktopBackground\Shell\Accessories]
"MUIVerb"="Windows Accessories"
"SubCommands"="Calculator;CharacterMap;MIP;Notepad;Paint;RDC;SnippingTool;SoundRecorder;StepsRe​corder;StickyNotes;FaxAndScan;WMP;WindowsJournal;WordPad;XPS-Viewer"
"icon"="imageres.dll,-109"
"Position"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\MIP]
@="Math Input Panel"
"icon"="%CommonProgramFiles%\\Microsoft Shared\\Ink\\mip.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\MIP\command]
@="mip.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\SoundRecorder]
@="Sound Recorder"
"icon"="SoundRecorder.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\SoundRecorder\command]
@="SoundRecorder.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\StepsRecorder]
@="Steps Recorder"
"icon"="psr.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\StepsRecorder\command]
@="psr.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\StickyNotes]
@="Sticky Notes"
"icon"="StikyNot.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\Notepad]
@="Notepad"
"icon"="notepad.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\Notepad\command]
@="notepad.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\Paint]
@="Paint"
"icon"="mspaint.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\Paint\command]
@="mspaint.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\RDC]
@="Remote Desktop Connection"
"icon"="mstsc.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\RDC\command]
@="mstsc.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\SnippingTool]
@="Snipping Tool"
"icon"="SnippingTool.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\WindowsJournal\command]
@="C:\\Program Files\\Windows Journal\\Journal.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\WordPad]
@="WordPad"
"icon"="C:\\Program Files\\Windows NT\\Accessories\\wordpad.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\WordPad\command]
@="C:\\Program Files\\Windows NT\\Accessories\\wordpad.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\XPS-Viewer]
@="XPS Viewer"
"icon"="xpsrchvw.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\XPS-Viewer\command]
@="xpsrchvw.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\SnippingTool\command]
@="SnippingTool.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\StickyNotes\command]
@="StikyNot.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\FaxAndScan]
@="Windows Fax and Scan"
"icon"="WFS.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\FaxAndScan\command]
@="WFS.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\WMP]
@="Windows Media Player"
"icon"="C:\\Program Files\\Windows Media Player\\wmplayer.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\WMP\command]
@="C:\\Program Files\\Windows Media Player\\wmplayer.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\WindowsJournal]
@="Windows Journal"
"icon"="C:\\Program Files\\Windows Journal\\Journal.exe"
3.Save this file as any name but with extension .reg
4.Now run the newly created reg file.
5.UAC settings will ask question just click on Yes.[Image: aDnLYC8.png]

then click on OK.
[Image: 6WAi8og.png]

To remove it from right key context follow the above steps 1&2


Windows Registry Editor Version 5.00

; Generated by : WR1334
; Website : http://www.vidyarthiplus.com


[-HKEY_CLASSES_ROOT\DesktopBackground\Shell\Accessories]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\Calculator]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\MIP]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\Notepad]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\Paint]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\RDC]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\SnippingTool]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\SoundRecorder]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\StepsRecorder]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\StickyNotes]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\FaxAndScan]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\WMP]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\WindowsJournal]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\WordPad]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandSto​re\shell\XPS-Viewer]
Follow step 4 & 5.

By Windows registry file:
1.Download the attached file  Accessories to right click context.rar
2.Extract the rar and in any location.
3.To add on Right key context open Add Acc to right.reg
4.To remove it open Rem Acc to right.reg
Read more ...

Google Research

Wednesday
At Google, there are number of teams across the world working on different projects continuously. Research happens at every company of Google i.e. Google has a hybrid approach towards research. These companies comprise of the smartest people – the ‘Googlers’. Every individual is free to work in a field based on their interest. Google shares its ideas by publishing thousands of papers every year. Research is carried out in human-computer interaction, machine learning, statistical language modelling and many such fields. Google is not limited to its own companies when it comes to research. They have a tie up with various universities for the same.

Research at Academic Level
Google reaches out to the students of various universities by providing them with funds and resources to support their innovative ideas. They also provide internships and scholarships through their student programs. Conducting workshops and seminars is their way of reaching out to budding talents and give them opportunities to excel in their field of interest.
 (Pic) Google Research @ Techwikasta   Technology Simplified For You
Here are some projects developed at Google which will leave you stunned:
Google’s Person Finder:
Mother Nature is very unpredictable. Due to this unpredictable nature, we cannot always be prepared for any natural calamity. What if such a crises strikes and your friend or family member is a victim of it? What if there is no source to contact them anyhow? Google thought about this and to aid your search, they developed an awesome project, ‘Person Finder’.
(Pic) Google Research @ Techwikasta   Technology Simplified For You
This application aims at reconnecting missing individuals with their loved ones. For this you (or a government or a non-government organization) need to embed the small version of Google Person Finder on a website. Then, anyone can enter the missing person’s name there and the app will do its job of locating the individual. In similar fashion, if you have information about a missing person, you can upload it directly on the site and it will be shown to anyone searching for him.
Google Goggles:
Suppose you’re on a tour in a completely new place and unfortunately there is no tour guide to assist you. Or maybe you’re lost somewhere and you aren’t able to describe the location to your friend for help. Google has a solution to this as well i.e. The Google Goggles.
(Pic) Google Research @ Techwikasta   Technology Simplified For You
Google Goggles is an image recognition application available for android and iOS. With this application you just have to take a picture of the landmark and the app does its job. It will provide you with all the information about it. Similarly, this can be done to scan barcodes and the app will provide you with the product information. Sounds interesting? Download it now!
Read more ...

Top 3 Online Education Websites

Wednesday
The Following three educational websites provides thousands of different courses from the best universities and colleges of the world in almost all the fields of education. 
here is the introduction to those three educational websites :
Academic Earth is an organization founded with a purpose of making it possible for all people on the earth to have an opportunity to get world class education. It’s mission is to give accessible higher education to the world. It has distinct characteristics compared to all other educational websites that makes it standout  in the web race.
The way Academic Earth works is that it partners with all educators around the world who are willing to contribute to the goal of making higher education accessible to the world. Academic Earth gets its resources from many great universities.  It is a video driven website and contains :
  • Lectures Videos
  • Tutoring Videos
  • Test Prep Videos
Using videos as a means of education has many benefits. Learning by watching videos may be more interesting than reading a textbook. Videos make every users feel that the instructors are just in front of them. Videos may make learning easier for many people who learn better when they hear and see.
Academic Earth has a variety of subjects, here are some categories :
  • Business
  • Computer Science
  • Mathematics
  • Engineering
  • Science
  • Humanities
  • Social Science
  • Art and Design
  • Test Preparation
It partners with the top universities in the world to offer courses online for everyone to take, for free. Its aim is to give everyone access to the world class education that has so far been available only to a selected few. The motto is to empower people with education that will improve their lives, the lives of their families and the communities they live in.
Classes offered on Coursera are designed to help the user to master the material. When he/she takes one of the classes, they will watch lectures taught by world class professors, learn at their own pace, test knowledge, and reinforce concepts through interactive exercises. When the user joins one of the class, he/she will also join a global community of thousands of students learning alongside. These days life is too busy, and that people have many commitments. Thus ,the courses are designed based on sound pedagogical foundations, to help the user master new concepts quickly and effectively. Key ideas include mastery learning: to make sure that the user have multiple attempts to demonstrate  new knowledge; using interactivity: to ensure student engagement and to assist long term retention; and providing frequent feedback: so that he/she can monitor his/her own progress, and know when the material is actually mastered.
A wide range of courses are offered spanning :
  • Humanities
  • Medicine
  • Biology
  • Social Sciences
  • Mathematics
  • Business
  • Computer Science
and many other conventional and even some non-conventional courses like that of music, genetics etc. can be found.
Tips to improve resume, advance in career, or just learn more and expand knowledge, etc. everything can also be found on the website. And the most important and interesting thing is that, there is no or very basic pre-requisite for most of the courses on coursera.
NPTEL is an acronym for National Program on Technology Enhanced Learning which is an initiative by seven Indian Institutes of Technology (IIT Bombay, Delhi, Guwahati, Kanpur, Kharagpur, Madras and Roorkee) and Indian Institute of Science (IISc) for creating course contents in Engineering and Science. It provides around 100 courses as web based supplements and 100 complete video courses, for forty hours of duration per course.
The focus areas of NPTEL project has been on
  • Higher education
  • Professional education
  • Distance education
  • Continuous and open learning .
A large number of students who are unable to attend scholarly institutions can have access to quality content through NPTEL.
Read more ...

Top 5 Online Free Fax service

Wednesday
I have listed and evaluated first of the best free online fax services.

1. HelloFax

Viewing-HelloFax-Home-page
Thanks to its extensive functionality as a result of its potential link to Google Drive and Microsoft SkyDrive, HelloFax is one of the best internet based fax services around. Linking HelloFax to these cloud based services opens up many possibilities when it comes to how you can send and store your faxes. However, for complete convenience, you can choose to sign up through Google, Microsoft or just your e-mail address.
Goto Hello Fax
2. MyFax
Viewing-MyFax-Home-page
MyFax offers an executive online faxing experience. It offers a robust, reliable fax-to-email and email-to-fax service.
MyFax can be linked to up to 5 different email addresses, making it perfect for working within a team. However, it appears that MyFax does not offer a cloud-based storage system to its customers. A 30-day free trial is offered, whilst all other methods of usage require monthly subscriptions.
 Goto MyFax.
3. GreenFax
Viewing-GreenFax-Home-page
If you are looking for a more professional solution, GreenFax may be for you. The cloud-based storage system provided means that you can get rid of physical fax machines as well as physical memory storage systems. You can send fax-to-email and email-to-fax at high speeds and on an industrial scale.
GreenFax allows you to send, check and modify your faxes from any device with an Internet connection, making it great for those who work and communicate while on the move
Goto GreenFax
4. eFax
Viewing-eFax-Home-page
Using eFax allows you to send faxes on computers and mobile devices, create digital signatures, transfer large files, use cloud based storage and even convert documents into .PDF format. The services offered my eFax are extensive, professional and reliable.
Goto eFax.
5. 

FaxZero
Viewing-FaxZero-Home-page
Some of us may want to send a one-off fast fax, yet don’t have a fax machine handy. Instead of borrowing somebody elses machine, FaxZero offers an extremely quick, yet comprehensive solution.
With FaxZero, you are not required to create an account or log in, as the entire process can be started and completed right on the home page. You simply provide some basic details about you and the recipient, followed by the message or document you would like to send. FaxZero allows you to upload .DOC, .PDF and .DOCX files, as well as typing your own messages.
The free version of FaxZero offers 5 free faxes per day, with a maximum of 3 pages each. 
Read more ...

YouTube Downloader Incl Crack

Sunday
YouTube Downloader is software that allows you to download videos from YouTube, Facebook, Google Video, Yahoo Video, and many others and convert them to other video formats.

The program is easy to use, just specify the URL for the video you want to download and click the Ok button!

It also allows you to convert downloaded videos for Ipod, Iphone, PSP, Cell Phone, Windows Media, XVid and MP3.
                      
Sites to download:

  • Youtube
  • BadJoJo
  • BBC.co.uk
  • Bing Video
  • Blip.tv
  • Bofunk
  • Break
  • CollegeHumor
  • Crackle
  • DailyHaHa
  • DailyMotion
  • EbaumsWorld
  • ESPN Videos
  • Facebook
  • FunnyOrDie
  • Gaytube
  • GodTube
  • Google Video
  • Hentaimedia
  • LiveLeak
  • MeFeedia
  • Metacafe
  • Myspace Video
  • Pornhost
  • Pornhub
  • PornoTube
  • RedTube
  • Sevenload
  • Shufuni
  • Slutload
  • Spankwire
  • Stickam
  • Streetfire.net
  • Tangle
  • ThatVideoSite
  • TNAflix
  • Tontuyau
  • Tube8
  • Ustream.tv
  • Vevo
  • VideoClipsDump
  • VideoJug
  • Videu.de
  • Vimeo
  • Worldstarhiphop
Installation Notes:
1. Extract the downloaded file
2. Install YTDSetup.exe
3. Open the Crack folder and copy the ytd.exe
4. Paste it in installed directory folder.

Download HERE
Read more ...

Rapid SEO Tool Incl Keygen

Saturday
Rapid SEO Tool is unique search engine optimization software designed to ease the task of getting web pages higher on search results.
It will literally look at your web page code and suggest what should be improved to get better results.


Features:

  • Automatic suggestions
  • Side-by-side comparison
  • Content check
  • Free SEO book / guide
  • Performance check
  • Spider view
  • Keyword density analysis
  • Keyword density charts
  • Reporting

Read more ...

Winamp Pro v5.70 Build 3392 Incl Keygen

Saturday
Nullsoft Winamp Pro is a fast, flexible, high-fidelity media player for Windows. Winamp supports playback of many audio (MP3, OGG, AAC, WAV, MOD, XM, S3M, IT, MIDI, etc) and video types (AVI, ASF, MPEG, NSV), custom appearances called skins (supporting both classic Winamp 1.x/2.x skins and Winamp 3 freeform skins), audio visualization and audio effect plug-ins (including two industry dominating visualization plug-ins), an advanced media library, Internet radio and TV support, CD ripping, and CD burning.

Winamp Highlights:
• New portable device features – transcoding, new sync options, USB thumbdrive player support, video sync, direct-from-device playback
• Faster ripping
• Improved AAC and aacPlus encoding
• Unicode metadata, filename, and title support
• iTunes-compatible gapless playback (MP3/M4A) and encoding (M4A)
• Optional 24bit playback
• ReplayGain support

Winamp Player Features:
• Plays Music and Video Files (aacPlus, MP3, AAC, WMA and more!)
• Compatible with Winamp 2 Plug-ins
• Full Support for Classic and Modern Skins
• Plays Videos (NSV, WMV, and more!)
• Powerful Media Library
• Browse SHOUTcast Radio & TV Stations
• Browse Winamp Music Videos & Songs
• Integrated AOL Video Content (News, Sports, Movies & more)
• AOL Radio Featuring XM
• SHOUTcast Wire (podcast directory)
• Predixis MusicMagic (dynamic playlisting)
• Bundled Visualizations
• Burn CDs (Limited to 2x – 48x in Pro!)
• Rips CDs (Limited to 8x aacPlus, AAC, WMA – Unlimited aacPlus, AAC, WMA and MP3 in Pro!)


Read more ...

Ashampoo Snap 6 Incl Crack

Saturday
Ashampoo Snap 6 is an office utility program that will smooth out your workflow at work or even university. This is a simple app that takes screenshots of your screen on your Windows PC.

First of all, is the easy-to-use user interface that is well organized. Also, this tool has dual-core and quad-core support for CPUs that drastically speeds up the performance. Multiple cores are detected automatically and especially used when applying an effect. Additionally, this app comes with intelligent load balancing, where you can make changes in real-time and preview your work and see the changes as they are happening.

Ashampoo Snap lets you create, edit and share instant video or screen captures. Besides, this is a great tool to create interesting video tutorials, manuals or presentations for work or school purposes. Furthermore, to protect your content, you can add a unique watermark to your tasks. This is great if you´re a social network fanatic and constantly upload media online.

Features:
• Windows 8 support: Capture new Windows 8 apps.
• Color Picker: Collect multiple colors in batches, great for web designers. Also, you can export them in different formats so you can later import them into Adobe Photoshop.
• Improved Output Format Support: Load and save in PDF format with a new Encoder/Decoder. In addition, if you use the APCDOC format, all important layers such as DropShadow, MouseCursor, Watermark etc. are saved into the file and can be edited on a later stage.
• Capturebar: By default placed on the top-right corner of the screen to not interrupt the workflow, and with a switch of a button, you can flip between single- and multi-shot mode 
• New effect browser: live previews of up to 15 available effects you can use for your screenshots.
• Easy upload to Ashampoo Snap Webspace: No registration required. Upload your videos or images in just one-click, and then send a link via email or IM.Lastly, you can upload your creations onto your YouTube channel, and if you own a website, embed them directly there

Read more ...

PGWare SuperRam 6 Incl Patch

Friday

SuperRam allows you take control of your computer's memory, how physical memory is allocated and help determine the performance of your computer system. Windows routinely allocates memory to applications, games and system processes; over time the memory becomes completely used handling all of these tasks.


With SuperRam, memory management is tuned to maintain computer stability but a greater emphasis is placed on computer performance. 
Once installed SuperRam begins to monitor the total amount of memory your computer has installed, it also monitors when your computer reaches a threshold of memory to maintain, when that threshold is reached SuperRam immediately will release all memory that it determines can be released on the computer system back to Windows.
When SuperRam is installed any new application, program or game that is opened will use physical memory installed on the computer and placing applications that you opened previously to use virtual memory. 
This allows software to run with an emphasis on performance when performance is needed; such as when playing games, editing photos/videos, using processor and memory intensive applications.

Read more ...

USB Virus Scan v2.42 Incl Serial

Friday
USB Virus Scan provides 100% antivirus protection against any viruses trying to attack via removable media.When an USB device is inserted into your computer, it will automatically scan it, block and remove usb virus and trojan,also it can remove autorun virus causing that you can not open a drive by double clicking

Compare with other antivirus solutions, you will find out its highlights: USB Virus Scan provides 100% protection against any threats via USB drive, however, the majority of other products are unable even to guarantee 80% protection.

USB Virus Scan is the best usb antivirus software to permanently protect offline computer without the need for signature updates, but other antivirus software should update signature database regularly. 
USB Virus Scan is an easy to use solution, 100% compatible with all software and doesn't slow down your computer at all.

Here are some key features of "USB Virus Scan":

  • 100% protection against any threats via USB drive
  • The best solution to protect offline computer
  • The world's fastest and smallest antivirus software
  • Require no signature updates




Read more ...

DriverTuner 3.5 Incl KeyMaker

Friday

DriverTuner is a full-featured and easy-to-use driver-updating software which could help you download almost all drivers for your PC, fix driver problems and keep them updated. It is an advanced driver-updating software that supports over 20 million device-associated drivers.Key Features
  
Excellent Ability to Fix Driver Issues
Are you annoyed with missing, outdated, or corrupted drivers? DriverTunerΓäó can help you fix driver issues to keep your PC in a healthy state in just a few minutes! The quicker you get DriverTunerΓäó, the sooner your driver troubles will be gone!

Powerful Ability to Download Up-to-Date Drivers & Maximize PC Performance
Can't play the latest games? DriverTunerΓäó can help you update the old drivers with the latest drivers for your computer and increase the ease at which you can run the latest CPU-intensive software such as games. It will boost your PC and maximize your PC performance!

Easy-to-Use
DriverTunerΓäó excels in its easy-to-use interface. Any driver issues can be fixed with a few clicks of your mouse. It is easy enough for computer novices to figure out in a flash.

Comprehensive Driver Database
Based on a huge and comprehensive database of more than 5,000,000 driver entries, DriverTunerΓäó supports drivers for almost all major computer hardware and device manufacturers such as Dell, HP, Lenovo, Samsung, Toshiba, ASUS, Nvidia, Intel, Realtek, Brother, EPSON, Compaq, Gateway, and so on.

Read more ...

Microsoft Toolkit 2.4.3 Stable

Friday
Microsoft ToolKit :

This is a set of tools and functions for managing licensing, deploying, and activating Microsoft Office and Windows. All output from these functions is displayed in the Information Console. All functions are run in the background and the GUI is disabled to prevent running multiple functions, as they could conflict or cause damage if run concurrently. The Microsoft Office Setup Customization Functions (Customize Setup Tab), AutoKMS Uninstaller (if AutoKMS is installed), AutoRearm Uninstaller (if AutoRearm is installed), Office Uninstaller and Product Key Checker work even if Microsoft Office or Windows is not installed/supported. For information about individual functions, read further



Requirements:
Microsoft .NET Framework 4.0 or 4.5 (Not 3.5)
Microsoft Office 2010 or Later for Office Toolkit Support
Windows Vista or Later for Windows Tookit Support
KMS Server Virtual Machine for Windows 8 (or Microsoft Office 2013 on Windows 8) Activation Support

Credits:
-Bosh for the original GUI Design and co-development of Office Toolkit
-ZWT for the original KMSEmulator
-letsgoawayhell, Phazor, and nosferati87 for KMSEmulator fixes and improvements
-MasterDisaster, FreeStyler, Daz, nononsense, and janek2012 for work on Key Checker

Microsoft Toolkit Changelog:
2.4.3:
All KMS PID Settings default to RandomKMSPID due to KMS PID blacklisting.
Disable all KMS Server Service settings if it is not installed.
Fixed AutoKMS Scheduled Task paths breaking if you installed or removed Custom Task after rerunning the program.
Using new program icon.
  
2.4.1:
-Fixed broken validation of custom KMS PID in Settings.

2.4:
-Full KMS Activation support for Windows 8/Server 2012 and Microsoft Office 2013 using KMSEmulator.
-Prevent clicking Credits, Readme, or Settings when the Progress Bar is active.

2.4 BETA 9:
-Added new EZ-Activator (no Retail to Volume conversion).
-Added Microsoft Office 2013 Uninstaller.
-Better error checking for Customize Setup.
-Better handling of setting KMS Host and Port.
-Customize Setup will warn on unsupported Microsoft Office Setup Version and disable Change Channel button.
-Documented Settings in Readme.
-Settings file is formatted and indented to be more readable.
-Updated KMS Client to support Windows Vista/Server 2008 only KMS Servers.
-Updated Microsoft Office 2010 Uninstaller.



Read more ...

Office Product Key Finder

Friday

Office Product Key Finder is offline product key finder software and allows to recover and find Microsoft office 25 character product key for 
Microsoft Office 2013, 
Microsoft Office 2010, 
Microsoft Office 2007 & 
Microsoft Office 2003 installed on your PC or on network computers.
  
Features:

  • Office Product Key Finder is offline product key finder software and allows to recover and find microsoft office 25 character product key for Microsoft Office 2013, Microsoft Office 2010, Microsoft Office 2007 and Microsoft Office 2003 installed on your PC or on network computers.
  • In order to install or reinstall Microsoft Office you must have access to Microsoft Office product key ( serial number, CD Key).
  • With Office Product Key Finder software you will be able to track the number of Microsoft Office product keys installed in your business, find and recover a lost or forgotten MS Office product keys.
  • You can backup located Microsoft Office product keys to Registry File (.reg), save as Tab Delimited Txt File (.txt), CSV Comma Delimited (.csv), Excel Workbook (.xls), Access Database (.mdb), Web Page (.html), SQLLite3 Database or XML Data (.xml) file, print key list or copy all to clipboard. This utility can be useful if you lost the product key and you want to reinstall it.


Read more ...

System Speed Booster

Friday

System Speed Booster offers abundance of functions to browse your anthology and acknowledgment the aftereffect with corrupt, adverse anthology entries, files and problems, which you can fix by a bang of the Cure button on the accurate and easy-to-use interface.
 With abounding accretion and whistles offered by Arrangement Speed Booster, you can adore added alluring appearance just with this FREE and space-saved appliance installed on your computer.

System Speed Booster is acutely simple to install and to operate. There is no claim for any annals or any character advice of users. 
The aeronautics gives you a bright way to adept all its features, including the scanning, curing, and added utilities. 
As an avant-garde anthology cleaner, Arrangement Speed Booster can altogether cope with the anthology clean, aloofness sweep, clutter files abatement and arrangement enhancement at a time. 

Specifically, Arrangement Speed Booster focuses on the scanning of the junked anthology entries, alone online histories, anachronistic adverse files, and removing of harder drive trashes, acclimation of arrangement errors. 
In this way, Arrangement Speed Booster is able to optimize your computer and accumulate it at the aiguille performance, as able-bodied as to assure your claimed information.

Read more ...

How to install OpenSUSE in Virtual Box

Wednesday

OpenSUSE is a general purpose operating system based on Linux kernel and its latest version (i.e 12.3) was released on 13 March 2013.
Things needed:
Virtual Box ->download it HERE
OpenSUSE image -> download it HERE
Now let’s get to the installation.
(Pic) How to install OpenSUSE 12.3 OS in Virtual Box @ Techwikasta   Technology Simplified For You
Open Virtual Box.
Click on New and then name the OS. In this case, it’s OpenSUSE. After selecting  to install Debian on the machine click next.
Check this
Name: OpenSUSE
Type: Linux
Version: OpenSUSE
(Pic) How to install OpenSUSE 12.3 OS in Virtual Box @ Techwikasta   Technology Simplified For You
After naming the sections, select the amount of memory (RAM) that you want to allocate. After that click on next.
(Pic) How to install OpenSUSE 12.3 OS in Virtual Box @ Techwikasta   Technology Simplified For You
Create the virtual hard drive for the OS. If am amateur, choose default settings . Then click Create.
(Pic) How to install OpenSUSE 12.3 OS in Virtual Box @ Techwikasta   Technology Simplified For You
Hard drive file type shows many options. Select VDI (VirtualBox Disk Image) and click next.
(Pic) How to install OpenSUSE 12.3 OS in Virtual Box @ Techwikasta   Technology Simplified For You
To save space, go with Dynamically allocated and click next.
The VirtualMachine is now listed in our homescreen, so let’s double-click it to boot it up or click on Start.
(Pic) How to install OpenSUSE 12.3 OS in Virtual Box @ Techwikasta   Technology Simplified For You
Now  select the installation media to be used.
(Pic) How to install OpenSUSE 12.3 OS in Virtual Box @ Techwikasta   Technology Simplified For You
Browse the OpenSuse ISO file. Then click Start.
 On the boot menu of OpenSUSE, select Install and press Enter.
(Pic) How to install OpenSUSE 12.3 OS in Virtual Box @ Techwikasta   Technology Simplified For You
In the subsequent links fill the following options
  • Language
  • Location
  • Keyboard configuration
  • Time Zone
(Pic) How to install OpenSUSE 12.3 OS in Virtual Box @ Techwikasta   Technology Simplified For You
Since a separate VDI has been created, “Propose Separate Home Partition” can be selected.
(Pic) How to install OpenSUSE 12.3 OS in Virtual Box @ Techwikasta   Technology Simplified For You
Now fill the Username, Password and click on the options that suits you best.
(Pic) How to install OpenSUSE 12.3 OS in Virtual Box @ Techwikasta   Technology Simplified For You
(Pic) How to install OpenSUSE 12.3 OS in Virtual Box @ Techwikasta   Technology Simplified For You
Now OpenSuse will analyse the system on its own.
In the meantime a dialog box will appear on which you need to click on Install to complete the installation. After sometime it will ask for rebooting. Click on Reboot Now.
(Pic) How to install OpenSUSE 12.3 OS in Virtual Box @ Techwikasta   Technology Simplified For You
After rebooting OpenSuse will load.
(Pic) How to install OpenSUSE 12.3 OS in Virtual Box @ Techwikasta   Technology Simplified For You
(Pic) How to install OpenSUSE 12.3 OS in Virtual Box @ Techwikasta   Technology Simplified For You
Read more ...

USBCypt full version

Monday

USBCrypt – a powerful application with which you can protect the USB-carriers, as well as other external hard drives and reliable AES encryption and password. Secure media can be used on computers that are not installed USBCrypt.

  

USBCrypt protects USB flash drives that are supported by Windows. At the protected media you can store any file types: text files and documents, financial records, videos, music, etc. 


In the program there is an opportunity to create a file called “spare key” in case you forget your password.

USBCrypt ™ is a powerful software encryption utility that protects your sensitive information from unauthorized access. It locks the bad guys out, and protects your personal, business, and financial data.

Read more ...

TrueCrypt-awesome encryption tool

Sunday

Free open-source disk encryption software for Windows 7/Vista/XP, Mac OS X, and

 Linux.


Here is how to use:

(Pic) TrueCrypt – Lock my data @ Techwikasta   Technology Simplified For You
Let us see how to use TrueCrypt by creating a truecrypt container :
When you open the software,you see a screen like the one shown below.
(Pic) TrueCrypt – Lock my data @ Techwikasta   Technology Simplified For You
1. Click on Create Volume.
2. Now it will give you a menu with 3 options.
Using the first option will allow us to create a truecrypt file which can be mounted like a virtual drive for putting data into it and then be dismounted. Using the second option you can encrypt a non-system partition drive. Using the third option,you can encrypt you whole partition or your OS also.
For demonstration purpose let us choose the first option and click Next.
3. Now it provides us with two options. a) Standard TrueCrypt volume and b) Hidden Truecrypt volume.
Using the first option we create a normal container file which can be mounted with the right password.
Using the second option, we can create a container within a container and this will be very helpful when you will be forced to disclose your password. In such a scenario you can provide the password of the volume which contains data other than your secret data. Thus people will never come to know about the existence of the secret data.
Let us choose the first one i.e the standard one
4.Now choose a location to create your container by clicking on select file. Click Next to proceed.
5. Now choose the encryption algorithm. Choose whichever you want. You can do a benchmark to see which one would suit your need. Click Next to proceed.
6. Now give the size of the container you want to create .Click next.
7. Now type the password you want the container to have.Longer the better.
You can also choose keyfiles (files which will be needed in addition to the password for mounting the container).
(Note-if you ever forget your password or lose your key file, you will lose your data since there is no backdoor to retrieve your data from the container). So choose wisely and click Next.
8. Now to generate a random pool.Simply move your cursor in random direction. Click Format.
9. Your volume is created. Click Exit.
Now to mount your data,simply open TrueCrypt software. Click on select file.
Now click on Mount.Type in the password and choose the keyfile if any. Click OK.
That is it! Your container will be mounted like a virtual drive.You can open up My computer and put in whatever data you want on the mounted volume and then Dismount the container.
That’s it!
Download it from HERE 

Read more ...