topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday November 13, 2025, 1:14 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 67 68 69 70 71 [72] 73 74 75 76 77 ... 158next
1776
General Software Discussion / Re: Portatil to control a desktop pc
« Last post by Contro on October 18, 2014, 06:13 PM »
Really i need synergy plus using UltraVNC or TeamViewer ?

What i really would like to know is if i need a bios modification for launching the desktop without keyboard or mouse attached, and no monitor....

 :-\
1777
General Software Discussion / Re: Portatil to control a desktop pc
« Last post by Contro on October 18, 2014, 06:03 PM »
You can install a Google Chrome Extension that will allow you to remote to your other devices.

It's also very useful to access your PC from an Android device.

I have heard of this program. It's more recent than the others.

 :-*

I'll take a good look
And comment.

I am almost decanted for UltraVNC and TeamViewer

Comments : is only for internet. The connection for the laptop and the pc is with a RJ45 cross cable.
May be an option for the samsung s4, but will be a third program....

 :-*



1778
General Software Discussion / Re: Portatil to control a desktop pc
« Last post by Contro on October 18, 2014, 06:02 PM »
TeamViewer :-* is incredibly easy to set up and a joy to use. So it's an excellent choice. But it's only free for personal use. Otherwise, it gets pricey.

I think for me is personal use. Always connecting the same pc's . Not for giving support.
In my case and don't need the internet connection.

Although i am thinking the possibility to install in samsung s4 and try.

 :-\
1779
General Software Discussion / Re: Portatil to control a desktop pc
« Last post by Contro on October 18, 2014, 05:59 PM »
Synergy Plus. That software allows you to share your mouse and keyboard between more than one computer.

I think the remote desktop that comes with windows 7 i can't use with the home premium version. It for professiona, ultimate,....
So I have seen UltraVNC or TeamViewer.

I'll take a good look to Synergy Plus.

The other VNC going to see if they have forums....

UltraVNC has its own forum ...
 :-*
1780
PBOL / Progress bars seems lost
« Last post by Contro on October 18, 2014, 05:50 PM »
I had configurated the bars but now are the same when you install the program.
All i do is reiniate.


Where can i find the personal configuration file ?

How can I recover the configuration of bars.

Best Regards
1781
General Software Discussion / Portatil to control a desktop pc
« Last post by Contro on October 18, 2014, 06:33 AM »
Portatil Acer Aspire 5738DZG
Desktop : processor intel i7 16 GB ram. Graphic Card CLUB 3D 9800GT
motherboard ASUS P7P55D EVO

Environment : the portatil goes up the cpu of the desktop. Desktop without monitor, keyboard or mouse.
The portatil must control the desktop using the portatil monitor, portatil keyboard, and portatil mouse.
I have a special cross RJ45 connection cable.

Is possible ?
Do you have real experience ?
What is the best full free program with forum for this purpose ?

Best Regards


edited : my operating system in both devices are : windows 7 -64  home premium edition. I have read i can't use the utility from microsoft in the os.

1782
Coding Snacks / Re: Prevent some browsers executions
« Last post by Contro on October 15, 2014, 07:46 AM »
I need a code snack able to do this :

