Saturday, October 8, 2016

Activate Microsoft Office 2016 Without any software just a simple batch file programming

Activate Microsoft Office 2016 Without any software just a simple batch file



Note: Copy the code in red font and paste it i notepad the save the file to FILENAME:ACTIVATOR.BAT SAVE AS TYPE: ALL FILES

@echo off

echo "Greetings"
PAUSE

SET x86BITPATH=C:\Program Files (x86)\Microsoft Office\Office16\ospp.vbs
SET x64BITPATH=C:\Program Files\Microsoft Office\Office16\ospp.vbs

echo "Activating windows, you must click OK in the popup window"
slmgr -ato
echo "Checking Windows Activation status, you must click OK in the popup window"
slmgr -dlv

echo %x86BITPATH%
echo %x64BITPATH%

IF EXIST "%x86BITPATH%" (
 echo "Office 2016 32 bit is installed, activating..."
 cscript "%x86BITPATH%" /act
 cscript "%x86BITPATH%" /dstatus
 GOTO :END
) ELSE (
 echo "Office 2016 32 bit does not seem to be installed"
)

IF EXIST "%x64BITPATH%" (
 echo "Office 2016 64 bit is installed, activating"
 cscript "%x64BITPATH%" /act
 cscript "%x64BITPATH%" /dstatus
) ELSE (
 echo "Office 2016 64 bit does not seem to be installed"
)

:END
echo "Windows and Office should be activated now"
PAUSE

Activate Microsoft Office 2013 Without any software just a simple batch file

Activate Microsoft Office 2013 Without any software just a simple batch file

Note: Copy the code in red font and paste it i notepad the save the file to FILENAME:ACTIVATOR.BAT SAVE AS TYPE: ALL FILES

@echo off

echo "Greetings"
PAUSE

SET x86BITPATH=C:\Program Files (x86)\Microsoft Office\Office15\ospp.vbs
SET x64BITPATH=C:\Program Files\Microsoft Office\Office15\ospp.vbs

echo "Activating windows, you must click OK in the popup window"
slmgr -ato
echo "Checking Windows Activation status, you must click OK in the popup window"
slmgr -dlv

echo %x86BITPATH%
echo %x64BITPATH%

IF EXIST "%x86BITPATH%" (
 echo "Office 2013 32 bit is installed, activating..."
 cscript "%x86BITPATH%" /act
 cscript "%x86BITPATH%" /dstatus
 GOTO :END
) ELSE (
 echo "Office 2013 32 bit does not seem to be installed"
)

IF EXIST "%x64BITPATH%" (
 echo "Office 2013 64 bit is installed, activating"
 cscript "%x64BITPATH%" /act
 cscript "%x64BITPATH%" /dstatus
) ELSE (
 echo "Office 2013 64 bit does not seem to be installed"
)

:END
echo "Windows and Office should be activated now"
PAUSE

Activate Microsoft Office 2010 Without any software just a simple batch file

Activate Microsoft Office 2010 Without any software just a simple batch file

Note: Copy the code in red font and paste it i notepad the save the file to FILENAME:ACTIVATOR.BAT SAVE AS TYPE: ALL FILES

@echo off

echo "Greetings"
PAUSE

SET x86BITPATH=C:\Program Files (x86)\Microsoft Office\Office14\ospp.vbs
SET x64BITPATH=C:\Program Files\Microsoft Office\Office14\ospp.vbs

echo "Activating windows, you must click OK in the popup window"
slmgr -ato
echo "Checking Windows Activation status, you must click OK in the popup window"
slmgr -dlv

echo %x86BITPATH%
echo %x64BITPATH%

IF EXIST "%x86BITPATH%" (
 echo "Office 2010 32 bit is installed, activating..."
 cscript "%x86BITPATH%" /act
 cscript "%x86BITPATH%" /dstatus
 GOTO :END
) ELSE (
 echo "Office 2010 32 bit does not seem to be installed"
)

IF EXIST "%x64BITPATH%" (
 echo "Office 2010 64 bit is installed, activating"
 cscript "%x64BITPATH%" /act
 cscript "%x64BITPATH%" /dstatus
) ELSE (
 echo "Office 2010 64 bit does not seem to be installed"
)

:END
echo "Windows and Office should be activated now"
PAUSE

Wednesday, September 7, 2016

Many website today suffer security related problem

This website is not a hackers website. this is only a landing page of some website that has vulnerability related to XSS. if you find your self here. please contact your developer to help you to solve your problem.

thank you.!

"it is better to build single page webpage than a million  buggy website"

Tuesday, September 6, 2016

THE NEW KALI LINUX IS NOW READY.

THE KALI 2016.2 

ENJOY! DONT HACK AND DESTROY INSTEAD HACK  TO PROTECT.

THE NEW KALI LINUX IS NOW READY.

THE KALI 2016.2 

ENJOY! DONT HACK AND DESTROY INSTEAD HACK  TO PROTECT.

Tuesday, August 16, 2016

We are not safe in cyber world

the world today and maybe tomorrow is not safe place to live.
Everything was now controlled by fingertips.

#sadenglishgrammar
#beahackertoprotectyourself