Tampilkan postingan dengan label Windows 7. Tampilkan semua postingan
Tampilkan postingan dengan label Windows 7. Tampilkan semua postingan

How To Create a Shortcut That Lets a Standard User Run An Application as Administrator

Posted by Unknown Senin, 28 Oktober 2013 0 komentar




Want to allow a standard user account to run an application as administrator without a UAC or password prompt? You can easily create a shortcut that uses the runas command with the /savecred switch, which saves the password.

Note that using /savecred could be considered a security hole – a standard user will be able to use the runas /savecred command to run any command as administrator without entering a password. However, it’s still useful for situations where this doesn’t matter much – perhaps you want to allow a child’s standard user account to run a game as Administrator without asking you.

Enabling the Administrator Account

First you’ll need to enable the built-in Administrator account, which is disabled by default.

To do so, search for Command Prompt in the Start menu, right-click the Command Prompt shortcut, and select Run as administrator.



Run the following command in the elevated Command Prompt window that appears:


net user administrator /active:yes



The Administrator user account is now enabled, although it has no password.

To set a password, open the Control Panel, select User Accounts and Family Safety, and select User Accounts. Click the Manage another account link in the User Accounts window.



Select the Administrator account, click Create a password, and create a password for the Administrator account.


Creating the Shortcut

Now we’ll create a new shortcut that launches the application with Administrator privileges.

Right-click the desktop (or elsewhere), point to New, and select Shortcut.



Enter a command based on the following one into the box that appears:


runas /user:ComputerName\Administrator /savecred “C:\Path\To\Program.exe“

Replace ComputerName with the name of your computer and C:\Path\To\Program.exe with the full path of the program you want to run. For example, if your computer’s name was Laptop and you wanted to run CCleaner, you’d enter the following path:


runas /user:Laptop\Administrator /savecred “C:\Program Files\CCleaner\CCleaner.exe”



Enter a name for the shortcut.



To select an icon for your new shortcut, right-click it and select Properties.



Click the Change Icon button in the Properties window.



Select an icon for your shortcut. For example, you can browser to CCleaner.exe and choose an icon associated with it. If you’re using an other program, browse to its .exe file and select your preferred icon.



The first time you double-click your shortcut, you’ll be prompted to enter the Administrator account’s password, which you created earlier.



This password will be saved – the next time you double-click the shortcut, the application will launch as Administrator without asking you for a password.

As we mentioned above, the standard user account now has the ability to run any application as Administrator without entering a password (using the runas /savecred command to launch any .exe file), so bear that in mind.

The Administrator password is saved in the Windows Credential Manager – if you want to remove the saved password, you can do it from there.

Baca Selengkapnya ....

How to Dual Boot Windows 7/8 and Ubuntu

Posted by Unknown Jumat, 18 Oktober 2013 0 komentar
Most of the users only use Windows or Mac OS or a Linux based operating system . If a user wants to use both Windows and Linux OS in their PC or Laptop . Then this tutorial helps you a lot Ubuntu is a Linux based operating system with good interface and suggested for beginners . In this tutorial I will be discussing about how to dual boot both Windows and Ubuntu in your computer.
ubuntu+and+windows+dualboot

Steps to dual boot Windows and Ubuntu:

Follow the below steps to dual boot with Windows and Ubuntu .Ubuntu provides a Wubi which is a windows installer for Ubuntu desktop . 
  • First visit Ubuntu website to download wubi here. 
  • Click on Get the installer as shown below.
ubuntu1
  • Now it shows you to pay $2 for each column as shown below .
select+0$
  • Change this to $ 0 by just sliding the bar to left and finally it appears as shown below . Now click Download and file will be downloaded fast as its size is 2.4 MB.
make+it+as+0$
  • After downloading the file , double click on wubi.exe and a pop-up arises asking for permission click Yes.
  • Next a Ubuntu installer appears and   now select the drive to install it , select installation size by default it gives 18GB , select environment as Ubuntu and finally set your username and password to login as in windows . If you feel any difficult then it appears as shown below . 
install+ubuntu
  • Then click Install and it takes about 15-20 min to install the Ubuntu OS into your Computer .
  • Once it gets installed Select on Reboot now and click finish (Now it gets restarted ).
  • After restarting the PC or Laptop you will find screen like this.
select+ubuntu
  • Select Ubuntu by using down or up arrow in your keyboard and click Enter .
  • Then the following screen appears , select Ubuntu ,Linux -generic 1st option from the 3 options using arrows from your keyboard.
select+1st+option
  • Again it installs the main components required and packages. This might take a few minutes .
  • Next you will notice a Login screen asking user name and password , Type the username and password which you have selected above .
type+user+name+and+password
  • Then click login and you will get a good interfaced Ubuntu Desktop.

if you have any questions or any problem while following any of above steps let us know in the comments below we will help you

Baca Selengkapnya ....

10+ Useful System Tools Hidden in Windows

Posted by Unknown Senin, 14 Oktober 2013 0 komentar


