How to Reset Your Domain Admin Password on Server 2008 R2


Forgetting the password is always a hard pain, but luckily there’s an easy way to reset your Domain Administrator password. You just need a copy of the Windows Server 2008 R2 installation disk and a simple command line trick.

Replace Utilman.exe

Boot from the Windows disk(CD/DVD) and select the “Repair your computer” option from the lower left-hand corner.

Repair Your Computer

Wait until you get to the option to open the Command Prompt, which you’ll want to select.

Open Command Prompt

First backup the utilman.exe file to utilman.exe.bak

MOVE C:\Windows\System32\Utilman.exe C:\Windows\System32\Utilman.exe.bak
rename file

 Now you need to copy cmd.exe and rename it Utilman.exe

COPY C:\Windows\System32\cmd.exe C:\Windows\System32\Utilman.exe

copy command

Now reboot your machine. When its done boot it again and in Logon screen click on the Ease of access icon.

image6

In  command prompt, change the password type

net user administrator *

Once you press enter you will asked to set a new password and then confirm it, when entering your new password don’t worry (Password will be invisible).

password change

Once you’re logged in, don’t forget to delete Utilman.exe and then rename Utilman.exe.bak back to plain old Utilman.exe

Banish Firewall Addon for IPCop / UNINSTALL BANISH IN IPCOP


Banish Firewall Addon for IPCop :

Banish is an unofficial IPCop Firewall Addon module. It that allows you to simply and completely block IP addresses, ranges of IPs, domains and MAC Addresses at the IPTables firewall level. “Banished” entries are blocked from accessing your network, even if you have vulnerable opened/forwarded ports, and internal clients are blocked from accessing “banished” resources. The versatility of this module is useful for blocking unwanted intruders from gaining access to your network and preventing client-side access to banned external resources such as Peer to Peer networks (ex. Kazaa, WarezP2P, etc.).

Packets from & destined to a “banished” resource are dropped and logged. Logged entries are visible in IPCop’s Firewall Logs. Banish can be configured to silently drop pings

banish.sidsolutions.net

HOW TO INSTALL BANISH IN IPCOP

Download Banish via this link

copy in /tmp directory
move in /temp  directory
root@ipcop:/tmp tar -xzf banish1.4.7.tar.gz
Then move Banish directory
root@ipcop:/tmp/banish-1.4.7 # ./install_Banish.sh 

SID Solutions
Solid Innovative Designed Solutions
Providing tomorrow’s solutions, today.

Starting Banish 1.4.7 installation 

Checking if files extracted to /tmp….OK!
Checking files……………………………OK!
Checking md5sum……………………. OK!
Backing up files………………………….Done!
Extracting files……………………………Done!
Installing system files…………………..Done!
Appending to files………………………Done!
Starting Banish………………………….Done!
Cleaning up………………………………Done!

Banish Installation Complete 

To uninstall, run /usr/local/bin/uninstall_Banish.sh

http://sidsolutions.net

HOW TO UNINSTALL BANISH IN IPCOP 

root@ipcop:/ #   /usr/local/bin/uninstall_Banish.sh 

SSL WARNING MESSAGES


You might get a warning message if Chrome detects that the site you’re visiting could be harmful to your computer.

For more detail, Please click HERE

Website security indicators

When you connect to a website, Google Chrome can show you details about your connection and alert you if it’s unable to establish a fully secure connection with the site. Learn about Google Chrome’s security settings.

windows/system32/config/system file missing or corrupt


1. Insert your Windows XP CD into your CD and assure that your CD-ROM drive is capable of booting the CD.
2. Once you have booted from CD, do NOT select the option that states: Press F2 to initiate the Automated System Recovery (ASR) tool.
You’re going to proceed until you see the following screen, at which point you will press the “R” key to enter the recovery console:

Posted Image

3. After you have selected the appropriate option from step two, you will be prompted to select a valid Windows installation (typically number “1″).
Select the installation number, and hit Enter.
If there is an administrator password for the administrator account, enter it and hit Enter (if asked for the password, and you don’t know it, you’re out of luck).
You will be greeted with this screen, which indicates a recovery console at the ready:

