Oracle 10g XE error ORA-06413 : Connection not open when uses MS Excel Data Source

Hi fellas. . .
I have a little bit problem when i use Data Source on MS Excel
Data Source connect to ORACLE using ODBC.
My data source work find when i use WIN7 
but it does not work properly when my client uses WIN10.

and then i find the error
The error is caused by the paranthesis in the path name.
C:\program file (x86)...
workaround: create a junction link

1.

from: command line execute
C:>mkLink /j "Program Files x86" "Program Files (x86)"
and then

2.

Restart your PC and fix the (or create a new) shortcut with new path (C:\program file x86...)

3.

Done!