Whether you’re using Windows 7, Windows 8, or an older version of Windows, Windows contains a variety of system utilities that are well-hidden. Some are buried deep in the Start menu, while others can only be accessed via a command.

Most of these tools can be easily launched if you know their names — just open your Start menu or Start screen, search for the name of the program, and press Enter. On Windows 8, you may have to select the Settings category on the search screen first.

Windows Memory Diagnostic


Windows includes a Memory Diagnostic tool that can restart your computer and test your memory for defects, like the popular MemTest86 application. If you want to check your computer’s memory for errors, you don’t need a third-party tool — just open the Windows Memory Diagnostic tool.

Resource Monitor


The Resource Monitor application offers a detailed look at your computer’s resource usage. You can view computer-wide CPU, disk, network, and memory graphics, or drill down and view per-process statistics for each type of resource.

This means that you can see which processes are using your disk or network heavily, view which processes are communicating with which Internet addresses, and more. The Resource Monitor provides much more detailed resource statistics than the Task Manager does.

You can launch the Resource Monitor by opening the Task Manager, clicking the Performance tab, and selecting Resource Monitor. It can also be accessed by searching for Resource Monitor at the Start menu or Start screen.

Performance Monitor


The Performance Monitor application allows you to collect performance reports and view them. It can be used to log performance data over time, including determining how system changes affect performance, or to monitor the performance of a remote computer in real-time.

Computer Management and Administrative Tools


The Performance Monitor is actually one of many Microsoft Management Console (MMC) tools. Many of these can be found in the Administrative Tools folder, but they can be opened in a single window by opening the Computer Management application. Among other things, this window contains the following tools:

Task Scheduler: A tool that allows you to view and customize the scheduled tasks on your computer, in addition to creating your own custom scheduled tasks.

Event Viewer: A log viewer that allows you to view and filter system events — everything from software installation to application crashes and blue screens of death.

Shared Folders: An interface that displays the folders shared over the network on your computer, useful for viewing what folders are being shared at a glance.

Device Manager: The classic Windows Device Manager that allows you to view the devices connected to your computer, disable them, and configure their drivers.

Disk Management: A built-in partition manager you can use without downloading any third-party tools.
Services: An interface that allows you to view and control the background services running in Windows.



The Administrative Tools folder also contains other useful utilities, such as the Windows Firewall with Advanced Security application that allows you to create advanced firewall rules.

Advanced User Accounts Tool


Windows contains a hidden User Accounts utility that provides some options not present in the standard interface. To open it, press WinKey+R to open the Run dialog, type either netplwiz or control userpasswords2, and press Enter.

This window also contains a shortcut to launch the Local Users and Groups tool, which offers more user management tasks, but can’t be used on Home or standard versions of Windows.

Disk Cleanup


Windows’ Disk Cleanup utility isn’t quite as hidden as some of the other utilities here, but not enough people know about it. It will scan your computer for files that can be deleted, from temporary files and memory dumps to old system restore points and leftover files from Windows upgrades. It does the same job a PC cleaning utility does, but it’s free and doesn’t try to extract any money from you. Advanced users may prefer CCleaner, but Disk Cleanup does a decent job.

Access it by searching for Disk Cleanup at your Start screen or Start menu.

Group Policy Editor


The Group Policy Editor is only available on Professional or Ultimate editions of Windows, not the standard or Home editions. It provides a wide variety of settings that are designed for use by system administrators to customize and lock down PCs on their networks, but the local group policy editor also contains some settings that average users might be interested in. For example, on Windows 8, the group policy editor can be used to disable the lock screen and skip directly to the log-in screen.

To open it, type gpedit.msc at the Start menu or Start screen and press Enter.

Registry Editor


Sure, everyone knows about the registry editor — but it’s still hidden, with Microsoft not even providing a Start menu shortcut to it. It must be launched by typing regedit into the Start menu or Start screen and pressing Enter.

Many tweaks that can be made in the Group Policy Editor have equivalent tweaks that can be made in the registry editor. For example, on Windows 8, users with the standard edition of Windows 8 can’t disable the lock screen via the Group Policy Editor — but they can disable the lock screen with a registry hack.

MSConfig


The System Configuration window is another classic tool that many people know about. Prior to Windows 8, which features a startup-program manager built into its Task Manager, this tool was the only included way of controlling startup programs on Windows. It also allows you to customize your boot loader, which is particularly useful if you have multiple versions of Windows installed.

Launch it by typing msconfig into the Start menu or Start screen and pressing Enter.

System Information


The System Information utility allows you to view information about the current computer — everything from the model number of its CD-ROM drive to its attached peripherals, configured environment variables, and startup programs. It doesn’t provide the slickest interface, nor does it provide all the information a third-party system information tool like Speccy does, but it will display a lot of system information without forcing you to install another program.

Open it by searching for System Information at your Start menu or Start screen.


Once you know these utilities exist, you can do more with the tools built into Windows. These tools are available on any Windows computer, so you can always use them without downloading and installing software.













Baca Selengkapnya ....
Trik SEO Terbaru support Online Shop Baju Wanita - Original design by Bamz | Copyright of android mobile9.