Posted Image

4. There are eight commands you must enter in sequence to repair your problem..
I will introduce them here, and then show the results graphically in the next six steps.
NOTE. Make sure, you press Enter after each command. Make sure, all commands are exact, including “spaces”.
These commands are as follows:

CD..
ATTRIB -H C:\\boot.ini
ATTRIB -S C:\\boot.ini
ATRIB -R C:\\boot.ini
del boot.ini
BOOTCFG /Rebuild

Note about the above command.
BOOTCFG /REBUILD command which searches for pre-existing installations of Windows XP and rebuilds sundry essential components of the Windows operating system, recompiles the BOOT.INI file and corrects a litany of common Windows errors.
It is very important that you do one or both of the following two things:
A.) Every Windows XP owner must use /FASTDETECT as OS Load Option when the rebuild process is finalizing.
B.) If you are the owner of a CPU featuring Intel’s XD or AMD’s NX buffer overflow protection, you must also use /NOEXECUTE=OPTIN as an OS Load Option.
For the Enter Load Identifier portion of this command, you should enter the name of the operating system you have installed.
If, for example, you are using Windows XP Home, you could type Microsoft Windows XP Home Edition for the identifier (it’s not crucial, however what the name is, as long, as it’s meaningful).
Here is your computer screen:

Posted Image

5. Following command verifies the integrity of the hard drive containing the Windows XP installation. While this step is not an essential function in our process, it’s still good to be sure that the drive is physically capable of running windows, in that it contains no bad sectors or other corruptions that might be the culprit:

CHKDSK /R

6. This last command writes a new boot sector to the hard drive and cleans up all the loose ends we created by rebuilding the BOOT.INI file and the system files. When the Windows Recovery Console asks you if you are Sure you want to write a new bootsector to the partition C: ? just hit “Y”, then Enter to confirm your decision:

FIXBOOT

7. It’s time to reboot your PC by typing
EXIT
and pressing Enter.

With any luck, your PC will boot successfully into Windows XP as if your various DLL, Hive, EXE and NTLDR errors never existed.

How To Make A USB Installation Disk For Windows 7 Without Extra Software


Open An Elevated Command Prompt

Click Start -> All Programs -> Accessories and right-click on Command Prompt. Select Run As Administrator. Of course, you need to be able to authenticate as the administrator on the PC you’re using.

usb installation disk windows 7

Partitioning The Disk

Type: DISKPART

usb installation disk

This will open up the partitioning application. Next, type:

LIST DISK

Figure out which of the drives listed is your USB drive, and note the number. It’s crucial you get this right, or you’re going to end up losing data on other drives.

usb installation disk

Next, type the following series of commands, but replace the DISK number in the first line with the appropriate number from the above list. Here, my disk is number 1. Don’t confuse this with PARTITION 1. That number should not change, even if your disk is 3.

SELECT DISK 1 CLEAN CREATE PARTITION PRIMARY SELECT PARTITION 1 ACTIVE FORMAT FS=NTFS ASSIGN EXIT

usb installation disk

Make It Bootable!

The format step may take a little while (it actually took about 30 minutes on my machine). When you’re done, put in your installation DVD if you haven’t already. Note down which drive letter your USB disk and Windows installation DVD are located at.

usb installation disc

Go back to your command prompt and type – assuming D: is your DVD drive with the install DVD, and U: is your USB drive:

D:/BOOT/BOOTSECT.EXE /NT60 U:

This will basically make your USB drive bootable.

usb installation disc

Copy Everything

The final step can be done from My Computer. Just open up the installation DVD, highlight everything, and drag it over to your USB drive.

usb installation disc

This will also take a while.

usb installation disk windows 7

Now you should be all set – just insert the USB disk into your new PC, and enter the BIOS to adjust the boot order, or choose the option during start up which says Choose Boot Device.

Let’s hear it for computers with no noisy and clunky DVD drives! Death to physical media! Or not – what do you think? Are you ready to go DVD-less?

How to create a bootable Windows 7 USB flash drive


