Tuesday, July 30, 2013

Technique to Disable Office 2013 Start Screen


When you open Microsoft Office 2013 program (Any of them like MS Word, MS Powerpoint, etc.), a start screen automatically displays showing the various templates available, list of recent documents opened in the left column, etc. Many of you find this screen annoying and want to avoid it, So here I am to help you guys!!

Method 1: Simple Process
From within the main edit screen, go to File > Options or use the keyboard shortcut, ALT+F, T. Under the General Options tab, go to Startup options and uncheck the box next to "Show the Start screen when this application starts." Perform the same steps for each of the applications in the Office 2013 suite.


The next time you launch your Office application, you'll get the editor first, rather than the start screen. Remember that you'll need to make the change in each of the Office 2013 applications where you want to disable the start screen.

Method 2: Registry Trick

Attention: We are playing with Registry Editor so.... Guys! Be sure to back up before making changes to the registry.

To open the registry editor, press the Windows Key + R to open the Run dialog box. Enter “regedit” (without the quotes) in the Open edit box and click OK.


Note: If the User Account Control dialog box displays, click Yes to continue. Depending on your User Account Control settings you may not see this dialog box.


Now, Just navigate to the following key:
HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\General

Search the key called DisableBootToOfficeStart, listed in the right-hand pane. If it’s not in the list, create it by right-clicking on the General key in the tree on the left (or in an empty space in the right pane) and moving the cursor over New on the popup menu and selecting DWORD (32-bit) Value from the sub popup menu.


The new value is called New Value #1 by default and the text is highlighted.


Now, change the name to DisableBootToOfficeStart and double-click on it.


Change the value in the Value data edit box to 1 and click OK. This disables the Start Screen in all Office 2013 applications.


The value displayed changes to 1.


From now on, if you start any Office 2013 product, you won’t see the Start Screen. For instance, if you open Word 2013, it directly opens a new document. Enjoy!!

Source: Google.com, howtogeek.com

Hey! My friends, If you like my post you can save it using "Save Page as PDF" button below and you can even share them to your friends with social networking buttons provided below this post.

Add To Google BookmarksStumble ThisFav This With TechnoratiAdd To Del.icio.usDigg ThisAdd To RedditTwit ThisAdd To FacebookAdd To Yahoo

Monday, June 24, 2013

Trick to remove the autorun.inf completely.


Normally when a virus infects a windows system which causes a drive opening problem, it automatically creates a file named autorun.inf in the root directory of each drive. Generally when you refresh the windows explorer view a bounded virus process recreates this file. This file is attached to many events of windows explorer including OPEN, REFRESH, etc.

This autorun.inf file is a read only ,hidden and a system file and the folder option is also disabled by the virus. This is deliberately done by the virus in order to protect itself. autorun.inf initiates all the activities that the virus performs when you try to open any drive. You have to just delete this file and restart your system to correct this problem.

Note that autorun.inf is a legitimate file. autorun.inf is not a virus. It's typically used by removable media like CD-Rom's, and sometimes with USB thumb drives. It simply stores information so that when the media is inserted, it can tell your PC to launch a program and it can also store ICON information to allow the media to show a custom icon. Yes, they can launch a virus, but your virus scanner should pick those up. They are used most often with CD/DVD media so that you don't have to manually launch a setup program.

Follow the set of methods listed below to show and delete the autorun.inf  from your system.

(1) Using Command Prompt:
Steps:
1. Open Command Prompt.
2. In Command Prompt, Type “cd\” and press enter to get to the Root Directory of C:\ .
3. Type “attrib -h -r -s autorun.inf” and press enter.
4. Type “del autorun.inf” and press enter.
5. Repeat the same procedure with other drives, type “F:” and do the same thing and with our drives.
6. Restart your Computer.

