Old school Swatch Watches
NEWSNOW NOW
0: php_network_getaddresses: getaddrinfo failed: Name or service not known
PoliticsHomeAll NewsTop NewsSELECT COUNTRYWorldLatestSportsTech NewsBusinessBlogAbout us
Currently On Upgrade.Please Bear With Us For The Moment.

WELCOME

Enable the Hidden Administrator Account on Windows 7, 8, 8.1 & 10 124months ago
Windows automatically creates an Administrator account with elevated privileges during the installation process. We mostly need to access it to perform tasks limited only to system Administrators. These are tasks performing which result in the UAC asking for confirmation even if you are using an account with administrative privileges. The elevated Administrator account is disabled by default inWindows 7,Windows 8,Windows 8.1,Windows 10andWindows Vista.
To activate it, you need to use any one of the the following simple methods.
Important: It is recommended to only use this account for troubleshooting purposes and disable it once the task is complete. Even if you do leave it enabled, protect it with a strong password to prevent unauthorized access.
Enable/ Disable the Administrator Account Using the Elevated Command Prompt1. If you are on Windows 7, go to Start>Programs>Accessories and right click on Command Promptand selectRun as Administrator. Windows 8 and 8.1 users, search forCMDon the Start screen and in the results returned, right click on Command Prompt and selectRun as Administrator.Windows 10users, search for CMD in the start menu and pressCtrl+Shift+Enter.
2. In the Elevated Command Prompt, type and execute the following command.
net user administrator /active:yes3. You should see a message indicating that the command was completed successfully.
4. Upon logging out, you will see the Administrator account available on the login screen.
Disable the built-in Administrator account
To disable the Administrator account, type execute the following command in Step 2.
net user administrator /active:noThis will disable the Administrator account and it will no longer appear on the login screen.
Enable the Administrator account using the Local Users and Groups Manager1. PressWindows key+Rto open the Run dialog box.
2. In it, typelusrmgr.mscand press Enter. This will start the Local Users and Groups Manager.
3. In the Local Users and Groups Manager, click onUsersin the left hand pane.
4. Then, in the work area on the right side, double click onAdministrator.
5. In the following dialog box, uncheck theAccount is disabledoption and clickOK.
6. Administrator account will be immediately available on the login screen.
Todisable the Administrator account, check the "Account is disabled" option in step 5.
This method will only work if you are using Professional or Enterprise editions of Windows 7, Windows 8(.1) and Windows 10. If you are using home and basic versions of these operating systems, this method will not work for you as Local Users and Groups manager is not available on them.
Enable or Disable the Administrator account using the Local Security Policy Editor1. Press Windows key+Rto open the Run dialog box.
2. Typesecpol.mscand press Enter. This will start theLocal Security Policy Editor.
3. In the Local Security Policy Editor, navigate toLocal Policies\Security Options.
4. In the work area on the right side, double click "Accounts: Administrator account status."
5. In the following dialog box, encircleEnableorDisableto respectively enable and disable the Administrator account.
6. PressOK. Log off to the login screen to see the Administrator account

Original posted by tweakers.yn.lt
@2016-02-23 22:16 ( 0 comments )