The USB flash drive has replaced the floppy disk drive as the best storage medium for transferring files, but it also has its uses as a replacement for CDs and DVDs. USB drives tend to be higher in capacity than disc media, but since they are more expensive, they cannot (yet) really be used as a replacement. There are reasons why you would, however, choose a USB device over a DVD disc, and bootable software is definitely one of them. Not only is it faster to copy data such as setup files from a USB drive, but during usage the access times are also significantly faster. Therefore, installing something like Windows 7 will work that much faster from a USB drive than from a DVD (and of course, is particularly useful for the PCs without an optical drive; this isn’t something we should just leave for the pirates to enjoy).

This guide will show you two different ways to create a USB flash drive that works just like a Windows 7 DVD. In order to follow this guide, you’ll need a USB flash drive with at least 4GB of free space and a copy of the Windows 7 installation disc.

Windows 7 USB DVD Download Tool

You are normally given this tool when you purchase from the online Microsoft Store.

windows_7_usb_1.png

The easiest way to turn a USB flash drive into a bootable Windows 7 installer is by using the tool Microsoft offers, cunningly named the Windows 7 USB/DVD Download Tool. To get started, download the installer [exe] from Microsoft.com and follow the basic steps to put it onto your computer; you can put it on the computer you plan to install Windows 7 on or another one, it doesn’t matter.

windows_7_usb_2.png

Once it is installed, it should create an icon on your desktop, so double-click that to open. If you can’t find it, use the search function in the Start Menu with a keyword like “USB.” Launching it should give you the above screen, and step one is to find the Windows 7 .ISO file. The tool only accepts .ISO images, so we recommend that you convert yours if it’s in a different DVD image format.

windows_7_usb_3.png

Step two is straightforward: simply choose USB device.

windows_7_usb_4.png

In step three, all you have to do is make sure that you are choosing the correct USB device. If you have other data on the device, move it to your hard drive, another USB device, or somewhere else before proceeding.

windows_7_usb_5.png

The tool will prompt you if it detects data on the device. Once your data is backed up elsewhere, click Erase USB Device.

windows_7_usb_6.png

You will get another prompt warning you that all the data will be wiped. Click Yes to continue.

windows_7_usb_7.png

The format will be very quick, while the copying of the files will take a little bit more time (about 10 to 15 minutes).

windows_7_usb_8.png

Once the process is complete, you should get the above confirmation message. At this point you can close the tool and use the USB drive to install Windows 7. Remember that you’ll have to choose to boot off the USB drive. Before doing so, you may want to open up the USB drive and double click on setup.exe to see if everything looks okay. If you want to be able to do this manually, see the next section, and if you want to be able to install any edition of Windows 7, skip to the section after that.

SERVER AUTO LOGIN / HOW TO USE AUTOLOGIN WINDOWS


Go to “Start” => “Run” (OR press “windows” key and “R”) type “netplwiz” or “Control userpassword2” or“rundll32.exe %SystemRoot%\system32\netplwiz.dll,UsersRunDll”and press enter

in the “user tab” uncheck the “User must enter the user name and password to use this computer” click “Apply” ,

type your required user and password, and click “OK”

 

Or Use this software for “Autologin”  —  Download Autologon

How To Disable RIGHT CLICK on Image WITHOUT JAVA SCRIPT CODE


Some time you posted a PHOTO / Snap on your site after a long practice and some one has stolen your that snap for his own site.

Use always encrypted or protect your site with using a simple code.

There are much ways to SECURE and PROTECT your website from those who steal your code or snaps.

Some web makers use JavaScript to Disable the Right click to Disable the RIGHT click menu on your website to prevent the people from saving the snaps / images on to their own drives or sites. But now I’ll give you a simple method, without JavaScript or HTML code on your own site.

Important: Click ” view plain” to Copy Paste the code

Standard image code sample:

<img src=”http://yoursite.com/image.png&#8221; />

Add this code after image URL:

oncontextmenu=”return false;”

Finally your code look like this:

<img src=”http://yoursite.com/image.png&#8221; oncontextmenu=”return false;” />