View Single Post
  #1449 (permalink)  
Old 04-14-2009, 06:15 PM
jdmsleepr's Avatar
jdmsleepr
Regular 'Geeker
Offline
 
Join Date: Nov 2008
Posts: 339
Reputation: 980
jdmsleepr knows their stuffjdmsleepr knows their stuffjdmsleepr knows their stuffjdmsleepr knows their stuffjdmsleepr knows their stuffjdmsleepr knows their stuffjdmsleepr knows their stuffjdmsleepr knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: JUICY 6 - Build 090406H (21042) [UC] *RHODIUM MANILA*

Quote:
Originally Posted by Juicy47 View Post
I'm being lazy here... is there a way for UC to remove a read only property? Also is there a way for UC to delete files?
the only way that i know how to do this is through mortscript...ive had to do this for files that i want to get rid of...here is the command prompt:

just change the path to whatever you need to change attributes on...install mortscipt cab on device and run during UC start up or anytime...hope this helps

SetFileAttribute("\Windows\Start Menu\Programs\Games\icon.lnk", "hidden", FALSE)
SetFileAttribute("\Windows\Start Menu\Programs\Games\icon.lnk", "readonly", FALSE)
SetFileAttribute("\Windows\Start Menu\Programs\Games\icon.lnk", "system", FALSE)
SetFileAttribute("\Windows\Start Menu\Programs\Games\icon.lnk", "archive", FALSE)
Reply With Quote