PDA

View Full Version : Windows Server 2008 - No-activation & No-crack


kieuphong
04-03-2009, 07:10 PM
Windows Server 2008 - No-activation & No-crack

This no-activation technique applies to:

- Windows Server 2008 Standard, Enterprise, DataCenter Edition
- Windows Server 2008 Web Server Edition
- Windows Server 2008 HPC
- Windows Server 2008 Hyper-V
- Windows Server 2008 Standard, Enterprise Without Hyper-V

Windows Server 2008 by-pass activation - no crack:

Simply delete 3 files: SLLUA.exe, SLUI.exe and SLUINotify.dll located in c:\Windows\System32\

This technique will not activate windows (simply bypass) thus retains all server functions ... will not pass windows genuine test & DO NOT UPDATE!

You can Use instructions from this site:
[Only Registered Users Can See Links]


This DOS batch file renames 3 files instead of delete them:

------------------------- Beginning of codes:
@echo off
sc stop SLUINotify
sc config SLUINotify start= disabled
takeown /F "C:\Windows\System32\SLLUA.exe"
takeown /F "C:\Windows\System32\SLUI.exe"
takeown /F "C:\Windows\System32\SLUINotify.dll"
icacls "C:\Windows\System32\SLLUA.exe" /grant administrators:F
icacls "C:\Windows\System32\SLUI.exe" /grant administrators:F
icacls "C:\Windows\System32\SLUINotify.dll" /grant administrators:F
ren "C:\Windows\System32\SLLUA.exe" "SLLUA.exe.bak"
ren "C:\Windows\System32\SLUI.exe" "SLUI.exe.bak"
ren "C:\Windows\System32\SLUINotify.dll" "SLUINotify.dll.bak"
pause
------------------------- End of codes

Before renaming 3 files:
[Only Registered Users Can See Links]

Renaming 3 files:
[Only Registered Users Can See Links]

After renaming 3 files & change date 1 year later:
[Only Registered Users Can See Links]

kieuphong
04-03-2009, 07:10 PM
Create disk image using Windows Server Backup:

01. Start > Administrative Tools > Windows Server Backup > Action > Backup Once
[Only Registered Users Can See Links]

02. Different Options
[Only Registered Users Can See Links]

03. Custom (to select only 1 partition to backup/disk image):
[Only Registered Users Can See Links]

04. Select partition 1 hard drive 1:
[Only Registered Users Can See Links]

05. Select local drives (internal HD or USB HD) to store image:
[Only Registered Users Can See Links]

06. Select USB HD:
[Only Registered Users Can See Links]

07. Select VSS Full Backup:
[Only Registered Users Can See Links]

08. Backup confirmation:
[Only Registered Users Can See Links]

09. Backup in progress:
[Only Registered Users Can See Links]

10. Backup completed:
[Only Registered Users Can See Links]

11. See details - backup 13.3 Gb in 14 minutes:
[Only Registered Users Can See Links]

12. Win2k8 Server Backup store in folder WindowsImageBackup
[Only Registered Users Can See Links]


More info:

Windows Server Backup Step-by-Step Guide for Windows Server 2008:
ht*p://technet.microsoft.com/en-us/library/cc770266.aspx

Recovering Your Server
ht*p://technet.microsoft.com/en-us/library/cc753920.aspx

Recover the Operating System
ht*p://technet.microsoft.com/en-us/library/cc755163.aspx