Pages

Saturday, October 19, 2013

Accessing LPT on WinXp and higher for an assembly code

How to open the access to the ports of the computer on Win XP and higher (Win 7 32bit tested)
**Untested on 64bit systems
DON'T test it on any windows under XP since no need for it :)

Link for UPDriver:
http://www.mediafire.com/download/ptj394ezwv7crnb



All copyrights reserved:
1- SYS file by Tomas Franzon
2- Services & Batch File Coded by Motaz M. Ayyad

Al-Azhar Uni.
0.94 Beta, with SYS file Ver 2.0.

4 hours of source code understanding ^_^

2013-2014 C.

Wednesday, October 16, 2013

4×4×4 Leds Cube Mini Project

4×4×4 Leds Cube
Mini and funny project

Equ. Used:
1- 64 blue led
2- 16 220 Ohm Resistor
3- Arduino Uno for control
4- LabView for code builder and graphical cube making
5- Autodesk inventor for drawing the case
6- Arduino Programmer and coding

Thanks goes to forte1994 and jtmanders for their instruction in building and coding
Sp. Thanks goes to Sobhi Al-Fayome for helping me with case maker

Music:
Dubstep Orchestral - Serendipity - FloidBeats #048 (Royalty Free Music)
Link: http://www.youtube.com/user/floidbeats?feature=watch


Friday, September 6, 2013

Enable Disable Task Manager Using CMD(Admin set)-Watch 720HD-



How to enable and disable task manger using CMD when get virus infected
Run CMD on adminstrator mode then:
To Disable Task Manager:

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 1 /f

To Enable Task Manager:

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f

Thursday, September 5, 2013

2012 2013 Sample Album -General items and Gaza beauty-


A sample album of general items and Gaza beauty

NOT all the beautiful photos were included in this video , this is just a SAMPLE
-Motaz Ayyad-




Music:
Easy Lemon Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0
http://creativecommons.org/licenses/by/3.0/

Link:
http://incompetech.com/music/royalty-free/index.html?isrc=USUAN1200076

Thanks for watching.

Saturday, August 31, 2013

Force HideShow files using CMD


 how to show hidden files which being forced to hide by a virus or other results
let's say the effected folder is "Test"
Hide Command:
attrib +s +h +a /s /d  D:\test\*.*

Show Command:
attrib -s -h -a /s /d  D:\test\*.*

(Watch 720 HD) 


Debug 64 & 32-bits





 **Update V1.11**
fix some corrupted files

V1.10 of Debug 64-bit
Change-log:
1- Boot DebugX which emulate 80386 registers (32bit)
2- Added Tutorial of how to use
3- fix some minor issues
4- new LOGO
**can access "C" and "D" directories only


Note: You can copy the folder where ever you want but not inside folder with " " (Space)
Note: if you want to use the old Debug just write "q" and Enter then write "debug" and Enter.

1.10 Full, Boot DeX (80386 debugger), fix some minor issuse & added TuT.
1.04 Full ,Added "D:" Dir. and DebugX works with 80386 Proc.
1.02 Full , Fixed the Installer Menu and Removing any un-needed components.
1.00 Full , Fixed DosBox Boot.
0.92 Beta , More Protection , full debug functions.
0.81 Beta , solving some problems and protection mode.
0.79 Beta , just a test.
Al-Azhar Uni.

All copyrights reserved to:
1- MS-Win7 32 debug
2- DosBox Enviroment
3- DebugX By Paul Vojta
4- Batch File Coded by Mo3taz Ayyad


2012-2013 C.