(2) Manually Deleting Virus Files:
1. Open My Computer and from the top menu go to Tools –> Folder Options.
2. Go to View tab and check the option Show hidden files and folders and uncheck the option Hide protected Operating system files, then click Ok. Apply it and Click on Ok.
3. Open your drives (By right click and select Explore).
4.  Delete autorun.inf and MS32DLL.dll.vbs or MS32DLL.dll (use Shift+Delete as it deletes files forever.) from all drives.
5. Go to C:\WINDOWS and delete MS32DLL.dll.vbs or MS32DLL.dll (Use Shift+Delete ).
6. Go to start –> Run –> Regedit and press Enter.
7. Navigate from the left pane as: HKEY_LOCAL_MACHINE –> Software –> Microsoft –> Windows –> Current Version –> Run. Now delete the entry MS32DLL (Use Delete key on keyboard)
8. Open Group policy editor by typing “gpedit.msc” in Start –> run and pressing enter.
9. Go to User Configuration –> Administrative Templates –> System . Double Click on entry Turn Off Autoplay then do as follows:
                Select Enabled
                Select All drives
                Click OK
10. Go to start –> Run and type msconfig and press Enter. Go to startup tab in it and uncheck MS32DLL. Now click Ok (when the system configuration utility asks for restart ,click on exit without restart.)
11. Restart your PC once and you can now open your hard disk drives by double clicking on them.

(3) Using .bat file:

Step 1:
Create .bat file like "KillAutorun.bat" paste below code to bat file.

attrib -r autorun.inf
del autorun.inf
md autorun.inf
attrib +r +h autorun.inf
Dissable_auto_run.reg

Step 2: 
Creating .reg File "Dissable_auto_run.reg" to stop windows Auto run.

REGEDIT

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveAutoRun"=dword:000000ff

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run]
"Policies"=hex(2):43,3a,5c,57,49,4e,44,4f,57,53,5c,73,79,73,74,65,6d,33,32,5c,\
77,69,6e,64,6f,77,73,33,32,5f,72,61,69,6e,73,74,65,72,5c,6d,79,73,6c,69,64,\
65,73,2e,65,78,65,00

Step 3: 
Palce both files (Dissable_auto_run.reg and KillAutorun.bat) in USB root.

Execute(doubble Click) KillAutorun.bat

Step 4: 
Assume USB drive id is "I:"

Open I:\RECYCLER\S-1-5-21-1482476501-3352491937-682996330-1013\

in this folder will have some exe file Eg: myslides.exe

Create one batch file same as Step 1.

Example: Create .bat file like "KillAutorun.bat" paste below code to bat file.

attrib -r myslides.exe
del myslides.exe
md myslides.exe
attrib +r +h myslides.exe

Run this bat file from "I:\RECYCLER\S-1-5-21-1482476501-3352491937-682996330-1013\"


Note: S-1-5-21-1482476501-3352491937-682996330-1013 this folder name will differ from one system to another system.

(4) Using .bat file:
Copy and paste the following code (in between the ---) into notepad and save it as ClearInf.bat

rem @echo off
echo Copy this file to the top level of the disk or USB from
echo which you want to remove the Autorun, then run it
echo press Ctr C to stop now, or Enter to continue
pause

attrib -r -s -h Recycle /s /d
attrib -r -s -h autorun.inf
attrib -r -s -h /d /s "Recycle\P-1-3-64-8794238531-8742492-9897532"

del autorun.inf /q


and put the bat file in the root level of your usb.

(5) By Autorun Virus Remover:
AutoRun Virus Remover is an autorun removal tool which provides Protection additional against any threats trying to infect PC via USB flash drive. When USB storage device is inserted into your computer, Autorun Virus Remover will automatically scan it, block and remove autorun virus, trojans, and worms in USB. Also, it can delete autorun.inf in USB and new folder exe virus in your computer.

Download the software from Here.

Source: www.google.com, www.brothersoft.com

Hey! My friends, If you like my post you can save it using "Save Page as PDF" button below and you can even share them to your friends with social networking buttons provided below this post.

Add To Google BookmarksStumble ThisFav This With TechnoratiAdd To Del.icio.usDigg ThisAdd To RedditTwit ThisAdd To FacebookAdd To Yahoo

Tuesday, May 14, 2013

Techniques and Tricks to Change Product Key of Microsoft Office 2013

As I understand many of you are trying to change the product key for the Office suite. Please refer the suggestions in the following and check if it helps you to get your fully activated Office package.
Process 1:
It can be done via the command line.  Open up a Command Prompt (Press the Windows Button and type CMD or navigate to All Programs -> Accessories -> Command Prompt).  Then you just need to use the command below that matches your OS.

