Friday, 17 May 2013

To create a Folder without any name

To create a Folder without any name


  1. Create a new Folder or Rename a Folder.
  2. Press alt & type 0160 or 255
  3. Then press Enter.
Now you can get a Folder without any name.

Thursday, 16 May 2013

Reset your Windows Administrator Password while emergency

Reset your Windows Password while emergency

To reset Windows users / administrator password is very very very simple.

Need an external boot CD (Hiren's boot CD ). You download and burn it as Bootable disk.

       Boot your computer by using above mentioned any Boot CD. Select Mini Windows XP and press enter. Now your system will boot through Mini Windows XP Operating System.

  1. Go to C:\WINDOWS\system32 and find the file "sethc.exe". Rename it as "Old sethc.exe".
  2. Then find file "cmd.exe" and rename it as "sethc.exe". 
  3. Now remove the Boot CD from CD/DVD drive and restart your computer. 
  4. On logon page (you don't try to login) press the SHIFT key 5 times. You can get Command prompt window.
  5. In this window type "net user Administrator *"

  6. Press enter (Don't  type any password).
  7. Again press enter (Don't  type any password).
  8. Now your Administrator Password has been reseted successfully.
Enjoy !!!


To make fast Boot your Computer

To make fast Boot your Computer

       Most of the Computers had enabled all Services and all (installed) Applications while system booting (Start up) by default. Since your computer will take time to stable after Login. Also computer will slow No need all Services and Applications while starting. So see the below steps; and decide that which Applications / Services are you want on system start up.

Go to Run → Type msconfig →

Go to Startup TAB, then remove Tick mark unwanted.

Then Go to Services TAB, Tick option "Hide all Microsoft Services". Now you can remove all unwanted applications from the list.

 Then press Apply and OK buttons and Restart your computer.

After restart your computer you can feel the Speed 100% sure while Login and Working.

After these steps if you could not get Good performance, may be the problem is in your computer's HDD. 

To conform whether HDD is problem or not,  Watch the HDD LED in front of cabinet (CPU Box). When computer is in Ideal, HDD's LED should not Glow / Blink continuously. This is normal. Otherwise If glowing continuously defensively your HDD is problem. Chang that Hard disk.


Tuesday, 14 May 2013

How to Import mail messages from Outlook express to Windows Live mail?

To Import mail messages from Outlook express to Windows Live mail

Open Windows live mail (In any Operating system of Windows), Go to FileImportMessages,

Now brows and select path of Outlook express's stored location.

 You can visible now all Folders and Sub folders. Now you select a particulate folder or select All folders. 

Now click the Next button to Import Mail Messages.

Wednesday, 8 May 2013

A first aid kit for your Computer

A first aid kit for your Computer

This software contain Partition Tools, Backup & Recovery, Antivirus Tools, Testing Tools, Password Tools and Mini Windows XP. This will help you sure 100%. Download and enjoy.

When it comes to having a certain PC streamlined, base lined, or simply reformatted, there are various ways to do so. Many resort to using the traditional clean install, where the primary driver is reformatted, thus leaving the PC clean and new, and the only thing that is very tedious to do afterwards are none other than installing once again the drivers or hardware installed on the computer, which usually take 2 or 3 hours to finish. What more if the computer is having a problem to boot or load the operating system? What if the BIOS (Basic I/O or Input / Output System) becomes corrupt thus not able to access the operating system like Windows or Mac, and not being able to access the files? Well, there is a solution to this, and it’s another easy to use software: Hiren’s BootCD.

Hiren’s BootCD is a boot disk utility that will help in resolving and making reformatting your computer easy. This kind of compilation software provides a compilation of programs to help resolves most and some uncommon Internet and computer issues like driver failure, intermittent internet connection and other computer malfunctions.



To Download click here.


Tuesday, 7 May 2013

“Dedicated administrator connections are not supported” message in SQL Server

“Dedicated administrator connections are not supported” message in SQL Server




When you try to login to SQL Server using Dedicated administrator connection (DAC) via Object Explorer you will receive an error message:
Dedicated administrator connections are not supported.
(ObjectExplorer)

or:
Dedicated administrator connections are not supported.
(Microsoft.SqlServer.Management.SqlStudio.Explorer)




Object Explorer cannot connect using the DAC.
To connect to DAC using Database Engine Query, in SQL Server Management Studio click:
File -> New -> Database Engine Query
In the Connect to Database Engine dialog box, in the Server name box, type ADMIN:Instance_name
To connect to a SQL Server instance (-S) to master database (-d) using DAC (-A) with integrated security (-E) in sqlcmd:
sqlcmd -A -d master -E -S instance_name
To connect to a SQL Server instance (-S) to master database (-d) using DAC (-A) with SQL security with SQL login (-U) and password (-P) in sqlcmd:
sqlcmd -A -d master -U sa -P Passw0rd -S instance_name
SQL Server Browser service must be running to connect to Dedicated administrator connection (DAC).
It is possible to make only one connection at a time with DAC.
If the DAC is already in use, the connection will fail.
Did you find this post helpful? If so, please share it. 
 
Thanks!






How to perform a VirusScan Command Line scan in Microsoft Windows

How to perform a VirusScan Command Line scan in Microsoft Windows




  1. Download the latest VCLS from the McAfee Downloads site. The VCLS has the most up-to-date cutting edge generic drivers.

    To download McAfee products, updates, and documentation, visit the Downloads page at http://www.mcafee.com/us/downloads/downloads.aspx.

    For instructions on downloading, see: KB56057.
     
  2. Create a folder on the root of your primary partition. In this example: c:\scan\.
  3. On the infected computer, extract the contents of vscl-w32-6.0.3-l.zip or later to c:\scan\.
  4. Download the latest beta DAT file.
    To download a DAT, Engine, SuperDAT (DAT + Engine), BetaDAT, or Stinger, go to http://www.mcafee.com/apps/downloads/security-updates/security-updates.aspx.

    You might have to download these if your automated update fails or if you want to use an ExtraDAT on an infected system.

     
  5. Extract the contents of avvwin_netware_betadat.zip to c:\scan\ and overwrite the existing files.
  6. Click Start, Run, type cmd and press ENTER.
  7. Navigate to c:\scan, type the following command, and press ENTER:

    scan.exe /adl /all /analyze /clean /program /unzip /winmem /rptall /report=c:\scan.log

    This starts a complete system scan, which is best practice.