Thursday 12 September 2013

Enable and Disable Windows Administrator Account

Hello guys, been long since my last post. :)

Okay, in this topic as I mention that "enable and disable Windows Administrator Account".

How to enable :

1. Open and run CMD as Admin -- you can do that by right-click on cmd as in this picture below.


 "well I'm using windows8 atm, but doesn't really matter, you can do the same trick on windows 8."

2. Next thing you need to do is, type in these command :

net user administrator /active:yes



3. Hit "enter" and restart/Log Out  your PC/Account.

To disable the administrator account, you just simply change the "yes" to "no".

the command is gonna be like this

net user administrator /active:no


Main focus:
The reason why we are activating the administrator account is that, sometimes windows doesn't allow we to do editing on some application in windows system, that is why we need to use and activate this account to be able to do the magic, what i meant by magic is that the rights to modify some algorithm in windows apps itself. As example I was in the middle of saving some editing in 'system.ini' file in windows and this popup notification comes up, I was able to edit and save some changes that i made, with using admin account on windows.



Source :
windows 7 forums

Saturday 26 January 2013

Windows 8 Activator



Sup all..

Today im going to share a bit about the Windows 8 Activator.

Tested  on my W8 Professional and  it works..

HOW TO: -(piece of cake I guess)- : )
1. Download file from here ---> google.sites
2. Extract it using winrar/7zip or any other tool for extraction.
3. Run the file as 'admin' (right click and run as admin")
4. Let the Extraction to finish and your computer gonna restart itself.
5. Login to windows 8 and your w8 activated. (clik 'ok' on  pop up window to close it. its just like  some notification that your windows activated succesfully).. :D


Credits to uploader.

Sunday 20 January 2013

Install .Net Framework 3.5 on Windows 8 Offline/No Internet Connection

Hi readers, 

Today I'm about to tell you about "How to install .Net Framework 3.5 without using internet connection/offline install/ no download needed".

It's happen when you about to install some of the application that requires .net support apps. 

What you need is a Windows 8 CD/DVD or you can use the copy of Windows 8 ISO.

Next thing you need to do is "run cmd as administrator".

Go to Start on W8, or easily just press the <window> key on your keyboard. and point the cursor to any corner and go to <search> and type <cmd>. 

Right click on it and click <run as admin>


and then on cmd type this command 
Dism /online /enable-feature /featurename:NetFx3 /All /Source:G:\sources\sxs /LimitAccess

press <enter>.

Job Done! :D 

Note: 
G - means the driver letter where you mount/put your CD on. For me, I'm using the G drive to mount the windows8 iso. 

So check the driver letter first before you hit <enter>.