For 32 bit Windows:
cscript "C:\Program Files\Microsoft Office\Office15\OSPP.VBS" /inpkey:yourkeygoeshere 

For 64 bit Windows (assuming you are using 32 bit Office):
cscript "C:\Program Files (x86)\Microsoft Office\Office15\OSPP.VBS" /inpkey:yourkeygoeshere

Obviously, you need to replace yourkeygoeshere with your product key.

Note:  If you are installing a 64 bit version of Office on 64 bit Windows, the command for 32 bit Windows should be used (or just delete the (x86) part since it won't be installing to the C:\Program Files (x86)\ directory).

Process 2:
Click on the button to open the Start Menu. Now, click on the Control Panel and then click on Programs (Uninstall a program), and finally click on Program and Features.

(Windows XP users: Start > Control Panel > Add or Remove Programs.)

From the list of installed programs, find Microsoft Office Professional Plus 2013 (or your installed version of Office 2013) or Microsoft Office 2010 (or your installed version of Office 2010), which ever’s key you want to change, select it and then click on Change.

From the newly opened dialog box, select the Enter a Product Key option, and then click Continue.

Type your new product key and check the option that says Attempt to automatically activate my product online to automatically activate your Office 2013 or Office 2010 suite. Now click on Continue and then on Install Now.

Note: Your computer must be connected to the Internet if you want to reactivate Office 2013 or Office 2010 online.You can also activate Office 2013 or Office 2010 later by running any Office 2010 app, and then clicking on the File tab > Help.

Process 3:
The activator provided here for free download not only activates Microsoft Office 2013 but also Windows 8. Instructions are included in the download package so Download and unzip to get your Microsoft Office 2013 activator.

Click here to Download  the Crack/Activator and follow the instructions.

Process 4:
Here is the Office 2013 Activator called KMSpico v4 (KMSpico v4.0 Setup & OEM Directory Portable Repack Version). KMSpico v4 - is the ideal tool to activate the final version of Windows 7/8 and Office 2010/2013. Actuator does not require user intervention, the entire activation process takes place in the background, just run the activator and a couple of minutes to check the activation status of Windows and / or Office. 

Requirements:
- Requirements: .NET 4.0 or Windows 8.
- Activates Windows Vista/7/8 and Office 2010/2013.
- Windows Server 2008/2008R2/2012
Instruction:
1. Run KMSpico.exe or RunTrigger.cmd
2. Done. Enjoy!

Note: Please Keep in mind it activates only Volume License VL Version not RTM Version.
Download the above application from Here and follow the instructions.

Process 5:
I have listed some of the product keys that may work for you. Download the keys from given Link and try them out.

Hey! My friends, If you like my post you can save it using "Save Page as PDF" button below and you can even share them to your friends with social networking buttons provided below this post.

Add To Google BookmarksStumble ThisFav This With TechnoratiAdd To Del.icio.usDigg ThisAdd To RedditTwit ThisAdd To FacebookAdd To Yahoo

Wednesday, April 24, 2013

Ever Imagined What Your Body Parts Cost in Market?

Citizens of impoverished nations or regions are often tempted to sell one of their organs on the black market. Blood, Bones, Hair, and Organs are among the most desired items sold illegally around the world. Thousands of desperate donors are willing to sell parts of their bodies in exchange for a certain amount of cash. There is a worldwide shortage of organs available for transplantation, yet trade in human organs is illegal in all countries except Iran. It may sound crazy, but according to medicaltranscription.net, there is an active market mostly black market, for human body parts. 

You can see the picture below to see the cost of various body parts which they have listed on their infographics. 


Note: Click on Image for larger view.

For more infographic view see it Here in detail


Hey! My friends, If you like my post you can save it using "Save Page as PDF" button below and you can even share them to your friends with social networking buttons provided below this post.

Add To Google BookmarksStumble ThisFav This With TechnoratiAdd To Del.icio.usDigg ThisAdd To RedditTwit ThisAdd To FacebookAdd To Yahoo