Enable the Hidden Administrator Account on Windows 7, 8, 8.1 & 10 124months ago
Windows automatically creates an Administrator account with elevated privileges during the installation process. We mostly need to access it to perform tasks limited only to system Administrators. These are tasks performing which result in the UAC asking for confirmation even if you are using an account with administrative privileges. The elevated Administrator account is disabled by default inWindows 7,Windows 8,Windows 8.1,Windows 10andWindows Vista.
To activate it, you need to use any one of the the following simple methods.
Important: It is recommended to only use this account for troubleshooting purposes and disable it once the task is complete. Even if you do leave it enabled, protect it with a strong password to prevent unauthorized access.
Enable/ Disable the Administrator Account Using the Elevated Command Prompt1. If you are on Windows 7, go to Start>Programs>Accessories and right click on Command Promptand selectRun as Administrator. Windows 8 and 8.1 users, search forCMDon the Start screen and in the results returned, right click on Command Prompt and selectRun as Administrator.Windows 10users, search for CMD in the start menu and pressCtrl+Shift+Enter.
2. In the Elevated Command Prompt, type and execute the following command.
net user administrator /active:yes3. You should see a message indicating that the command was completed successfully.
4. Upon logging out, you will see the Administrator account available on the login screen.
Disable the built-in Administrator account
To disable the Administrator account, type execute the following command in Step 2.
net user administrator /active:noThis will disable the Administrator account and it will no longer appear on the login screen.
Enable the Administrator account using the Local Users and Groups Manager1. PressWindows key+Rto open the Run dialog box.
2. In it, typelusrmgr.mscand press Enter. This will start the Local Users and Groups Manager.
3. In the Local Users and Groups Manager, click onUsersin the left hand pane.
4. Then, in the work area on the right side, double click onAdministrator.
5. In the following dialog box, uncheck theAccount is disabledoption and clickOK.
6. Administrator account will be immediately available on the login screen.
Todisable the Administrator account, check the "Account is disabled" option in step 5.
This method will only work if you are using Professional or Enterprise editions of Windows 7, Windows 8(.1) and Windows 10. If you are using home and basic versions of these operating systems, this method will not work for you as Local Users and Groups manager is not available on them.
Enable or Disable the Administrator account using the Local Security Policy Editor1. Press Windows key+Rto open the Run dialog box.
2. Typesecpol.mscand press Enter. This will start theLocal Security Policy Editor.
3. In the Local Security Policy Editor, navigate toLocal Policies\Security Options.
4. In the work area on the right side, double click "Accounts: Administrator account status."
5. In the following dialog box, encircleEnableorDisableto respectively enable and disable the Administrator account.
6. PressOK. Log off to the login screen to see the Administrator account

Original posted by tweakers.yn.lt
@2016-02-23 22:16 ( 0 comments )

Notepad Tricks: Cool Notepad tricks for Windows 124months ago
Notepad, the text editor that comes bundled in Windows is an excellent tool for text editing. But that is not the only thing for which notepad is famous. It is also famous for its tricks and hacks. Here is a roundup of some of the best and coolest tricks that you can try using Notepad.
Matrix Falling Code Effect - Notepad CMD (.BAT) TricksInspired by the movie Matrix, this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat.
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
Matrix Falling Code Effect - Notepad Trick
Upon running the bat file, you will see the "Matrix falling code" effect.
Make Your Keyboard Type (Any) Message Continuously-VBS TrickThis VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code given below and save the file as Tricks.vbs or *.vbs. You will need to restart your computer to stop this. Try this after closing all important programs.
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loopSend this file to your friends as an email attachment to see the fun.
Create a Harmless Funny Virus with Notepad-Continuously eject CD/DVD drivesThis VBS trick will create a code which will continuously eject all your connected Optical drives. If you put them back in, it will pop them out again. Copy this code and paste it in Notepad as Virus.vbs or *.vbs.
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Double click to open this file and you will be impressed by this awesome trick.
Make a Personal Diary(Log) with Notepad (Easter Eggs)
Notepad DiaryYou can use this trick to create a personal log with Notepad which will automatically include the current date and time before your note. To do so, open Notepad and type.LOGin capital letters and press Enter. Save the file. Now, every time you open this file, notepad will automatically insert the current time and date before the note. Just enter your note and save the file each time after making an entry.
All these Notepad tricks are totally harmless and would not harm your PC in any way. To close any of the VBS trick given, open task manager and close the wscript.exe process. These tricks work onWindows 8, Windows 7, Windows VistaandWindows XP.

Original posted by tweakers.yn.lt
@2016-02-23 22:38 ( 1 comments )

Your Soft World



NEWS YOUR EVENTS


EXPERIENCE A PERFECT WORLD
LATEST NEWS
PUBLISH YOUR EVENTS
STAY UPDATED
KNOW YOUR WORLD

OUT OF THESE PEOPLE, WHO DO YOU LOVE THE MOST?

* No categories

Online: Guests: 3
Follow @thehinetworks@gmail.com