Configure Don't show files, folder or hidden units.
Hide browser executables when usually installed in system under w7-64
Rename this executables to another name : example Luis.001.exe and so on.
 :-[

Then I can put the script that need password to execute the rename file.

Other possible addon is modify the existing url or lnk to urls to be launched with the script.

Is this possible ?
1783
Coding Snacks / Re: Prevent some browsers executions
« Last post by Contro on October 15, 2014, 07:34 AM »
Can i hide the executables ?

Trying

If a shorcut to an url is created I have to modify to ask for the password or simply execute.

How can I limit the new tabs operation ?

Best Regards
1784
Coding Snacks / Re: Prevent some browsers executions
« Last post by Contro on October 14, 2014, 04:51 PM »
What does "accidental execution" mean exactly?

I don't understand what you are trying t accomplish.

I would like the user, or myself, use a virtual machine to navigate. But he need the system to browse when using his digital certificate from a card writer. The rest from the virtual machine. That's the idea.
1785
Coding Snacks / Re: Prevent some browsers executions
« Last post by Contro on October 14, 2014, 04:49 PM »
I haven't messed around much with policies. But I do have a link with some Registry Tweaks for those who have a Windows version lacking a group polocy editor.


http://gpsearch.azurewebsites.net/#4621

Don't ask me how to use it.  I saw it mentioned and it looked like a good link to save.  :)


Saved. We will comment
1786
Coding Snacks / Re: Prevent some browsers executions
« Last post by Contro on October 14, 2014, 04:49 PM »
There is always 'secpol.msc' where you can create software policy rules that can prevent the execution of any *.exe.

If the above terms don't mean anything to you or are not sure about, then you shouldn't attempt the above. At least not without getting to know what policies are and how they can affect the functionality of your Windows installation. It's easy to make a mess there.

saved. I have to try with care

what I want simply is invite a user to browse from a virtual machine instead from the system.

1787
Coding Snacks / Prevent some browsers executions
« Last post by Contro on October 13, 2014, 08:37 AM »
I have found the way to protect with password any script.
But I would like to have control over the main browsers executables.
firefox.exe
chrome.exe

etc.

1. How can assign to execute any url with the password protected script ?
2. How can i hide the main browsers executable to prevent accidental execution ?

Best Regards
 :-*
1788
Coding Snacks / Re: for %%a in (*) do start "" "%%a"
« Last post by Contro on October 12, 2014, 05:37 PM »
Ejem I tried because comes in a forum for years i use, but not always
What exactly does this line of batch code ? :

for %%a in (*) do start "" "%%a"


I don't recommend to use.
Collapse two times my system.

 :-[

So you ran a batch file that you didn't have clue what it did?    Seems like a totally reasonable and safe things to do...lmao

I try because was posted in a forum i visit several years ago....

 :-[
1789
Coding Snacks / Re: for %%a in (*) do start "" "%%a"
« Last post by Contro on October 12, 2014, 05:18 PM »
It launches EVERY file and folder in the current directory.
I.e. it runs every executable or script files, opens every other file in its respective app and opens an explorer window for every folder.

A little trick to identify what a loop actually does is to insert the word "echo" after "do". This will print out each command instead of executing it:
for %%a in (*) do echo start "" "%%a"

Hope that helps!


But really don't go.
I try and collapse also with an execution from a folder containing eight urls and collapsed.

1790
Coding Snacks / for %%a in (*) do start "" "%%a"
« Last post by Contro on October 12, 2014, 02:55 PM »
What exactly does this line of batch code ? :

for %%a in (*) do start "" "%%a"


I don't recommend to use.
Collapse two times my system.

 :-[
1791
General Software Discussion / Re: Launch everything within a folder
« Last post by Contro on October 12, 2014, 08:17 AM »
It's nice. Specially to gather url's and launch together.
 :-*

A good way to reorder commands via web
1792
General Software Discussion / Re: Launch everything within a folder
« Last post by Contro on October 12, 2014, 07:42 AM »
Running to try.
Seems a little bit complicated but i can try
 :-*
1793
General Software Discussion / Re: Launch everything within a folder
« Last post by Contro on October 11, 2014, 03:43 PM »
Or waterfox by grouping of bookmarks. But I need in general and with Chrome now.
 :-*
1794
Coding Snacks / Re: Safe Internet
« Last post by Contro on October 11, 2014, 03:38 PM »
Miles also exists the time machine.
Downloading to try.
 :-\
1795
Coding Snacks / Re: Safe Internet
« Last post by Contro on October 11, 2014, 03:32 PM »
Privacy Badger installed and adopted
 :-*

I have normal fear about Toolwiz TimeFreeze...
 :-[
1796
Coding Snacks / Re: Safe Internet
« Last post by Contro on October 11, 2014, 03:25 PM »
I'm not sure how the program would work.  But I have a couple of suggestions to do with the issue.  If your friend uses Firefox or chrome browser get him to use Privacy Badger AddOn.  I haven't tried the chrome one.  But for FF you just install it and go with the defaults. No options to set.

Every day when I scanned with SuperAntiSpyware I would have 52 or 53 tracking cookies.  After badger I have zero.

The other thing is ToolWiz TimeFreeze.  It is free.  Set it to start disabled but running when Windows starts.  That way you can turn it on manually from the tray icon and you don't have to reboot to turn it off.  It uses shadowing to redirect disk writes away from the system partition.

If you want to actually download something just save to another disk or partition.

The TimeFreeze I did notice it running just slightly.  But badger you don't feel at all.  It just filters out cookies the site doesn't need to run without you having to do anything.  No clicking allow this or that.  Automatic.


He uses exclusively IE because of the platform needed for digital signature.

But I'll take a good look also for myself.

I put a post a few weeks ago about Rollback and someone tells me that type of programs (acronis, rollback,....) area a little bit dangerous.

I have a headache with rollback because i uninstall with revo uninstaller and all about this program goes with shield.dat I lost with a complete uninstallation.....
Terrible !!!!!

A simple file and a philosofy of sector writings or something like that makes me feel really sick a few weeks ago with the lost of about 36 work hours I haven't in any place.....

 :-[

Running to try with care  :-*
1797
Coding Snacks / [SOLVED] Safe Internet
« Last post by Contro on October 11, 2014, 02:05 PM »
I have a friend having serious problems with internet virus many times in a year.
I usually goes to his home and apply antivirus, but is always begin the begin.
So I am thinking about this possibility :

1. Use a bat file with a password, or an ahk file - not needed encrypted - to enter in internet in the main system or host.
(this is necessary for certain processes like digital signature)
2. In the rest of the cases use a virtual machine under virtualbox to use internet. if something happen is quick to go back with the previous snapshot.
3. I would like the bat or ahk protected be temporized for the case the browser in the host system remained opened without interaction for about five minutes to close automatically. programmable time better.


Can I have a script in this way to control internet access ?

Best Regards
 :-*
1798
General Software Discussion / Launch everything within a folder
« Last post by Contro on October 11, 2014, 01:58 PM »
Launch everything within a folder

Do you know an application to launch any url contained in a selected folder, subfolders, programs inside that folder......

If several urls able to open the urls in tabs....

Best Regards
1799
General Software Discussion / Re: Automated web launcher
« Last post by Contro on October 04, 2014, 08:17 AM »
There's a macro program included with BrowserBunch, BBSS.exe.  When the tabs you want are in a browser, make the browser the active window anf hit the hotkey.  It saves all the urls to a text file.  You can name it anything with a .txt extension, such as '
tuesdayUrls.txt or whatever.  In W7 and later you can pin BrowserBunch to the Taskbar and pin these text session files to it.  To launch the one you want, right click BrowserBunch Taskbar icon and click the file.

I think there's also a FF extension that saves the addresses of all open tabs to a text file one url per line.  That may also work with BrowserBunch.  I forget the name of the AddOn at the moment.


Thanks Miles. Seems BrowserBunch can use any browser. So is more interesting, initially , than any addon for a single browser


Best Regards
1800
General Software Discussion / Re: Automated web launcher
« Last post by Contro on October 03, 2014, 06:46 PM »
The difficult part is the requirement to detect any browser launch, then check date and time against your rule set.  It would be much easier to run a program that launched any browser you want with the set of urls.

Note that as far as I know IE still has the bug where it will open multiple urls from the command line in multiple windows even if set to open urls in tabs. To get IE to work correctly the program would have to use the IE ActiveXControl.

I know there are some scripts on ahk forum that use it.  Have you taken a look there?

http://www.autohotke...rd/forum/49-scripts/

http://ahkscript.org...558401f8a4dd043e2244



Running to take a good look

Understood I have to use a script to launche the browser and not in reverse....

 :-*
Pages: prev1 ... 67 68 69 70 71 [72] 73 74 75 76 77 ... 158next