Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Aug 31st, 2007, 10:05 AM   #11
Kilo
Expert Programmer
 
Kilo's Avatar
 
Join Date: Nov 2005
Location: In Pink Clam?
Posts: 542
Rep Power: 0 Kilo is an unknown quantity at this point
Send a message via AIM to Kilo
Quote:
Originally Posted by ReggaetonKing View Post
Why is password-protecting them or even the folder out of the question?
Well if i could password protect every file with a specific ext I should be able to stop it from opening. What is the folder?
__________________
"When in Rome, Do as the Romans Do"
"Beauty is in the eye of the BEER holder"
"Save your breath your going to need it for your blow up doll later"

SearchLores.org
Kilo is offline   Reply With Quote
Old Aug 31st, 2007, 10:10 AM   #12
xavier
Professional Programmer
 
xavier's Avatar
 
Join Date: Oct 2004
Location: .ro
Posts: 383
Rep Power: 4 xavier is on a distinguished road
Send a message via Yahoo to xavier
Maybe a program that would check every now and then what processes are open - then you could have a "white list" and the program would kill all other apps.

Maybe you could make the program "learn" in the first few days in order to know what the allowed programs would be , and then it would just kill all others

At least .. it might be an interesting exercise
__________________
Don't take life too seriously, it's not permanent !
xavier is offline   Reply With Quote
Old Aug 31st, 2007, 10:14 AM   #13
Kilo
Expert Programmer
 
Kilo's Avatar
 
Join Date: Nov 2005
Location: In Pink Clam?
Posts: 542
Rep Power: 0 Kilo is an unknown quantity at this point
Send a message via AIM to Kilo
Quote:
Originally Posted by xavier View Post
Maybe a program that would check every now and then what processes are open - then you could have a "white list" and the program would kill all other apps.

Maybe you could make the program "learn" in the first few days in order to know what the allowed programs would be , and then it would just kill all others

At least .. it might be an interesting exercise
That sounds easier. If it was a specific program this would be an easy task. But my problem is I have a file type (AVI) that could be read and viewed through many programs. I want the avi to not open... not shutdown for ex. Windows Media Player.
__________________
"When in Rome, Do as the Romans Do"
"Beauty is in the eye of the BEER holder"
"Save your breath your going to need it for your blow up doll later"

SearchLores.org
Kilo is offline   Reply With Quote
Old Aug 31st, 2007, 10:15 AM   #14
peace_of_mind
Professional Programmer
 
peace_of_mind's Avatar
 
Join Date: Sep 2004
Location: Hell if I know most of the time
Posts: 439
Rep Power: 5 peace_of_mind is on a distinguished road
Send a message via MSN to peace_of_mind Send a message via Yahoo to peace_of_mind
Quote:
Originally Posted by xavier View Post
Maybe a program that would check every now and then what processes are open - then you could have a "white list" and the program would kill all other apps.

Maybe you could make the program "learn" in the first few days in order to know what the allowed programs would be , and then it would just kill all others

At least .. it might be an interesting exercise
On the flip side you could have it check for the processes for the players you have installed. Unless, of course, you don't mind them listening to music, but just don't want videos being watched.
__________________
Amateurs built the ark
Professionals built the Titanic


Last edited by peace_of_mind; Aug 31st, 2007 at 10:15 AM. Reason: Grammar
peace_of_mind is offline   Reply With Quote
Old Aug 31st, 2007, 10:19 AM   #15
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 3 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
Someone is trying to hide his secret stash.
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing is offline   Reply With Quote
Old Aug 31st, 2007, 10:20 AM   #16
Kilo
Expert Programmer
 
Kilo's Avatar
 
Join Date: Nov 2005
Location: In Pink Clam?
Posts: 542
Rep Power: 0 Kilo is an unknown quantity at this point
Send a message via AIM to Kilo
Quote:
Originally Posted by ReggaetonKing View Post
Someone is trying to hide his secret stash.
LoL no, I write C# for a living. My boss asked me one day if there was a way to keep AVI files from opening. I told him I didn't know and that I would ask around.
__________________
"When in Rome, Do as the Romans Do"
"Beauty is in the eye of the BEER holder"
"Save your breath your going to need it for your blow up doll later"

SearchLores.org
Kilo is offline   Reply With Quote
Old Aug 31st, 2007, 10:45 AM   #17
Wizard1988
Professional Programmer
 
Wizard1988's Avatar
 
Join Date: Oct 2005
Location: Chitown
Posts: 417
Rep Power: 4 Wizard1988 is on a distinguished road
Send a message via AIM to Wizard1988
Someone's boss is trying to hide his stash...:beard:
__________________
JG-Webdesign
Wizard1988 is offline   Reply With Quote
Old Aug 31st, 2007, 10:47 AM   #18
Kilo
Expert Programmer
 
Kilo's Avatar
 
Join Date: Nov 2005
Location: In Pink Clam?
Posts: 542
Rep Power: 0 Kilo is an unknown quantity at this point
Send a message via AIM to Kilo
Quote:
Originally Posted by Wizard1988 View Post
Someone's boss is trying to hide his stash...:beard:
Now that very well could be! I think it might be fore his personal computer at home. I think he is afraid his wife will find the vids.
__________________
"When in Rome, Do as the Romans Do"
"Beauty is in the eye of the BEER holder"
"Save your breath your going to need it for your blow up doll later"

SearchLores.org
Kilo is offline   Reply With Quote
Old Aug 31st, 2007, 11:24 AM   #19
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Now that is damn funny. How about the simple solution (if running XP)... create a separate account for him and his wife and put his stash in his My Documents or set the entire directory as read/execute only by his account and don't tell his wife the password?
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Aug 31st, 2007, 11:42 AM   #20
Kilo
Expert Programmer
 
Kilo's Avatar
 
Join Date: Nov 2005
Location: In Pink Clam?
Posts: 542
Rep Power: 0 Kilo is an unknown quantity at this point
Send a message via AIM to Kilo
Quote:
Originally Posted by Infinite Recursion View Post
Now that is damn funny. How about the simple solution (if running XP)... create a separate account for him and his wife and put his stash in his My Documents or set the entire directory as read/execute only by his account and don't tell his wife the password?
Coming from a marriage (i think) you should know relationships don't work that way! This is my boss guys, I can't exacly discuss other solutions for his problem. All I can do if find a way to programmaticaly stop avi files from being opened.
__________________
"When in Rome, Do as the Romans Do"
"Beauty is in the eye of the BEER holder"
"Save your breath your going to need it for your blow up doll later"

SearchLores.org
Kilo is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
problem processing file into a char array csrocker101 C++ 1 May 8th, 2007 11:50 PM
converting string to float beginnerCCC C 22 Oct 2nd, 2006 11:59 PM
OnlineTextEditor.Com! Sane Show Off Your Open Source Projects 43 Jun 16th, 2006 8:55 AM
After execution - Error cannot locate /Skin File? wchar Visual Basic 1 Mar 5th, 2005 9:04 PM
airport Log program using 3D linked List : problem reading from file gemini_shooter C++ 0 Mar 2nd, 2005 4:12 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 3:04 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC