Hello!
My PC computer have very small memory and I would like to know, how it would be possible to delete such files of WINDOW XP as WINDOWS MOVIE MAKER, HELP files and such. When deleting them, they appears there again in that place.They are not in uninstall window, so unpossible to uninstal them. Maibe to open them with NOTEPAD and to change somehow code and then try to delete?
How to delete WINDOWS XP files, who apperas there after deleting again (cant delete)?
Started by Ann, Nov 05 2010 04:57 AM
5 replies to this topic
#1
Posted 05 November 2010 - 04:57 AM
|
|
|
#2
Posted 05 November 2010 - 05:09 AM
Windows XP recovers from changed system files. I don't think there is a way to delete or change system files other than some dirty hack.
#3
Posted 05 November 2010 - 11:03 PM
If You mean this:
procedure TForm1.Edit1KeyPress(Sender: TObject; var Key: Char);
begin
if not (key in ['0'..'9','.']) then
key:=#0;
end;
What could it mean?
procedure TForm1.Edit1KeyPress(Sender: TObject; var Key: Char);
begin
if not (key in ['0'..'9','.']) then
key:=#0;
end;
What could it mean?
#4
Posted 05 November 2010 - 11:18 PM
That is a Delphi source code to handle a forms keypresses, does this relate to your problem?
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#5
Posted 06 November 2010 - 01:28 AM
I found it in topics in other forum about deleting file WINDOWS MOVIE MAKER
#6
Posted 06 November 2010 - 04:10 AM
Ann said:
If You mean this:
procedure TForm1.Edit1KeyPress(Sender: TObject; var Key: Char);
begin
if not (key in ['0'..'9','.']) then
key:=#0;
end;
What could it mean?
procedure TForm1.Edit1KeyPress(Sender: TObject; var Key: Char);
begin
if not (key in ['0'..'9','.']) then
key:=#0;
end;
What could it mean?
Generally, trying to uninstall components of Windows is the wrong approach. While some would suggest you replace it all with Linux, what you probably need to do is consider adding another hard drive for storage.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









