Click here to Skip to main content
15,881,248 members
Home / Discussions / System Admin
   

System Admin

 
AnswerRe: Automatic deployment of VNC server to remote terminals (PC's) via Remote Desktop Pin
Albert Holguin26-Feb-11 14:48
professionalAlbert Holguin26-Feb-11 14:48 
Questionhow to check windows 7 color depth Pin
Kanel Roath9-Jan-11 22:58
Kanel Roath9-Jan-11 22:58 
AnswerRe: how to check windows 7 color depth Pin
Ravi Sant7-Feb-11 2:38
Ravi Sant7-Feb-11 2:38 
QuestionWriting ISR Pin
A_Fa5-Jan-11 5:37
A_Fa5-Jan-11 5:37 
Hi friends.
Excuse me for bad english.
I developed a bootloader. I want to change interrupt 0x13 of BIOS in this bootloader. I can call old subroutine of 0x13 successfully but I don't know how change readed data.
void NewInterrupt13Handler()
{
	__asm
	{
		leave
		jmp cs:OldInt13Handler
	}
        Print("This line is not execute because of iret in old OldInt13Handler");
}
void Int13FilterEntry ()
{
	__asm
	{
		leave
		jmp NewInterrupt13Handler
	}
        Print("This line is not execute because of iret in old OldInt13Handler");
}

AnswerRe: Writing ISR Pin
LloydA11122-Feb-11 11:25
LloydA11122-Feb-11 11:25 
QuestionA remote desktop connection (RDP) question... Pin
Jun Du5-Jan-11 4:19
Jun Du5-Jan-11 4:19 
AnswerRe: A remote desktop connection (RDP) question... Pin
Alan M Burns6-Jan-11 23:11
Alan M Burns6-Jan-11 23:11 
AnswerRe: A remote desktop connection (RDP) question... Pin
Joan M3-Mar-11 5:53
professionalJoan M3-Mar-11 5:53 
QuestionSend msg to a specific terminal with VBScript? (WMI, I assume...) Pin
jamosdelnorte30-Dec-10 12:06
jamosdelnorte30-Dec-10 12:06 
Questioncommunicate with HID device using it's port Pin
A_Fa25-Dec-10 23:59
A_Fa25-Dec-10 23:59 
QuestionConverting files from read only to writable in WinXP Pin
bleedingfingers22-Dec-10 0:40
bleedingfingers22-Dec-10 0:40 
AnswerRe: Converting files from read only to writable in WinXP Pin
Ankur\m/22-Dec-10 1:54
professionalAnkur\m/22-Dec-10 1:54 
GeneralRe: Converting files from read only to writable in WinXP Pin
bleedingfingers22-Dec-10 2:31
bleedingfingers22-Dec-10 2:31 
AnswerRe: Converting files from read only to writable in WinXP PinPopular
Luc Pattyn22-Dec-10 1:55
sitebuilderLuc Pattyn22-Dec-10 1:55 
GeneralRe: Converting files from read only to writable in WinXP Pin
bleedingfingers22-Dec-10 2:34
bleedingfingers22-Dec-10 2:34 
AnswerRe: Converting files from read only to writable in WinXP Pin
Luc Pattyn22-Dec-10 3:14
sitebuilderLuc Pattyn22-Dec-10 3:14 
QuestionRead a key from a token in a bootloader Pin
A_Fa19-Dec-10 19:40
A_Fa19-Dec-10 19:40 
QuestionMS exam Pin
I Believe In GOD15-Dec-10 0:15
I Believe In GOD15-Dec-10 0:15 
AnswerRe: MS exam PinPopular
Richard MacCutchan15-Dec-10 2:40
mveRichard MacCutchan15-Dec-10 2:40 
GeneralRe: MS exam Pin
NOD32 user7-Feb-11 1:49
NOD32 user7-Feb-11 1:49 
AnswerRe: MS exam Pin
Pravin Patil, Mumbai28-Jan-11 3:57
Pravin Patil, Mumbai28-Jan-11 3:57 
AnswerRe: MS exam Pin
Rahul Ramteke, Cognizant31-Jan-11 19:15
Rahul Ramteke, Cognizant31-Jan-11 19:15 
Questioncolor depth in windows xp Pin
Kanel Roath14-Dec-10 15:34
Kanel Roath14-Dec-10 15:34 
AnswerRe: color depth in windows xp Pin
RaviRanjanKr14-Dec-10 17:20
professionalRaviRanjanKr14-Dec-10 17:20 
GeneralRe: color depth in windows xp Pin
Luc Pattyn15-Dec-10 1:25
sitebuilderLuc Pattyn15-Dec-10 1:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.