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]
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]