질문이 많아서 쓰게됩니다

 

지워도 무방한 프로그램

Adobe

사용자 삽입 이미지
Acrobat
사용자 삽입 이미지
Reader 7 (한글판)
Adobe
사용자 삽입 이미지
Photoshop
사용자 삽입 이미지
Elements 2.0 (한글판)
Adobe
사용자 삽입 이미지
Premiere Standard
InterVideo WinDVD™ 5 for VAIO (한글판)
Sony DVgate Plus 2.2 (한글판)
Sony PictureGear Studio 2.0 (한글판)
Sony SonicStage 3.3 (한글판)
Sony SonicStage Mastering Studio 2.1
SonicStage Mastering Studio Audio Filter 2.0
Sony VAIO Media 5.0 (한글판)
VAIO 오리지널 스크린 세이버
Sony VAIO Zone 1.4 (한글판)
Norton Internet Security 2006 (한글판)
Roxio DigitalMedia SE 7
Skype (한글판)
Image Converter 2 Plus (한글판)
DSD Direct 1.0
 



절대 지워선 안되는 것~!!!

VAIO power management

VAIO event service

VAIO control center

shared library

utility DLL

VAIO HDD Protection 1.0 (한글판)
등등


[출처] 네이버 바이오까페

@echo off       
echo 시작

del /f /s /q %systemdrive%\*.tmp       
del /f /s /q %systemdrive%\*._mp       
del /f /s /q %systemdrive%\*.log       
del /f /s /q %systemdrive%\*.gid       
del /f /s /q %systemdrive%\*.chk       
del /f /s /q %systemdrive%\*.old       
del /f /s /q %systemdrive%\recycled\*.*       
del /f /s /q %windir%\*.bak       
del /f /s /q %windir%\prefetch\*.*       
rd /s /q %windir%\temp & md %windir%\temp       
del /f /q %userprofile%\cookies\*.*       
del /f /q %userprofile%\recent\*.*       
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"       
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"       
del /f /s /q "%userprofile%\recent\*.*"       
echo 끝!

echo. & pause       

[struts web.xml 참조하기]

 

ServletConfig config = this.getServlet();
String configStr = config.getInitParameter("config");  
System.out.println("configStr: " + configStr);


+ Recent posts